CalculateUcellPerFeature | R Documentation |
This will iterate all features of the given assay and calculate a per-feature Ucell score
CalculateUcellPerFeature(
seuratObj,
columnPrefix = NULL,
assayName = "ADT",
ncores = 1,
ignoreCachedRanks = TRUE
)
seuratObj |
The seurat object |
columnPrefix |
An optional prefix to be applied to the resulting column (which is otherwise the feature name) |
assayName |
The name of the assay |
ncores |
Passed directly to AddModuleScore_UCell |
ignoreCachedRanks |
If true, any previously cached ranked from UCell will be ignored |
A modified Seurat object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.