get_MSigDB | R Documentation |
Load MSigDB genesets
get_MSigDB(
cat = unique(msigdbr_collections()$gs_cat),
to = "ENSEMBL",
org = "hsa"
)
cat |
array of categories to load. Defaults to array of all MSigDB categories |
to |
convert gene names to this type using |
org |
organism. human ( |
This function loads the MSigDB gene sets using the packages EnrichmentBrowser
and msigdbr
. It can take a mintute to load because converting gene name type is slow.
Gene sets stored as GeneSetCollection
# load Hallmark gene sets
gs = get_MSigDB('H')
# load all gene sets
# gs = get_MSigDB()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.