纠正错误 / Fix 添加实例 / Add example
使用该格式的命令 / Commands using this format

BAM

SAM 的二进制压缩形式,用于存储 reads 到参考基因组的比对结果。Binary compressed representation of SAM for storing read alignments to a reference genome.

常见用途 | Common Uses

关键点 | Notes

常用工具 | Tools

samtools view sample.bam
samtools sort -o sample.sorted.bam sample.bam
samtools index sample.sorted.bam

参考 | References