# Integrating variant annotations from multiple sources

The Emedgene pipeline prioritizes variant annotations based on the calling methodology rank order. The first appearance of a variant is annotated according to the following hierarchy:

1. TARGETED
2. STAR\_ALLELE
3. STR\_REPEAT\_EXPANSION
4. MRJD
5. FORCED\_GENOTYPING
6. SMALL\_VARIANT
7. CNV\_READ\_DEPTH
8. SV\_SPLIT\_END
9. UNKNOWN

#### Identical Variant Criteria

Variants are considered identical if they share the same:

* Chromosome
* Position
* Reference allele (REF)
* Alternate allele (ALT)

#### Limitation

When applied to Copy Number Variants (CNVs), this approach may merge variants even if they have different lengths.


---

# 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/tertiary-analysis-pipeline/how-does-emedgene-analyze-merge-variants-from-different-sources.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.
