Description Usage Arguments Value Author(s)
Estimates GSVA enrichment scores.
1 2 3 4 5 6 7 | pathway_gsva(
data,
geneset,
gmt = NULL,
method = c("ssgsea", "gsva", "zscore", "plage"),
rna_seq = FALSE
)
|
data |
a matrix of expression values where rows correspond to genes and columns correspond to samples. |
geneset |
a list or dataframe |
gmt |
gmtfile |
method |
one of "ssgsea","gsva", "zscore",and "plage" |
rna_seq |
rna-seq data or microarray data |
a data.frame
Yuanlong Hu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.