Get Diseases for Gene
get_diseases_for_geneRetrieve diseases associated with a gene by providing its symbol or NCBI ID. Supports pagination and multiple verbosity levels.
Instructions
Return diseases associated with a gene (symbol or NCBI id). Signature: get_diseases_for_gene(gene, limit=, offset=, response_mode=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gene | Yes | A gene symbol (e.g. 'PAX6') or NCBI gene CURIE (e.g. 'NCBIGene:5080'). Bare NCBI numeric ids (e.g. '5080') are also accepted. | |
| limit | No | Max diseases to return (default 25). | |
| offset | No | Rows to skip for forward paging (default 0). | |
| response_mode | No | Verbosity: minimal|compact|standard|full (default compact). | compact |