msigdbr | R Documentation |
Retrieve a data frame of gene sets and their member genes.
The available species and collections can be checked with msigdbr_species()
and msigdbr_collections()
.
msigdbr(species = "Homo sapiens", category = NULL, subcategory = NULL)
species |
Species name, such as Homo sapiens or Mus musculus. |
category |
MSigDB collection abbreviation, such as H or C1. |
subcategory |
MSigDB sub-collection abbreviation, such as CGP or BP. |
A data frame of gene sets with one gene per row.
https://www.gsea-msigdb.org/gsea/msigdb/collections.jsp
# get all human gene sets msigdbr(species = "Homo sapiens") # get mouse C2 (curated) CGP (chemical and genetic perturbations) gene sets msigdbr(species = "Mus musculus", category = "C2", subcategory = "CGP")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.