Back to catalog
Cortexa research tool·genomics·alliance_genome
Alliance Get Gene Phenotypes
Get phenotype annotations for a gene from the Alliance of Genome Resources. Returns phenotypes observed when the gene is mutated or knocked out, aggregated from model organism databases. Supports all model organisms (yeast, fly, worm, zebrafish, mouse, rat, frog). Example: 'HGNC:6081' (INS) returns phenotypes like 'Abnormal circulating insulin concentration'.
Livelast probed 2026-05-01 01:00Z· 6440msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 6440ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_id": {
"description": "Alliance gene ID with source prefix. Examples: 'HGNC:6081' (human INS), 'MGI:98834' (mouse Trp53), 'FB:FBgn0003996' (fly w).",
"type": "string"
},
"limit": {
"description": "Maximum number of phenotypes to return (1-100). Default: 20.",
"type": "integer"
},
"page": {
"description": "Page number for pagination. Default: 1.",
"type": "integer"
}
},
"required": [
"gene_id"
],
"type": "object"
}Examples (1)
Default Alliance Get Gene Phenotypes call
public-safeinput
{
"gene_id": "BRCA1",
"limit": 3,
"page": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Alliance_get_gene_phenotypes
- Tool name
- Alliance_get_gene_phenotypes
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse