> For the complete documentation index, see [llms.txt](https://vci-gci-docs.clinicalgenome.org/vci-gci-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vci-gci-docs.clinicalgenome.org/vci-gci-docs/gci-help/about-gene-disease-clinical-validity-curation.md).

# About Gene-Disease Clinical Validity Curation

**Does variation in this gene cause disease?**

ClinGen Gene-Disease Clinical Validity curation attempts to answer this question. The curation process (usually abbreviated to "gene curation") involves evaluating the strength of evidence supporting or refuting a claim that variation in a particular gene causes a particular disease. The final result of gene curation is a **classification** of the gene-disease pair into one of five categories depending on the strength of evidence:

* No Known Disease Relationship
* Limited
* Moderate
* Strong
* Definitive

Gene-disease clinical validity curation is led by gene curators from ClinGen Gene Curation Expert Panels (GCEPs). Curators first perform a pre-curation literature search to gather pertinent data from published articles. An important next step is to assign the correct disease (using MONDO disease ontology) by following the [lumping and splitting](https://clinicalgenome.org/working-groups/lumping-and-splitting/) criteria. This disease information must be curated into the ClinGen [Gene Tracker](https://gene-tracker.clinicalgenome.org/) tool prior to starting gene curation for each gene-disease pair.

​The gene curation process is performed in the [Gene Curation Interface (GCI)](https://curation.clinicalgenome.org/) and is restricted to curators who are affiliated with a GCEP. A gene-disease record is often referred to as a "GDM" - short for "**G**ene-**D**isease-**M**ode of Inheritance", the three required components of the record. Within each gene-disease record, the genetic and experimental evidence gathered from publications is evaluated and scored according to the gene-disease clinical validity classification framework that was developed by the [ClinGen Gene Curation Working Group](https://clinicalgenome.org/working-groups/gene-curation/).  The GCI assists curators by collating all the scored evidence and providing a calculated classification, but if required GCEPs can modify their classification. Once the GCEP has finalized their classification selection, they can provisionally save it,  and pass it along for their expert review process. Upon successful review, the GCEP can approve their final classification and publish it to the ClinGen [website](https://search.clinicalgenome.org/kb/gene-validity).&#x20;

A visual representation of the full gene curation workflow is shown below.

![](https://lh3.googleusercontent.com/jeH0M-N1XrlSvAq66Hzh9gNglPjCK3vzWmbCnZeMNm696ONt2nf8Pi35BCtsy58l1NsqsU4Y6earKDzV1MuXMYS-i4FdEYdjOsoT1Z-R_I7Y6ZuPOBlS3BISuyuu_pf9nIIQuwuoGzQgcz1E-TYHRQ)

{% hint style="info" %}
The [Gene-Disease Validity Standard Operating Procedures](https://clinicalgenome.org/docs/gene-disease-validity-standard-operating-procedures-version-10/) (SOPs) capture the current curation methods and rules. The SOPs are updated periodically; updates will be announced during ClinGen curator calls and via mailing lists. Additional curation training materials are available [here](https://www.clinicalgenome.org/curation-activities/gene-disease-validity/training-materials/).
{% endhint %}

For more information about ClinGen gene curation, please check out the information on the <https://clinicalgenome.org/curation-activities/gene-disease-validity/> website or get in touch with the Gene Curation working group at <genecuration@clinicalgenome.org>.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://vci-gci-docs.clinicalgenome.org/vci-gci-docs/gci-help/about-gene-disease-clinical-validity-curation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
