> 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/settings/organization_settings_-330+/workbench-and-pipeline/sv-annotation-thresholds.md).

# SV annotation thresholds

The Emedgene SV annotation pipeline integrates multiple structural variant databases, including allele frequency sources (e.g., gnomAD SV) and variant/region pathogenicity resources (e.g., ClinVar, ClinGen). Annotation is performed based on defined overlap thresholds tailored to the clinical significance of each database category

Present under Workbench & Pipeline in Organization Settings, this module enables configuration of annotation overlapping thresholds for structural variants with external and internal databases.

<figure><img src="/files/0coj0E0wlx0GFsBAFaRd" alt=""><figcaption><p>Organization settings > Workbench &#x26; Pipeline > SV annotation threshold</p></figcaption></figure>

{% hint style="info" %}
**Value Constraint**: Comprised between 0 to 1, with 2 decimals allowed.
{% endhint %}

### One Side Pathogenic <a href="#one-side-pathogenic" id="one-side-pathogenic"></a>

The One Side Pathogenic setting allows to set a threshold for identifying structural variants classified as pathogenic and likely pathogenic, such as those in ClinGen Pathogenic, ClinVar Pathogenic, DDDSyndromes, and Curate Pathogenic databases. It starts at a default of 0.7, and accepts value between 0 and 1.

### One Side Uncertain <a href="#one-side-uncertain" id="one-side-uncertain"></a>

The One Side Uncertain setting allows to set a threshold for identifying structural variants classified as uncertain, such as those in ClinGen VUS, ClinVar VUS, and Curate VUS databases. It starts at a default of 0.7, and accepts value between 0 and 1.

### Two Sided <a href="#two-sided" id="two-sided"></a>

The Two Sided setting allows to set a threshold for identifying structural variants classified as benign and likely benign, such as those in ClinGen Benign, ClinVar Benign, DECIPHER, DGV, gnomAD SV, 1000 genomes, and Curate Benign databases. It starts at a default of 0.7, and accepts value between 0 and 1.


---

# 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/settings/organization_settings_-330+/workbench-and-pipeline/sv-annotation-thresholds.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.
