runGSVA | R Documentation |
Single-sample gene set enrichment with GSVA
runGSVA(
data,
genesets,
method = "gsva",
kcdf = "Gaussian",
min_size = 1,
max_size = Inf,
assay = NA_character_,
annotation = NULL,
params = NULL,
ncores = 1,
...
)
data |
Expression data |
genesets |
Genesets |
... |
data <- getTestData()$data
genesets = getMSigDB("H")
rownames(data) <- sample(unique(unlist(genesets)), nrow(data))
runGSVA(data, genesets)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.