AddCustomScore | R Documentation |
Add a custom gene expression score from a set of genes provided to the Seurat single cell object. Calculates Score for gene set. Fixes name.
AddCustomScore(
obj = combined.obj,
genes = "",
assay.use = "RNA",
FixName = TRUE
)
obj |
Seurat single cell object, Default: combined.obj |
genes |
Charcter vector of genes, Default: "" |
assay.use |
Which assay to use for getting the genes? Default: 'RNA'. |
FixName |
Shall trailing "1" ar the end of the new column name be removed? Default: TRUE |
AddModuleScore
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.