do_gsva | R Documentation |
Do gsva
do_gsva(exp_dt, gmt_path, exp_type = "array", ...)
exp_dt |
A normalized gene expression dataset, genes corresponding to rows and samples corresponding to columns. |
gmt_path |
Pathway gmt file path |
exp_type |
expression type, can be "array" or "RNA-seq" |
... |
other param for gsva |
gene-set-by-sample expression data matrix
res <- do_gsva(as.matrix(tpm_gene_log2),"inst/extdata/h.all.v7.4.symbols.gmt",exp_type = "array",parallel.sz=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.