> 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/quality_section/quality-metrics-per-variant-type/sv-quality-metrics.md).

# SV quality metrics

The following metrics are calculated for structural variants.

Structural variant callers use breakpoint clusters, depth shifts, and split-read evidence to compute quality. Large structural variants can fail quality thresholds even when the underlying biology is real.

### **VCF Filter** (DRAGEN 4.3+)

* The FILTER column value in VCF indicating whether a variant passed the caller's quality thresholds or failed some checks.

### **Quality**

* Represents the variant quality score as provided in the VCF.

### **Size**

* Indicates the length of the structural variant.

### **Bin Count**

* Represents the number of bins supporting the structural variant call.

### **CIPOS**

* Start breakpoint confidence interval
* Extracted from `VCF INFO: CIPOS` and displayed as two integers `[lower, upper]`. The interval width (upper - lower) determines the confidence level of the start breakpoint:
  * High (0–20)
  * Moderate (21–100)
  * Low (>100)
* Available from v100.40.0+ versions.

### **CIEND**

* End breakpoint confidence interval
* Extracted from `VCF INFO: CIEND` and displayed as two integers `[lower, upper]`. The interval width (upper - lower) determines the confidence level of the end breakpoint:
  * High (0–20)
  * Moderate (21–100)
  * Low (>100)
* Available from v100.40.0+ versions.

### **Paired Read Support (PR)**

* Extracted from `VCF FORMAT: PR`.
  * `PR[0]` indicates number of paired reads supporting the reference allele (`REF`)
  * `PR[1]` indicates number of paired reads supporting the alternate (`ALT`) structural variant allele.
* Available from v100.40.0+ versions.

### **Split Read Support (SR)**

* Extracted from `VCF FORMAT: SR`.
  * `SR[0]` indicates number of split reads supporting the reference allele (`REF`)
  * `SR[1]` indicates number of split reads supporting the alternate (`ALT`) allele.
* Available from v100.40.0+ versions.


---

# 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/quality_section/quality-metrics-per-variant-type/sv-quality-metrics.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.
