Back to catalog
Cortexa research tool·genomics·flybase
FlyBase Get Gene Orthologs
Get orthologs of a Drosophila gene across other species from the Alliance of Genome Resources. Returns orthologous genes in human, mouse, zebrafish, worm, yeast, and other model organisms with prediction method details and best-score indicators. Essential for translational research from fly models to human disease genes. Example: 'FB:FBgn0004647' (Notch) returns orthologs including human NOTCH1-4.
Livelast probed 2026-05-01 01:00Z· 293msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 293ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_id": {
"description": "FlyBase gene ID with 'FB:' prefix. Examples: 'FB:FBgn0004647' (Notch/N), 'FB:FBgn0003996' (white/w), 'FB:FBgn0000546' (eyeless/ey).",
"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 FlyBase 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_FlyBase_get_gene_orthologs
- Tool name
- FlyBase_get_gene_orthologs
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse