Skip to content
Prev 10157 / 21312 Next

[Bioc-devel] Feedback wanted on design of fixed-width Ranges class

Vince - From my understanding GPos mostly gains its efficiencies when
positions are adjacent, which is generally not the case for the types of
positions I'm considering. In fact, the @ranges slot of the @pos_runs slot
in a GPos object is just a IRanges object where n adjacent positions are
'compressed' into a single width-n range.

(Also, FWRanges could generalise to intervals with fixed-width > 1)

On Thu, 24 Nov 2016 at 10:36 Vincent Carey <stvjc at channing.harvard.edu>
wrote: