Sequence Alignment/Map (SAM)¶
Definition
AI-generated
SAM is the text specification for records of aligned sequencing reads: each line typically describes one read’s mapping position, CIGAR string, mate pair, flags, and optional typed fields (tags).
Topics
URL
Why it matters in GWAS¶
Downstream variant calling, QC, and duplicate marking consume SAM-equivalent records (usually via BAM or CRAM); understanding flags, CIGAR, and tags is necessary to interpret alignment artifacts that propagate into genotype calls used in association studies.
Example usage¶
"Reads were written to coordinate-sorted SAM for debugging before converting to indexed BAM for HaplotypeCaller."
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)