get_gene_info
Retrieve detailed information for a KEGG gene entry by providing a gene ID in 'organism:gene' format. Choose summary or full detail, and optionally include sequences.
Instructions
Get detailed information for a KEGG gene entry.
Args: gene_id: KEGG gene ID in format 'organism:gene' (e.g. 'hsa:1956' for EGFR). detail_level: 'summary' (default, compact) or 'full' (complete parse with linked orthologs, pathways, xrefs, and references). include_sequence: If True and detail_level='full', fetches amino acid and nucleotide sequences.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gene_id | Yes | ||
| detail_level | No | summary | |
| include_sequence | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |