View source: R/diff_analysis_gene_set_enrichment.R
load_MSIGdb | R Documentation |
Load and format MSIGdb pathways using msigdbr package
load_MSIGdb(
ref,
GeneSetClasses = c("c1_positional", "c2_curated", "c3_motif", "c4_computational",
"c5_GO", "c6_oncogenic", "c7_immunologic", "hallmark")
)
ref |
Reference genome, either mm10 or hg38 |
GeneSetClasses |
Which classes of MSIGdb to load |
A list containing the GeneSet (list), GeneSetDf (data.frame) and GenePool character vector of all possible genes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.