Skip to content
Prev 7138 / 21307 Next

[Bioc-devel] zero-width ranges representing insertions

On Mon, Mar 16, 2015 at 3:12 PM, Robert Castelo <robert.castelo at upf.edu>
wrote:
That would break just about every tool, so let's hope not. There's a bunch
of code on top of Bioc that currently depends on the current
representation. For example, zero width ranges do not overlap anything, so
they need special treatment to e.g. detect whether an insertion falls
within a gene. There are real benefits to keeping the representation of
indels consistent with the rest of the field (VCF). There was much thought
put into this.