BAM File FormatA BAM file (*.bam) is the compressed binary version of a SAM file that is used to represent aligned sequences. SAM and BAM formats are described in detail on the SAM Tools website: samtools.sourceforge.net. BAM files contain a header section and an alignments section:
M29:126:A0E89:1:4:10243:21066 64 ACADVL.NM_008658.6.7.6841396 26 40 25S10M * 0 0 TTGAGGGCTCGGTTAGACAGAAAGCGGCCACAGTC @@CFFFFFDHH?CDG?FHBFFGGIIDHGIHIGIGI RG:Z:HBR_100ng_35281_2 BC:Z:11 SM:i:40 NM:i:0 XN:Z:6841396 The read name includes the amplicon and start coordinate ACADVL.NM_008658.6.7.6841396 26, the alignment quality 40, and the match descriptor 25S10M * 0 0. BAM index files (*.bam.bai) provide an index of the corresponding BAM file. |
|
||
© 2015 Illumina, Inc. All rights reserved. |
15067849 Rev. A |