Entering edit mode
5.1 years ago
oddjobs
▴
10
I have a VCF file with two records as follows:
20 10470839 . TTC T 50 PASS ... here GT = 1/0
20 10470841 . C CT 50 PASS ... here GT = 0/1
This is a valid VCF that works well with the hap.py tool. I do not understand how to interpret these two records because the second record overlaps with the first. Any help is appreciated.
Thanks!
I see. It makes sense if it is happening on two different strands, hence the two genotypes wouldn't be overlapping or conflicting. Here the GT fields do support what you say.
Thanks!