msigdb_gsets | R Documentation |
Download data from msigdb in the form of a gsets object
msigdb_gsets(species, collection, subcollection = NULL, clean = FALSE)
species |
A species to determine gene symbols (refer to ?msigdbr::msigdbr_species 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) |
clean |
Use true to clean labels of genesets |
A gsets object
HALLMARK_HUMAN <- msigdb_gsets("Homo sapiens", "H")
HALLMARK_MOUSE <- msigdb_gsets("Mus musculus", "MH")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.