Find GenCC Curations
find_curationsFilter aggregated gene-disease validity assertions by classification, submitter, inheritance mode, gene, disease, or conflict status, with pagination. Retrieve harmonized GenCC data for targeted curation needs.
Instructions
Filter aggregated gene-disease assertions by classification(s), submitter(s), mode of inheritance, gene, disease, or conflict status, with limit/offset paging. Example: classification=['Definitive'], moi='Autosomal dominant', submitter=['ClinGen']. With NO filters it browses the whole catalog one page at a time (default 50 rows). classification/submitter/moi match at the submission level (any submitter), not the consensus -- each row's matched field names the triggering submission. Filter values are validated (case-insensitive); out-of-vocabulary values return invalid_input with the accepted set (case-insensitive; see get_server_capabilities / list_submitters), and an unresolvable gene or disease returns not_found. A filter passed as a blank string / empty list is rejected -- omit a filter to browse. Pass ids_only=true to return only {gene_curie, disease_curie} pairs for cheap paging. Large sweeps: follow truncated.next_cursor (an opaque, release-bound page token) via _meta.next_commands; a cursor minted under a prior data release is rejected so a weekly refresh can't silently skip or duplicate rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| moi | No | Restrict to one mode-of-inheritance title (closed vocabulary; case-insensitive; see get_server_capabilities.inheritance_modes). | |
| limit | No | Rows per page (1-200; values above 200 are clamped). | |
| cursor | No | Opaque, release-bound page token from a prior truncated.next_cursor. | |
| offset | No | Zero-based row offset for paging. | |
| disease | No | Restrict to one disease (MONDO/OMIM CURIE or exact title); unresolvable -> not_found. | |
| ids_only | No | Return only {gene_curie, disease_curie} pairs for cheap paging. | |
| submitter | No | Restrict to these submitters by title (e.g. ClinGen) or GenCC submitter CURIE; validated case-insensitively against the live roster (see list_submitters). | |
| gene_symbol | No | Restrict to one gene (approved symbol or HGNC CURIE); unresolvable -> not_found. | |
| has_conflict | No | Keep only pairs with (true) or without (false) a submitter conflict. | |
| response_mode | No | Verbosity: minimal | compact | standard | full. | compact |
| classification | No | Restrict to submissions carrying one of these GenCC classification titles (closed vocabulary; case-insensitive). |