Package org.snpeff.interval.tree


package org.snpeff.interval.tree
  • Class
    Description
    A set of interval trees (e.g.
    Node for interval tree structure
    The Node class contains the interval tree information for one single node
    An Interval Tree is essentially a map from intervals to objects, which can be queried for all data associated with a particular interval of point
    Interval tree structure using arrays This is slightly faster than the new IntervalTree implementation
    An Interval Tree is essentially a map from intervals to objects, which can be queried for all data associated with a particular interval of point
    Interval tree interface