Read depth interval comparison
I was wondering about a good method to compare read depth at specific positions (bed file intervals) between two bam files and get as an output the depth across both bam files next to each interval in question? Thanks!
• 1,730 views
•
link
1 answer
samtools depth -b in.bed 1.bam 2.bam 3.bam 4.bam
• 0 views
•
link
Log in to answer this question.