Back to catalog
Cortexa research tool·genomics·enrichr_ext
Enrichr Get Top Enriched
Get top enriched terms across multiple libraries simultaneously. Submit a gene list and get the most significant pathways, processes, and functions from GO, KEGG, Reactome, and WikiPathways in one call. Ideal for quick functional annotation overview.
Livelast probed 2026-04-30 23:07Z· 114msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 114ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_list": {
"description": "List of gene symbols (e.g., ['TP53', 'BRCA1', 'EGFR'])",
"items": {
"type": "string"
},
"type": "array"
},
"libraries": {
"description": "Libraries to query (default: GO_Biological_Process_2023, KEGG_2021_Human, Reactome_2022, WikiPathways_2024_Human)",
"items": {
"type": "string"
},
"type": "array"
},
"operation": {
"const": "get_top_enriched",
"description": "Operation type (fixed: get_top_enriched)",
"type": "string"
},
"top_n": {
"default": 5,
"description": "Number of top terms per library (default: 5)",
"type": "integer"
}
},
"required": [
"gene_list"
],
"type": "object"
}Examples (1)
Default Enrichr Get Top Enriched call
public-safeinput
{
"gene_list": [],
"libraries": [],
"top_n": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Enrichr_get_top_enriched
- Tool name
- Enrichr_get_top_enriched
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse