Entering edit mode
9.1 years ago
897598644
▴
100
Excuse me:
I got bam file from targeted resequencing. So how do I know the start and end region from the bam file?
Thanks for your help.
So how could i get the position range?
You can parse the BAM file and look at the POS/TLEN fields. If this is a common genome, with a BED annotation file available, then you could use coverageBED from BEDTools to get a rough idea of what regions are covered.