Entering edit mode
Nora Rieber
▴
40
@nora-rieber-3722
Last seen 10.3 years ago
Dear all,
I'm looking for a fast way of computing how many reads map into a
certain location (e.g. between position 300 and 400 on chromosome 14).
Is there any function to compute this in the packages chipseq or
ShortRead? After reading the vignette for chipseq, I thought
viewSums(islands) computes the number of reads, but it seems to
compute
the sum of the coverage.
I've written my own code to do this but it is pretty slow and I wonder
if there's a better way.
Thanks,
Nora