Find orthologs/paralogs for gene symbols across species
ortholog_mapLook up the orthologous (or paralogous) gene for up to 50 gene symbols in a target species, via Ensembl's homology-by-symbol REST endpoint. Symbols with no homology record are reported in unmapped, never silently dropped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Homology type to return. Defaults to orthologues. | orthologues |
| symbols | Yes | Gene symbols to look up, up to 50 (e.g. ["TP53", "BRCA1"]). | |
| sourceSpecies | No | Ensembl species slug the symbols belong to (e.g. "human", "mouse"). Defaults to "human". | human |
| targetSpecies | Yes | Ensembl species slug to find homologs in (e.g. "mouse", "rat", "zebrafish", "fruit_fly"). |