Description Usage Arguments Value Author(s) See Also Examples
Convert a gmt file (Could be downloaded from MSigDB) to a list of gene sets information.
1 |
file |
The directory and file name of the gmt file. |
This function returns an object of list containing gene set information, which could be further processed by function "prepSupMoa" to convert to the object that can be used as input of "sup.moa" or "mogsa".
Chen Meng
See Also as prepGraphite
and
prepSupMoa
.
1 2 3 4 | # not run
dir <- system.file(package = "mogsa")
preGS <- prepMsigDB(file=paste(dir,
"/extdata/example_msigdb_data.gmt.gz", sep = ""))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.