Description Usage Arguments Value
View source: R/calculateEnrichment.R
Calculate Enrichment using EnrichR
1 2 3 4 5 6 7 | calculateEnrichment(
genes,
enrichr_db,
simplify = T,
visualise = F,
col = "#d2d2d2"
)
|
genes |
vector of HGNC gene identifiers |
enrichr_db |
Enrichr database to use, as in https://maayanlab.cloud/Enrichr/#stats |
simplify |
logical; perform simplifcation calculations/filtering on GOBP and Reactome? |
visualise |
logical; if T returns a ggplot object |
col |
fill colour of columns in ggplot |
Either a dataframe or ggplot visualisation of enriched terms
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.