Calling zero mapping quality variant
0
0
Entering edit mode
14 months ago

Hello

Is it possible to call variant with read that has zero mapping quality at the region?

I found that there is INDEL in my BAM file when I visualize in IGV but the variant is not in gVCF, I have checked the average MAPQ at that position is zero

I tried to adjust the parameters of haplotypecaller but still not working

java -Xmx32G -jar ~/gatk-4.3.0.0/gatk-package-4.3.0.0-local.jar HaplotypeCaller -R hg19.fa -I my.sorted.bam -O my.gvcf -ERC GVCF --dbsnp dbSNP154.hg19.vcf.gz --min-base-quality-score 5 -stand-call-conf 15 --max-alternate-alleles 3 --min-dangling-branch-length 2 --kmer-size 18 --kmer-size 22 --base-quality-score-threshold 6

Thanks in advance

JK

calling GATK variant • 452 views
ADD COMMENT
0
Entering edit mode

Have you used bwa to align? If this is the case, it could be that read maps to multiple locations : What Does The Zero Mapping Quality Mean For The Bwa Mapper?

ADD REPLY

Login before adding your answer.

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