Package org.snpeff.interval.tree
package org.snpeff.interval.tree
-
ClassDescriptionA set of interval trees (e.g.Node for interval tree structureThe Node class contains the interval tree information for one single nodeAn Interval Tree is essentially a map from intervals to objects, which can be queried for all data associated with a particular interval of pointInterval tree structure using arrays This is slightly faster than the new IntervalTree implementationAn Interval Tree is essentially a map from intervals to objects, which can be queried for all data associated with a particular interval of pointInterval tree interface