Description Usage Arguments Value Examples
Apply GSVA Method to a Expression Matrix List
1 2 3 4 5 6 7 8 9 |
GeneSets |
a |
group_col |
the column name for groups. |
gene_col |
the column name for genes. |
ExprMatList |
a |
method |
Method to employ in the estimation of gene-set enrichment scores per sample. By default
this is set to |
kcdf |
Character string denoting the kernel to use during the non-parametric estimation of the
cumulative distribution function of expression levels across samples when |
... |
other arguments passing to |
a result list
1 2 3 4 5 6 7 8 | data("example_gsets")
data("example_data")
ExprList <- GenTibbleList(list(example_data))
res <- ApplyGSVA(example_gsets,
group_col = "Cell_type",
gene_col = "Symbol", ExprMatList = ExprList, method = "gsva"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.