This is a test version of Biostars. For the public version, visit https://www.biostars.org.
GATK BaseQualityRecalibrator

Hi, I want to perform the base quality recalibration for a pool sequence data of population of flies. I have the vcf file with the variants for all the samples used. How to use this information for calling gatk BaseCalibrator. Should I use some hard filtering variants to use for BQSR process? How to determine the known variants from this?

snps bqsr variants reads gatk

1 answer

The variant information is only used to mask polymorphic sites so that true mutations do not deflate quality scores. Just pass in your VCF instead of the dbSNP sites VCF. You want to ensure that the variants present are truly polymorphic, so filtering to variants seen multiple times, or that don't validate Hardy-Weinberg, would be a good idea.

I will proceed on with BQSR with the whole vcf file without any filtration. Thank you!

Log in to answer this question.