GATK-HaplotypeCaller results generate records with read depth of zero?
1
0
Entering edit mode
3.8 years ago
xie186 ▴ 30

GATK version used: GATK/4.1.4.1

Exact GATK commands used:

gatk HaplotypeCaller -R Pfalciparum.genome.fasta -I recal_realn.bam -ploidy 2 -ERC GVCF --standard-min-confidence-threshold-for-calling 30.0 -O HapoCaller.raw.g.vcf

I found that "DP" of some of the positions are ZEROs (e.g. the one shown below).

Pf3D7_07_v3 777185 . T *,A,<non_ref> 38.86 . DP=6;ExcessHet=3.0103;MLEAC=0,2,0;MLEAF=0.00,1.00,0.00;RAW_MQandDP=21600,6 GT:AD:DP:GQ:PL:SB 2/2:0,0,0,0:0:9:162,22,109,13,9,0,102,75,20,136:0,0,0,0

Could anyone please tell me why DP is ZERO in "2/2:0,0,0,0:0:9:162,22,109,13,9,0,102,75,20,136:0,0,0,0"? Thanks.

gatk haplotypecaller readdepth SNP sequencing • 1.1k views
ADD COMMENT
1
Entering edit mode
3.8 years ago

It's a GVCF, not a what-you-expect-to-be-a-VCF. https://gatkforums.broadinstitute.org/gatk/discussion/4017/what-is-a-gvcf-and-how-is-it-different-from-a-regular-vcf

it must be followed by GenotypeGVCF

ADD COMMENT
0
Entering edit mode

Thanks for the link. In the vcf I got by GenotypeGVCFs. I was give

Pf3D7_07_v3     777185  .       T       A       30.05   PASS    AC=2;AF=0.016;AN=124;DP=1076;ExcessHet=0.0207;FS=0.000;InbreedingCoeff=0.3891;MLEAC=2;MLEAF=0.016;MQ=60.00;SOR=0.693;VQSLOD=5.75;culprit=FS;EFF=UPSTREAM(MODIFIER||1921||PF3D7_0717900|protein_coding|CODING|PF3D7_0717900.1|)  GT:AD:DP:GQ:PL     1/1:0,0:0:13:162,13,0  ..........................................................................................

I have more than 50 samples. I only showed the info for the sample I have question with. You can see here. The genotype information was given but the DP info is still zero.

ADD REPLY

Login before adding your answer.

Traffic: 2004 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