Back to catalog
Cortexa research tool·genomics·ncbi_datasets
NCBIDatasets Get Orthologs
Get orthologous genes across species for a given NCBI Gene ID. Returns orthologs identified by NCBI's Ortholog pipeline, including gene symbols, species, and gene types for each ortholog. Useful for comparative genomics and cross-species gene function studies. Example: gene_id 7157 (TP53) returns mouse Trp53, rat Tp53, zebrafish tp53, etc.
Livelast probed 2026-05-01 01:00Z· 295msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 295ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_id": {
"description": "NCBI Gene ID (numeric). Examples: '7157' (TP53), '672' (BRCA1), '3630' (INS).",
"type": "string"
},
"page_size": {
"description": "Maximum number of orthologs to return (1-100). Default: 20.",
"type": "integer"
}
},
"required": [
"gene_id"
],
"type": "object"
}Examples (1)
Default NCBIDatasets Get Orthologs call
public-safeinput
{
"gene_id": "BRCA1",
"page_size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_NCBIDatasets_get_orthologs
- Tool name
- NCBIDatasets_get_orthologs
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse