# Allele distribution

The **Allele distribution card** of the **Quality tab** shows how sequencing reads support the reference and alternate allele.

It is available for SNVs, MNVs, indels (both nuclear and mitochondrial), and STRs.

## SNVs, MNVs, and indels

{% hint style="info" %}
The MNV variant type is supported from version 100.39.0.
{% endhint %}

{% columns %}
{% column width="41.66666666666667%" %}

<figure><img src="/files/pSgTDa0Dr3JPGfMsncpY" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="58.33333333333333%" %}
Allele fractions are shown as pie charts, one per sample. This gives you a quick view of variant distribution across alleles.

{% hint style="info" %}
For [MRJD](https://help.dragen.illumina.com/product-guide/dragen-v4.4/dragen-dna-pipeline/small-variant-calling/multi-region-joint-detection)-called variants, the alternate allele percentage shown in the graph comes from the `JAF` field in the DRAGEN MRJD VCF. `JAF` reports the alternate allele fraction across all paralogous regions.
{% endhint %}
{% endcolumn %}
{% endcolumns %}

## STRs

{% columns %}
{% column width="41.66666666666667%" %}

<div align="left"><figure><img src="/files/o9481IJLRoOEWSEqRzMo" alt="" width="266"><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="58.33333333333333%" %}
For STRs, the allele distribution table shows how sequencing reads support an STR variant. This helps you assess call accuracy.

The columns are `REF` and `ALT`. They represent reference and alternate allele counts.

Rows are grouped into these categories:

* **In Repeat** — Reads aligning within the repeat. Higher values improve confidence.
* **Flanking** — Reads adjacent to the repeat region.
* **Spanning** — Reads covering the entire repeat region.
  {% endcolumn %}
  {% endcolumns %}


---

# Agent Instructions: 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:

```
GET https://help.connected.illumina.com/emedgene/emedgene-analyze-manual/variant_page/quality_section/allele-distribution.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
