Overlapping variant records
1
0
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!

VCF • 917 views
ADD COMMENT
1
Entering edit mode
5.1 years ago
Ram 45k

It is possible that on one strand, there's a deletion and on the other, there's an insertion. If this is from a reliable pileup/variant caller such as samtools mpileup or GATK HaplotypeCaller, the odds that this is an algorithmic error is low (assuming this is not a repeat region)

ADD COMMENT
0
Entering edit mode

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!

ADD REPLY

Login before adding your answer.

Traffic: 3534 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6