Entering edit mode
2.6 years ago
loy_loy
▴
10
Hi everyone,
I have a question about using samtools with a BED file as input for coordinates. I used samtools depth with a zero-based BED file and I get one-based coordinates as output. For example, for the range chr1 9 10
in my BED file, I get the position chr1 10
as output from samtools. I assume that I would have to subtract 1 from the SAM positions to reformat to zero-based coordinates.
Am I doing this correctly?
Best
Lynn