-
Notifications
You must be signed in to change notification settings - Fork 100
Description
Thank you for the wonderful software and apologies if this question has been asked before but I couldn't find a satisfactory answer in other issues posted here. I'm simply wondering how to interpret the coverage data in the INFO field. Here is a line from my VCF:
CM083959.1 999150 Sniffles2.INS.1FS16 N TATATAACAATATATAACAATATATAACAATATATAGCAATATATAACATTATATAACAATATATAACAA 60 PASS PRECISE;SVTYPE=INS;SVLEN=70;END=999150;SUPPORT=14;COVERAGE=17,18,18,18,18;STRAND=+-;STDEV_LEN=0.000;STDEV_POS=0.000;SUPPORT_LONG=0;VAF=0.778 GT:GQ:DR:DV 0/1:0:4:14
I can clearly see the 14 reads supporting the 70 bp insertion in the IGV view. But I'm unsure on what the 17,18,18,18,18 coverage is (and so is ChatGPT). And as suggested by a previous issue, DV = SUPPORT, in this case = 14. And I can also see the 4 reads supporting the reference allele (DR). I must have had the RNAMES option turned off. Thanks for any help on the meaning of the four numbers in coverage.
-- Scott