"islands" and number of reads in the island in package chipseq/ShortRead
1
0
Entering edit mode
Nora Rieber ▴ 40
@nora-rieber-3722
Last seen 9.7 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
ChIPSeq Coverage chipseq ChIPSeq Coverage chipseq • 837 views
ADD COMMENT
0
Entering edit mode
@kasper-daniel-hansen-2979
Last seen 10 months ago
United States
The best way to do this with IRanges is to make the reads into a set of IRanges with width 1, make your regions into IRanges as well and then use findOverlaps. You need to do this by the chromosome, so you might want to use stuff like IRangesList and RangedData. This is pretty fast but requires that all reads fit into memory. An alternative is to use the Genominator package that was designed for this task. That will require some overhead in learning how to use it (= reading the vignette). Kasper On Dec 1, 2009, at 7:17 AM, Nora Rieber wrote: > 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 > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD COMMENT

Login before adding your answer.

Traffic: 544 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6