Resolve Xref
resolve_xrefReverse-lookup: map an external database id to its canonical HGNC gene. "What gene is Entrez 672?" -> BRCA1. Accepts entrez_id, ensembl_gene_id, uniprot_ids, omim_id, refseq_accession, or ucsc_id and returns the same full record as get_gene. Keyless.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The external id, e.g. entrez "672", ensembl "ENSG00000012048", uniprot "P38398", omim "113705". | |
| id_type | Yes | External id namespace: one of entrez_id, ensembl_gene_id, uniprot_ids, omim_id, refseq_accession, ucsc_id. |