Entering edit mode
3 months ago
franklin
•
0
During a WES study, I am performing variant discovery using GATK HaplotypeCaller. However, when I visualize the regions with variants shown in the VCF file on IGV, these variants do not appear in the BAM file. What could be the reason for this discrepancy?
Depth. Quality, clipping., Sam flags ...
GATK haplotypecaller has an
--bam-outout
option to generate a bam with locally realigned reads ( https://gatk.broadinstitute.org/hc/en-us/articles/360037225632-HaplotypeCaller ) for debugging. Generating a bam in this case could be of use to determine why the call was made.Please do not delete posts that have received feedback. Instead, interact with the people that have invested effort into helping you, and work towards providing closure to your post.