getMsigdbIDF | 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.
getMsigdbIDF(org = c("hs", "mm"), version = getMsigdbVersions())
org |
a character, representing the organism whose signature database needs to be retrieved ("hs" for human and "mm" for mouse). |
version |
a character, stating the version of MSigDB to be retrieved
(should be >= 7.2). See |
a list of named numeric vectors, containing inverse document frequency (IDF) weights. Names represent terms that the IDF is computed for. IDFs are computed using gene-set names ("Name") and short descriptions ("Short").
gsc = getMsigdbIDF("hs")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.