Get Gene Curations
get_gene_curationsRetrieve all GenCC gene-disease validity assertions for a gene, grouped by disease, with consensus classification and conflict flag. Identify gene by approved symbol or HGNC ID.
Instructions
Return all GenCC gene-disease validity assertions for one gene, grouped by disease, each with a consensus classification across submitters and a conflict flag. Identify the gene with EITHER gene_symbol (approved symbol, e.g. SKI) OR hgnc_id (HGNC CURIE, e.g. HGNC:10896) -- pass exactly one. Widen response_mode for the per-submitter breakdown. Page via the release-bound truncated.next_cursor (surfaced as _meta.next_commands[0]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| offset | No | ||
| hgnc_id | No | ||
| gene_symbol | No | ||
| response_mode | No | Verbosity: minimal | compact | standard | full (default compact). | compact |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gene | No | ||
| _meta | No | Per-call envelope metadata. | |
| count | No | ||
| total | No | ||
| message | No | ||
| success | Yes | ||
| diseases | No | ||
| headline | No | ||
| retryable | No | ||
| truncated | No | ||
| error_code | No | ||
| field_errors | No | ||
| recovery_action | No |