Description Usage Arguments Value Author(s) See Also Examples
reads a gmt file on your disk to the memory.
1 | readgmt(path.gmt)
|
path.gmt |
the path to the gmt file on your disk. |
named list of genesets. Each element is a gene set, i.e. a vector of characters representing official gene symbols read from the gmt file
maxime.tarabichi@ulb.ac.be
GSEA.listofgenes;
1 2 3 4 5 6 7 8 | ## collections at: http://www.broadinstitute.org/gsea/msigdb/collections.jsp
path<-"/Users/yourUserName/Desktop/c5.gmt"
lG<-readgmt(path)
##use function GSEA.listofgenes to run GSEA analysis on the collection.
res<-GSEA.listofgenes(m,lG,o,1000)
fdr<-computeFDRmedian(res)
str(fdr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.