Hello everyone,
I have one doubt related to vcf output. The output looks like:
****#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT 1008**
Chr01 9484 . G A 1006.77 .AC=2;AF=1.00;AN=2;**DP=31**;ExcessHet=3.0103;FS=0.000;MLEAC=2;MLEAF=1.00;MQ=52.12;QD=26.83;SOR=0.874 GT:AD:**DP**:GQ:PL 1/1:0,22:**22**:69:1035,69,0
Chr01 9488 . C G 1051.77 . AC=2;AF=1.00;AN=2;DP=33;ExcessHet=3.0103;FS=0.000;MLEAC=2;MLEAF=1.00;MQ=51.88;QD=30.42;SOR=0.963 GT:AD:DP:GQ:PL 1/1:0,23:23:72:1080,72,0
Chr01 9505 . G C 1051.77 . AC=2;AF=1.00;AN=2;DP=35;ExcessHet=3.0103;FS=0.000;MLEAC=2;MLEAF=1.00;MQ=51.67;QD=24.50;SOR=0.859 GT:AD:DP:GQ:PL 1/1:0,24:24:72:1080,72,0
From the last few days, i am just reading about the format vcf file and how can i filter snps using different flags. Mostly in papers, on the basis of DP and QUAL values snps are filtered. But now i am little bit confused. In vcf file 2 DP value are define: one is sample depth and another is allelic depth and when i give the parameter DP>10. It gave me output just like as i mentioned above. Now my question is that Should i filtered snps on the basis of allelic depth because reads used in allelic depth are filtered and informative as mentioned in GATK. i do not understand this concept. Can anyone give me some suggestions
Thanks & Regards
Deepika .
You might also consider filtering on QD rather than QUAL and DP: https://software.broadinstitute.org/gatk/documentation/article.php?id=6925
Thank you but my question is still same.