Description Usage Arguments Value Examples
Returns A character vector of all genes in a GMT object.
1 |
gmt |
A GMT object. |
A character vector containing all genes in GMT.
1 2 3 | fname_GMT <- system.file("extdata", "hsapiens_REAC_subset.gmt", package = "ActivePathways")
gmt <- read.GMT(fname_GMT)
makeBackground(gmt)[1:10]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.