Binary Alignment/Map (BAM)¶
Definition
AI-generated
BAM is the compressed binary representation of SAM records for aligned sequencing reads, designed for efficient storage, indexing, and random access.
Topics
URL
Why it matters in GWAS¶
In sequencing-based GWAS pipelines, BAM files are a core intermediate that feed variant calling and quality assessment; alignment quality directly influences downstream association validity.
Example usage¶
"Aligned BAM files were indexed and passed to the joint variant-calling workflow."
Related terms¶
References¶
- Li H, et al. (2009). The Sequence Alignment/Map format and SAMtools. Bioinformatics. https://doi.org/10.1093/bioinformatics/btp352
Last updated (UTC · Git history)