36
1 answer ✓
13 views
How to sort, index, filter, and extract reads from BAM files using samtools
I have an unsorted BAM file from a BWA-MEM alignment. I need to: (1) sort and index it, (2) filter out unmapped and low-quality reads,…