Back to catalog
Cortexa research tool·chemistry·Enrichr
Enrichr Gene Enrichment Analysis
Perform gene enrichment analysis using Enrichr to find biological pathways, processes, and molecular functions associated with a list of genes. Returns connectivity paths between genes and enrichment terms.
Livelast probed 2026-04-30 23:07Z· 1762msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 1762ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_list": {
"description": "List of gene names or symbols to analyze. At least 2 genes are required for path ranking analysis.",
"items": {
"type": "string"
},
"minItems": 2,
"type": "array"
},
"libs": {
"default": [
"WikiPathways_2024_Human",
"Reactome_Pathways_2024",
"MSigDB_Hallmark_2020",
"GO_Molecular_Function_2023",
"GO_Biological_Process_2023"
],
"description": "List of enrichment libraries to use for analysis.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"gene_list"
],
"type": "object"
}Examples (1)
Default Enrichr Gene Enrichment Analysis call
public-safeinput
{
"gene_list": [],
"libs": []
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_enrichr_gene_enrichment_analysis
- Tool name
- enrichr_gene_enrichment_analysis
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse