A wrapper around Seurat::as.Seurat()
.
Arguments
- sce
A
SingleCellExperiment
object.- sce_assay
A character scalar: name of assay in
sce
(e.g.counts
orlogcounts
). UseNULL
to convert all assays (default).- seurat_assay
A character scalar: name of assay in the new
Seurat
object.- add_rowData
A logical scalar: if
TRUE
, addrowData(sce)
tometa.features
slot of assay of the newSeurat
object.- ...
Passed to
Seurat::as.Seurat()
.