Back to catalog
Cortexa research tool·genomics·enrichr_ext
Enrichr Enrich
Perform gene set enrichment analysis using Enrichr. Submit a list of genes and get enriched terms from a specific library. Returns ranked terms with p-values, z-scores, combined scores, and overlapping genes. No authentication required.
Livelast probed 2026-04-30 23:07Z· 105msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 105ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_list": {
"description": "List of gene symbols (e.g., ['TP53', 'BRCA1', 'EGFR']). Minimum 1 gene.",
"items": {
"type": "string"
},
"type": "array"
},
"library": {
"default": "GO_Biological_Process_2023",
"description": "Enrichr library name (default: GO_Biological_Process_2023). Common: GO_Biological_Process_2023, KEGG_2021_Human, Reactome_2022, WikiPathways_2024_Human, MSigDB_Hallmark_2020",
"type": "string"
},
"operation": {
"const": "enrich",
"description": "Operation type (fixed: enrich)",
"type": "string"
},
"top_n": {
"default": 10,
"description": "Number of top enriched terms to return (default: 10)",
"type": "integer"
}
},
"required": [
"gene_list"
],
"type": "object"
}Examples (1)
Default Enrichr Enrich call
public-safeinput
{
"gene_list": [],
"top_n": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Enrichr_enrich
- Tool name
- Enrichr_enrich
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse