A wrapper around Seurat::as.Seurat().
Arguments
- sce
A
SingleCellExperimentobject.- sce_assay
A character scalar: name of assay in
sce(e.g.countsorlogcounts). UseNULLto convert all assays (default).- seurat_assay
A character scalar: name of assay in the new
Seuratobject.- add_rowData
A logical scalar: if
TRUE, addrowData(sce)tometa.featuresslot of assay of the newSeuratobject.- ...
Passed to
Seurat::as.Seurat().