Back to catalog
Cortexa research tool·genomics·zfin
ZFIN Get Gene Orthologs
Get orthologs of a zebrafish gene across other species from the Alliance of Genome Resources. Returns orthologous genes in human, mouse, fly, worm, yeast, and other model organisms. Essential for translating zebrafish findings to human gene function. Zebrafish share approximately 70% of genes with humans. Example: 'ZFIN:ZDB-GENE-990415-8' (pax2a) returns human PAX2 as ortholog.
Livelast probed 2026-05-01 01:00Z· 89msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 89ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_id": {
"description": "ZFIN gene ID with 'ZFIN:' prefix. Examples: 'ZFIN:ZDB-GENE-990415-8' (pax2a), 'ZFIN:ZDB-GENE-990415-72' (tp53), 'ZFIN:ZDB-GENE-980526-166' (shha).",
"type": "string"
},
"limit": {
"description": "Maximum number of orthologs to return (1-100). Default: 20.",
"type": "integer"
},
"page": {
"description": "Page number for pagination. Default: 1.",
"type": "integer"
},
"stringency": {
"description": "Stringency filter for orthology calls: 'stringent' (high confidence) or 'moderate'. Default: 'stringent'.",
"type": "string"
}
},
"required": [
"gene_id"
],
"type": "object"
}Examples (1)
Default ZFIN Get Gene Orthologs 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_ZFIN_get_gene_orthologs
- Tool name
- ZFIN_get_gene_orthologs
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse