CalculateUCellScores | R Documentation |
This will calculate a handful of standardized UCell scores for a seurat object
CalculateUCellScores(
seuratObj,
forceRecalculate = FALSE,
seed = GetSeed(),
ncores = 1,
assayName = "RNA",
storeRanks = TRUE,
plotCor = TRUE
)
seuratObj |
The seurat object |
forceRecalculate |
If true, UCell will always be re-run, even if the field is already present. |
seed |
If non-null, set.seed() will be called prior to running UCell |
ncores |
The number of core to use with UCell::AddModuleScore_UCell |
assayName |
The assay from which to calculate UCell scores. |
storeRanks |
Passed directly to UCell::AddModuleScore_UCell. Increases object size but makes future calculations quicker. |
plotCor |
If true, a plot of correlations between the UCell score and each component gene will be shown |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.