Back to catalog
Cortexa research tool·genomics·ensembl_compara
EnsemblCompara Get Paralogues
Find paralogous genes (genes within the same species that arose from gene duplication events) using Ensembl Compara. Paralogues often have related but diverged functions. Returns paralogue gene IDs, duplication type, and evolutionary context. Example: TP53 has paralogues TP63 (ENSG00000073282) and TP73 (ENSG00000078900) in human, from ancient vertebrate gene duplication.
Livelast probed 2026-05-01 01:00Z· 1505msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 1505ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene": {
"description": "Gene symbol or Ensembl gene ID. Examples: 'TP53', 'BRCA1', 'ENSG00000141510'.",
"type": "string"
},
"species": {
"description": "Species (default: 'human'). Examples: 'human', 'mouse', 'zebrafish'.",
"type": "string"
}
},
"required": [
"gene"
],
"type": "object"
}Examples (1)
Default EnsemblCompara Get Paralogues call
public-safeinput
{
"gene": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_EnsemblCompara_get_paralogues
- Tool name
- EnsemblCompara_get_paralogues
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse