runSeurat {singleCellTK} | R Documentation |
A wrapper function run complete Seurat workflow.
runSeurat(inSCE, useAssay)
inSCE |
Input |
useAssay |
Specify the assay to use with Seurat workflow. |
SingleCellExperiment
with results from Seurat workflow stored.
data(sce_chcl, package = "scds") sce_chcl <- runSeurat(inSCE = sce_chcl, useAssay = "counts")