Variant types
Variants are classified into five different types:
- SNV
- A single nucleotide variant. This means that one base is replaced by one other base. This is also often referred to as a SNP. SNV is preferred over SNP because the latter includes an extra layer of interpretation about variants in a population. This means that an SNV could potentially be a SNP but this cannot be determined at the point where the variant is detected in a single sample.
- MNV
- This type represents two or more SNVs in succession.
- Insertion
- This refers to the event where one or more bases are inserted in the experimental data compared to the reference.
- Deletion
- This refers to the event where one or more bases are deleted from the experimental data compared to the reference.
- Replacement
- This is a more complex event where one or more bases have been replaced by one or more bases, where the identified allele has a length different from the reference (i.e. involving an insertion or deletion). Basically, this type represents variants that cannot be represented in the other four categories. An example could be
AAA->CC
. This cannot be resolved into a SNV or an MNV because the number of bases is different between the experimental data and the reference, it is not an insertion because something is also deleted from the reference, and it is not a deletion because something is also inserted.