makeBackground | R Documentation |
Returns A character vector of all genes in a GMT object.
makeBackground(gmt)
gmt |
A GMT object. |
A character vector containing all genes in GMT.
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.