-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work with Seurat objects with split layers
- Loading branch information
Showing
4 changed files
with
17 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: UCell | ||
Type: Package | ||
Title: Rank-based signature enrichment analysis for single-cell data | ||
Version: 2.7.2 | ||
Version: 2.7.3 | ||
Authors@R: c( | ||
person('Massimo', 'Andreatta', | ||
email = '[email protected]', | ||
|
@@ -17,7 +17,7 @@ Description: UCell is a package for evaluating gene signatures in single-cell da | |
demands less computing time and memory than other available methods, enabling the processing of large datasets in a few minutes even | ||
on machines with limited computing power. UCell can be applied to any single-cell data matrix, and includes functions to directly | ||
interact with SingleCellExperiment and Seurat objects. | ||
Depends: R(>= 4.2.0) | ||
Depends: R(>= 4.3.0) | ||
Imports: methods, | ||
data.table(>= 1.13.6), | ||
Matrix, | ||
|
@@ -26,7 +26,7 @@ Imports: methods, | |
BiocNeighbors, | ||
SingleCellExperiment, | ||
SummarizedExperiment | ||
Suggests: Seurat, | ||
Suggests: Seurat(>= 5.0.0), | ||
scater, | ||
scRNAseq, | ||
reshape2, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.