Description Usage Arguments Value Author(s) See Also Examples
View source: R/computeES.lists.R
computes enrichment score for geneset list
1 | computeES.lists(m,o,lG,metric)
|
m |
matrix of expressions. columns represent samples, rows are genes. |
lG |
list of gene sets. genes must be in rownames(m). |
o |
2-class factor where length(o) equals ncol(m). If left to NULL, m is considered as a paired difference between two classes. |
metric |
one of SNR or FC to respectively use snr.SNR or snr.FC function as metric in the GSEA analysis |
returns a list with length(lG) elements, each of which is a list of two elements returned by the lleading.edge function
maxime.tarabichi@ulb.ac.be
GSEA.plot
1 | ##used internally
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.