Skip to content
Prev 2604 / 21312 Next

[Bioc-devel] coverage method on BamFile would be nice

On 05/10/2011 01:46 PM, Michael Lawrence wrote:
Yes this is something I'll do. But for what it's worth something like

param <- PileupParam(which=GRanges("chr1", IRanges(1, width=247249719)),
              what="seq", yieldBy="position", yieldSize=4000000)

does 4 million C-level non-zero pileups before coming back to R for 
processing; there are R overheads that I'll work on, but this is 
relatively memory and speed efficient.

Martin