Somatic Variant Caller

Developed by Illumina, the somatic variant caller identifies variants present at low frequency in DNA samples.

The somatic variant caller identifies variants in three steps:

Considers each position in the reference genome separately.
Counts bases at a given position for aligned reads that overlap the position.
Computes a variant score that measures the quality of the call using a Poisson model.

A candidate variant is filtered under the following conditions:

The frequency is below the user-specified threshold (default: 5%).
The depth is below the user-specified threshold (default: 10).
The variant quality is below Q30.
Significant strand bias is detected.
The variant occurs in a repetitive region.
The no-call rate is above 0.6.