msigdb_download | R Documentation |
Download data from msigdb in the form of a named list
msigdb_download(species, category, subcategory = "")
species |
A species to determine gene symbols (refer to ?msigdbr::msigdbr for avilable species) |
category |
Geneset category (refer to ?msigdbr::msigdbr for avilable categories) |
subcategory |
Geneset subcategory (refer to ?msigdbr::msigdbr for avilable subcategories) |
A list of genesets
HALLMARK <- msigdb_download("Homo sapiens", "H", "")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.