Get Genes for Disease
get_genes_for_diseaseRetrieve genes linked to a specific disease using its CURIE identifier, such as OMIM:106210 or ORPHA:550, with options to control result size and detail.
Instructions
Return genes associated with a disease CURIE (e.g. OMIM:106210, ORPHA:550). Signature: get_genes_for_disease(disease_id, limit=, offset=, response_mode=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max genes to return (default 25). | |
| offset | No | Rows to skip for forward paging (default 0). | |
| disease_id | Yes | A disease CURIE, e.g. 'OMIM:106210' (MIM Morbid) or 'ORPHA:550' (Orphanet). The prefix is case-sensitive. | |
| response_mode | No | Verbosity: minimal|compact|standard|full (default compact). | compact |