| BIGenrichr | R Documentation |
Run EnrichR function on multiple Geneset databases on either gene list or modules of intertest
BIGenrichr(
gene_mod_list,
type = "gene",
gene_id = "HGNC",
dbs = c("MSigDB_Hallmark_2020"),
mod_of_interest = "all"
)
gene_mod_list |
Here input either Genelist in HGNC or Ensembl ID format or input module object output from module function |
type |
Type can be either gene or module |
gene_id |
gene id is either HGNC or Ensembl |
dbs |
Enter the geneset database you want to run Enrichr on the default is MSigDB Hallmark 2020 to check available database run enrichR::listEnrichrDb() |
mod_of_interest |
Input your modules of interest by default will run modules |
list with enrichr result for each geneset database
Basilin Benson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.