resolve_gene
Resolve ambiguous gene symbols, aliases, or accessions to canonical gene entities with cross-references and a match audit trail. Use taxon, chromosome, and locus type hints for accurate disambiguation.
Instructions
Resolve an ambiguous gene symbol, alias, or accession to an authoritative entity.
Args: query: Gene symbol (e.g. TP53), alias (e.g. HER2, p53), or accession. taxon_id: NCBI Taxonomy ID (default: 9606 for human). chromosome: Optional chromosome hint for disambiguation (e.g. '17' or 'chr17'). locus_type: Optional biotype hint (e.g. 'protein-coding', 'pseudogene').
Returns: JSON string containing the resolved canonical gene entity, cross-references, and match audit trail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| taxon_id | No | ||
| chromosome | No | ||
| locus_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |