Back to catalog
Cortexa research tool·genomics·ensembl
Ensembl Get Genetree
Get gene tree (phylogenetic tree) for a gene. Returns evolutionary relationships showing orthologues and paralogues across species. Use this to study gene evolution and find related genes in other species. Gene tree IDs can be found in gene lookup responses or by querying the Compara database.
Livelast probed 2026-05-01 01:00Z· 647msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 647ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"aligned": {
"default": false,
"description": "Return aligned sequences",
"type": "boolean"
},
"id": {
"description": "Gene tree ID (e.g., 'ENSGT00390000003602'). Gene tree IDs can be found in gene lookup responses with expand=1, or by querying Ensembl Compara database.",
"type": "string"
},
"prune_species": {
"description": "Prune tree to specific species (optional, e.g., 'homo_sapiens,mus_musculus')",
"type": "string"
},
"prune_taxon": {
"description": "Prune tree to specific taxon (optional)",
"type": "string"
},
"sequence": {
"default": "none",
"description": "Include sequences in tree (cdna, protein, or none)",
"enum": [
"cdna",
"protein",
"none"
],
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}Examples (1)
Default Ensembl Get Genetree call
public-safeinput
{
"aligned": false,
"id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ensembl_get_genetree
- Tool name
- ensembl_get_genetree
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse