scoreStem | R Documentation |
Calculate stem index at single-cell resolution using CCAT, StemSC or CytoTrace algorithms.
scoreStem(
object,
method = c("CCAT", "StemSC", "CytoTRACE"),
min.pct = 0,
assay = DefaultAssay(object),
batch = NULL,
verbose = T
)
object |
Seurat object |
method |
method used to calculate stem index. One of "CCAT", "StemSC", or "CytoTrace" |
min.pct |
minimum expressing fraction. Values of 0.005-0.01 recommended if data set is large. |
assay |
assay used for computing stem index. DefaultAssay(object) is taken if not specified. |
batch |
meta data feature containing batch memberships. Only used for CytoTrace algorithm. |
verbose |
print progress. Default is T. |
numeric vector
Nicholas Mikolajewicz
CompCCAT
for computing CCAT scores, StemSC
for StemSC scores, and CytoTRACE
for CytoTrace scores.
ccat.score <- scoreSTEM(object = seurat.object, method = "CCAT")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.