Description Usage Arguments Value See Also Examples
read Gene Matrix Transposed (gmt) file and output a list with the the first column as the names of items in the list. see Gene Matrix Transposed file format for more details.
1 | gmt2list(annofile)
|
annofile |
a gmt file. Examples are from MSigDB Collections. A list of gene set could be find in the vignette of cogena |
a gmt list
gmtlist2file
1 2 3 | anno <- "c2.cp.kegg.v7.01.symbols.gmt.xz"
annofile <- system.file("extdata", anno, package="cogena")
gl <- gmt2list(annofile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.