SAM (file format)
From Infogalactic: the planetary knowledge core
SAM (file format) is a text-based format for storing biological sequences aligned to a reference sequence developed by Heng Li.[1] The acronym SAM stands for Sequence Alignment/Map. It is widely used for storing data, such as nucleotide sequences, generated by Next generation sequencing technologies.
The SAM format consists of a header and an alignment section.[1] The binary representation of a SAM file is a BAM file, which is a compressed SAM file.[1] SAM files can be analysed and edited with the software SAMtools.[1]
See also
References
<templatestyles src="Reflist/styles.css" />
Cite error: Invalid <references>
tag; parameter "group" is allowed only.
<references />
, or <references group="..." />
<references \>
External links
- https://samtools.github.io/hts-specs/ detailed SAM format specification