> For the complete documentation index, see [llms.txt](https://help.connected.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.connected.illumina.com/emedgene/emedgene-analyze-manual/variant_page/clinical_significance_section.md).

# Clinical significance tab

The **Clinical Significance tab** provides essential variant-level and gene-level details to help you evaluate a variant’s potential pathogenicity. It combines AI-driven insights with curated public data for informed interpretation.

## Information is organized into the following cards:

* [**Variant info**](/emedgene/emedgene-analyze-manual/variant_page/clinical_significance_section/variant-info.md): Displays key details such as HGVS nomenclature, predicted effect, variant type, zygosity, phasing (v100.40.0+), and links to external databases.
* [**In silico predictions**](/emedgene/emedgene-analyze-manual/variant_page/clinical_significance_section/in-silico-predictions.md): Shows individual tool results and algorithmic predictions for missense, conservation, and splicing effects.
* [**Gene metrics**](/emedgene/emedgene-analyze-manual/variant_page/clinical_significance_section/gene-metrics.md): Summarizes gene’s level of intolerance to different types of variation.
* [**Clinical significance**](/emedgene/emedgene-analyze-manual/variant_page/clinical_significance_section/clinical-significance.md): Highlights previous pathogenicity classifications from your lab and public sources.
* [**Gene-related diseases**](/emedgene/emedgene-analyze-manual/variant_page/clinical_significance_section/gene-related-diseases.md): Lists known gene–disease associations with inheritance patterns and source links.

<figure><img src="/files/VJ1wuASTIuD6qybHMdmd" alt=""><figcaption><p>Clinical significance tab on v100.39.0</p></figcaption></figure>


---

# 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://help.connected.illumina.com/emedgene/emedgene-analyze-manual/variant_page/clinical_significance_section.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.
