Overview of Strelka2 Small Variant Caller
v2.9.xStrelka2 is a fast and accurate small variant caller designed for two primary use cases:
- Germline Variation: Optimized for small cohorts. It uses a tiered haplotype model that adaptively switches between assembly and alignment-based haplotyping, and a mixture-model indel error estimation method to handle indel noise.
- Somatic Variation: Optimized for tumor/normal sample pairs. The model accounts for potential tumor cell contamination in the normal sample, making it suitable for liquid and late-stage tumor analysis.
Both callers include an empirical variant re-scoring step using random forest models to improve precision.
Input and Output
- Inputs: Accepts read mappings in BAM or CRAM formats. It can optionally take candidate and/or forced-call alleles from a VCF file.
- Outputs: Reports all small variant predictions in VCF 4.1 format. Germline reporting follows gVCF conventions to represent both variant and reference call confidence.