Open Access Mode. Files are processed temporarily and not saved. Login for full project storage and advanced tools.
samtools depth
samtools depth is a command-line tool used to calculate
sequencing depth (coverage) at each genomic position from SAM, BAM,
or CRAM alignment files. It reports the number of reads covering
every position in the reference genome and is widely used for
coverage assessment and quality control in sequencing experiments.
chr1 100 30 chr1 101 31 chr1 102 32 chr1 103 29
This indicates that position 100 on chromosome 1 is covered by 30 reads, position 101 by 31 reads, and so on.
Official Samtools Manual Pages: Samtools Depth Manual
If you use samtools depth in your work,
please cite the following reference:
Li, H., Handsaker, B., Wysoker, A., et al. (2009). The Sequence Alignment/Map (SAM) format and SAMtools. Bioinformatics, 25(16), 2078-2079. doi:10.1093/bioinformatics/btp352