Uses of Interface
org.snpeff.interval.tree.Itree
Packages that use Itree
-
Uses of Itree in org.snpeff.interval.tree
Classes in org.snpeff.interval.tree that implement ItreeModifier and TypeClassDescriptionclassAn Interval Tree is essentially a map from intervals to objects, which can be queried for all data associated with a particular interval of pointclassInterval tree structure using arrays This is slightly faster than the new IntervalTree implementationclassAn Interval Tree is essentially a map from intervals to objects, which can be queried for all data associated with a particular interval of pointMethods in org.snpeff.interval.tree that return ItreeModifier and TypeMethodDescriptionIntervalForest.getOrCreateTree(String id) Get (or create) an interval tree for IDIntervalForest.getOrCreateTreeChromo(String chromo) Get (or create) an interval tree based for "chromo" (chromosome name)Get an interval tree using an IDIntervalForest.getTreeChromo(String chromo) Get an interval tree using a chromosome nameprotected ItreeIntervalForest.newItree()Create new tree.Methods in org.snpeff.interval.tree that return types with arguments of type Itree