page

Aug 1, 2019

Extract Reads From a Bam File That Fall Within A Given Region

https://www.biostars.org/p/48719/


# -h : include header
# file should be indexed.bam


samtools view -h input.indexed.bam "Chr1:10000-20000" > output.sam

No comments:

Post a Comment