Hi, You are right, I thought there was one values missing in the AD fields, but it's not.
Here the description of the AD and DP4 field:
##FORMAT=<ID=DP4,Number=4,Type=Integer,Description="Number of high-quality ref-fwd, ref-reverse, alt-fwd and alt-reverse bases">
##FORMAT=<ID=AD,Number=R,Type=Integer,Description="Allelic depths">
The DP4 appears good, 4 values as expected. But for the AD field, why there is 3 values? The first appears to be for reference, and the second for allele, so, what is the third values for?
My complete vcf line is:
scaffold1124 33 . A G 63 . DP=1018;AD=199,6,0;VDB=0.000411984;SGB=-8.52938;RPB=0.00019938;MQB=1;BQB=0.490025;MQ0F=0;ICB=0.00595507;HOB=0.00270329;AC=5;AN=136;DP4=199,0,6,0;MQ=60 GT:PL:DP:DP4:AD 0/1:27,0,107:5:4,0,1,0:4,1,0
Thanks again.