Back to catalog
Cortexa research tool·genomics·alliance_genome
Alliance Get Disease Genes
Get genes associated with a disease across all model organisms from the Alliance of Genome Resources. Uses Disease Ontology (DO) IDs to find genes linked to a disease from human, mouse, rat, zebrafish, fly, worm, and other organisms. Includes both direct annotations and inferred associations from model organism phenotypes. Example: 'DOID:162' (cancer) returns TP53, BRCA1, and thousands more.
Livelast probed 2026-04-30 23:07Z· 126msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 126ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"disease_id": {
"description": "Disease Ontology (DO) ID. Examples: 'DOID:162' (cancer), 'DOID:10652' (Alzheimer's disease), 'DOID:9351' (diabetes mellitus), 'DOID:1612' (breast cancer).",
"type": "string"
},
"limit": {
"description": "Maximum number of gene associations to return (1-100). Default: 20.",
"type": "integer"
},
"page": {
"description": "Page number for pagination. Default: 1.",
"type": "integer"
}
},
"required": [
"disease_id"
],
"type": "object"
}Examples (1)
Default Alliance Get Disease Genes call
public-safeinput
{
"disease_id": "type 2 diabetes",
"limit": 3,
"page": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Alliance_get_disease_genes
- Tool name
- Alliance_get_disease_genes
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse