View source: R/scMSigdbScoring.R
scMsigdbScoring | R Documentation |
MSigdb signature scoring for single-cells
scMsigdbScoring(
object = NULL,
species = "human",
category = NULL,
genesets = NULL
)
object |
Seurat object |
species |
Species name. Such as "human" or "mouse" |
category |
String of MSigDB category to use, default category='H' stands for 'hallmark gene sets' |
genesets |
Vector of genesets under the specific category of MSIGDB, such as "APOPTOSIS". Default genesets=NULL, which means all genesets under the specified category will be used |
Seurat object
data("H3N2_small")
x <- scMsigdbScoring(object = H3N2_small,
species = "human", category = "H",
genesets = c("HALLMARK_INFLAMMATORY_RESPONSE")
)
head(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.