This repository was archived by the owner on Oct 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +16
-15
lines changed
Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -23,19 +23,20 @@ Imports:
2323 RSQLite,
2424 dbplyr
2525Suggests:
26- here,
27- stringr,
28- Seurat,
29- tidyseurat,
30- scMerge,
31- DelayedArray,
32- openssl,
33- cellxgenedp,
34- SingleCellExperiment,
35- celldex,
36- SingleR,
37- tools,
38- rmarkdown
26+ here,
27+ stringr,
28+ Seurat,
29+ tidyseurat,
30+ scMerge,
31+ DelayedArray,
32+ openssl,
33+ cellxgenedp,
34+ SingleCellExperiment,
35+ celldex,
36+ SingleR,
37+ tools,
38+ rmarkdown,
39+ SeuratObject
3940VignetteBuilder:
4041 knitr
4142RdMacros:
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ importFrom(HDF5Array,loadHDF5SummarizedExperiment)
1111importFrom(RSQLite,SQLITE_RO)
1212importFrom(RSQLite,SQLite)
1313importFrom(Seurat,as.Seurat)
14- importFrom(Seurat ,as.sparse)
14+ importFrom(SeuratObject ,as.sparse)
1515importFrom(SingleCellExperiment,SingleCellExperiment)
1616importFrom(SummarizedExperiment,"assayNames<-")
1717importFrom(SummarizedExperiment,colData)
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ get_SingleCellExperiment = function(
7878 sce
7979}
8080
81- # ' @importFrom Seurat as.sparse
81+ # ' @importFrom SeuratObject as.sparse
8282# ' @exportS3Method
8383as.sparse.DelayedMatrix = function (x ){
8484 # This is glue to ensure the SCE -> Seurat conversion works properly with
You can’t perform that action at this time.
0 commit comments