What problem does it solve?
Researchers with a gene list from GWAS, differential expression, or other omics studies need to know which biological pathways and processes are statistically overrepresented, but manually querying KEGG, GO, Reactome, and WikiPathways one by one is slow and hard to reproduce.
Core Features & Use Cases
- Multi-database enrichment: Queries six Enrichr libraries (KEGG 2021, GO BP/MF/CC 2023, Reactome 2022, WikiPathways 2023) in a single run and ranks terms by combined score and adjusted p-value.
- Publication-ready outputs: Produces bubble charts, per-database bar charts, a gene-by-pathway heatmap, CSV tables, a Markdown report, and a machine-readable result.json.
- Reproducibility pack: Writes commands.sh, environment.yml, and checksums so any run can be repeated exactly.
- Use Case: Given a list of 25 Alzheimer's GWAS genes (APOE, TREM2, BIN1, ...), run the demo mode to instantly see that Alzheimer disease and microglial phagocytosis pathways are top hits, with figures ready for a presentation.
Quick Start
Ask the agent to run pathway enrichment on your gene list, for example: "Run pathway enrichment on these genes: APOE, TREM2, BIN1, CLU, APP" or invoke the demo with the built-in Alzheimer's gene set.