# Variant Callers

Variations in nucleotide sequence, in the form of single nucleotide variants (SNVs) and insertion and deletion events (INDELs), can exist within the germline or can be acquired by somatic alterations. Partek Flow provides pipeline creation tools to identify both SNVs and INDELs using aligned reads generated from targeted, whole exome, or whole genome DNA-Seq (or RNA-Seq) data. Detection of these variants can be performed by comparison against either the reference sequence utilized for alignment or among paired samples in a project. Tools for variant detection are performed on either *Aligned reads* or *Filtered reads* data nodes (Figure 1), and the *Detect variants* task node will produce a *Variants* data node. The *Variants* data node will contain Variant Call Format (vcf) files for each sample in the project. Three detection tools, each employing unique algorithms to identify variants in aligned sequence data, are available under the *Variant callers* section of the context sensitive menu:

* [SAMtools](/partek/partek-flow/user-manual/task-menu/variant-callers/samtools.md)
* [FreeBayes](https://github.com/illumina-swi/partek-docs/blob/main/docs/partek-flow/user-manual/task-menu/variant-callers/free-bayes.md)
* [LoFreq](/partek/partek-flow/user-manual/task-menu/variant-callers/lofreq.md)

![variant callers](https://github.com/illumina-swi/partek-docs/assets/167460925/e8f5e47e-76d3-41fc-921e-76fb52349282)

Figure 1. Showing Variant callers from an aligned reads node

## Additional Assistance

If you need additional assistance, please visit [our support page](http://www.partek.com/support) to submit a help ticket or find phone numbers for regional support.


---

# 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/partek/partek-flow/user-manual/task-menu/variant-callers.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.
