msigdb_download | R Documentation |
Download data from msigdb in the form of a named list
msigdb_download(species, collection, subcollection = NULL)
species |
A species to determine gene symbols (refer to ?msigdbr::msigdbr for available species) |
collection |
Geneset collection (refer to ?msigdbr::msigdbr_collections for available categories) |
subcollection |
Geneset subcollection (refer to ?msigdbr::msigdbr_collections for available subcategories) |
A list of genesets
HALLMARK_HUMAN <- msigdb_download("Homo sapiens", "H")
HALLMARK_MOUSE <- msigdb_download("Mus musculus", "MH")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.