getMsigdb | R Documentation |
Download molecular signatures database (MSigDB) hosted on the ExperimentHub or retrieve pre-downloaded version from cache. This package currently hosts versions greater than 7.2 for human and mouse with both symbol and Entrez identifiers.
getMsigdb(
org = c("hs", "mm"),
id = c("SYM", "EZID"),
version = getMsigdbVersions()
)
org |
a character, representing the organism whose signature database needs to be retrieved ("hs" for human and "mm" for mouse). |
id |
a character, representing the ID type to use ("SYM" for gene symbols and "EZID" for Entrez IDs). |
version |
a character, stating the version of MSigDB to be retrieved
(should be >= 7.2). See |
a GeneSetCollection, containing GeneSet objects from the specified version of the molecular signatures database (MSigDB).
gsc = getMsigdb('hs', 'SYM')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.