Back to catalog
Cortexa research tool·genomics·orthodb
OrthoDB Get Orthologs
Get orthologous genes from an OrthoDB group, optionally filtered by species. Returns gene IDs, organism names, and descriptions for all members of an orthologous group. Useful for finding orthologs across species, evolutionary conservation analysis, and functional annotation transfer. Example: group '727649at7742' with species=9606 returns human genes in that orthologous group.
Livelast probed 2026-05-01 01:00Z· 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": {
"group_id": {
"description": "OrthoDB group ID. Format: 'numberATtaxid'. Get IDs from OrthoDB_search_groups.",
"type": "string"
},
"species": {
"description": "Comma-separated NCBI taxonomy IDs to filter. Examples: '9606' (human only), '9606,10090' (human+mouse). Null for all species.",
"type": [
"string",
"null"
]
}
},
"required": [
"group_id"
],
"type": "object"
}Examples (1)
Default OrthoDB Get Orthologs call
public-safeinput
{
"group_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_OrthoDB_get_orthologs
- Tool name
- OrthoDB_get_orthologs
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse