Thank you so much
• 0 views
•
link
Hello to the whole community
I have aligned a WGS data and I want to read the coverage of a region of interest (chr9:27,573,456-27,573,614). I know that samtools depth can read the coverage base by base, but I don't know how to delimit a portion of my bam. Can anyone help me please?
Thanks to all
http://www.htslib.org/doc/samtools-depth.html
-r CHR:FROM-TO Only report depth in specified region.
so
samtools depth -r "chr1:234-567" in.bam
Thank you so much
Log in to answer this question.