Description Usage Arguments Value
View source: R/Classification_SGS.R
This will classify cells in a seurat object using a list of gene sets
1 2 3 4 5 | ClassifySGS_Multiple(
seuratObj,
moduleScoreGeneLists = NULL,
saveFilePath = NULL
)
|
seuratObj |
The seurat object |
moduleScoreGeneLists |
A named list of character vectors, where each vector is the set of genes to score |
saveFilePath |
If provided, the datframe will be saved here |
A dataframe with the results per cell, for all gene sets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.