Indeed, you will see a '2' in the GT field of a VCF record if it is a multi-allelic site:
- 0 = ref base
- 1 = first alternate base
- 2 = second alternate base
Many programs cannot support multi-allelic records, so, you can split these into 2 (or more) records via:
bcftools norm -m-any
• 0 views
•
link