Base Quality Score Recalibration (BQSR)¶
Definition
AI-generated
Base Quality Score Recalibration (BQSR) adjusts per-base quality scores in aligned reads so that reported Phred-scale errors better match empirical mismatch rates, using covariates such as sequencing cycle, dinucleotide context, and read group.
Why it matters in GWAS¶
Miscalibrated base qualities distort genotype likelihoods and can shift variant calls and genotype filters at scale; BQSR is a standard preprocessing step before joint calling in many WGS/WES pipelines, distinct from Variant Quality Score Recalibration (VQSR), which operates on variant-level annotations after calling.
Example usage¶
"Base Quality Score Recalibration (BQSR) was run on deduplicated BAMs with a GRCh38 mask of common SNPs for the recalibration table."
Related terms¶
References¶
- DePristo MA, et al. (2011). A framework for variation discovery and genotyping using next-generation DNA sequencing data. Nat Genet. https://doi.org/10.1038/ng.806
Last updated (UTC · Git history)