> For the complete documentation index, see [llms.txt](https://help.dragen.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.dragen.illumina.com/dragen-v4.5/product-guides/dragen-v4.5/germline/structural_variants_accuracy.md).

# Structural Variants

Generated on **2026-05-07**

## Structural Variants

The DRAGEN Structural Variant (SV) caller identifies large insertions, deletions and genomic arrangements from mapped DNA reads. For details, refer to the [DRAGEN user guide for structural variant calling](/dragen-v4.5/product-guides/dragen-v4.5/dragen-dna-pipeline/sv-calling.md).

**DRAGEN**: DRAGEN 4.5.4 | **Truthset**: HG002 T2TQ100-v1.1-v0.018 on Truvari v4.2.2 | **Reference**: GRCh38

<details>

<summary>SV WGS historical comparison table (click to expand)</summary>

| Method       | Recall | Precision | F1-score |
| ------------ | ------ | --------- | -------- |
| DRAGEN 4.5.4 | 0.880  | 0.969     | 0.922    |
| DRAGEN 4.4   | 0.807  | 0.963     | 0.878    |
| DRAGEN 4.3   | 0.511  | 0.953     | 0.665    |

</details>

**Comparison with previous DRAGEN versions**

![SV WGS accuracy comparison across DRAGEN versions](/files/H7MjuwTSYx2TqG9M9Otb)

**Mobile Element Insertions**

The general purpose SV routine can detect Mobile Element Insertions (MEIs) with assembled inserted sequences like other regular insertions. If missed by the general purpose SV routine, MEIs will be rescued by the MEI specific routine based on similarity between assembled contigs and known sequences in the MEI catalog.

Recall for **HG002 NIST v0.6 MEI** (Wittyer v0.5.4.1):

<details>

<summary>SV MEI historical comparison table (click to expand)</summary>

| Method       | Recall |
| ------------ | ------ |
| DRAGEN 4.5.4 | 0.985  |
| DRAGEN 4.4   | 0.906  |
| DRAGEN 4.3   | 0.885  |

</details>

**Comparison with previous DRAGEN versions**

![SV MEI recall trend across DRAGEN versions](/files/zwTlJmWWgraqLrcCWqoe)


---

# 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.dragen.illumina.com/dragen-v4.5/product-guides/dragen-v4.5/germline/structural_variants_accuracy.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.
