GATK BaseQualityRecalibrator
1
0
Entering edit mode
25 days ago
ayeraselvan ▴ 10

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 • 288 views
ADD COMMENT
0
Entering edit mode
24 days ago
LChart 4.5k

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.

ADD COMMENT
0
Entering edit mode

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

ADD REPLY

Login before adding your answer.

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