Uses of Interface
org.snpeff.interval.tree.Itree
-
Packages that use Itree Package Description org.snpeff.interval.tree org.snpeff.snpEffect.testCases.unity -
-
Uses of Itree in org.snpeff.interval.tree
Classes in org.snpeff.interval.tree that implement Itree Modifier and Type Class Description classIntervalTreeAn Interval Tree is essentially a map from intervals to objects, which can be queried for all data associated with a particular interval of pointclassIntervalTreeArrayInterval tree structure using arrays This is slightly faster than the new IntervalTree implementationclassIntervalTreeOriAn 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 Itree Modifier and Type Method Description ItreeIntervalForest. getOrCreateTree(java.lang.String id)Get (or create) an interval tree for IDItreeIntervalForest. getOrCreateTreeChromo(java.lang.String chromo)Get (or create) an interval tree based for "chromo" (chromosome name)ItreeIntervalForest. getTree(java.lang.String key)Get an interval tree using an IDItreeIntervalForest. getTreeChromo(java.lang.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 Modifier and Type Method Description java.util.Iterator<Itree>IntervalForest. iterator() -
Uses of Itree in org.snpeff.snpEffect.testCases.unity
Methods in org.snpeff.snpEffect.testCases.unity that return Itree Modifier and Type Method Description protected ItreeTestCasesIntervalTree. newItree(Markers markers)protected ItreeTestCasesIntervalTreeArray. newItree(Markers markers)protected ItreeTestCasesIntervalTreeOri. newItree(Markers markers)Methods in org.snpeff.snpEffect.testCases.unity with parameters of type Itree Modifier and Type Method Description protected intTestCasesIntervalTree. compareQuery(Marker m, Itree intTree)Perform a query using 'naive' lookup and interval forest.
-