Private
Readonly
rootPrivate
buildPrivate
checkFinds all intervals that overlap with the given region.
Query region to find overlaps for
Array of overlapping intervals
Checks if any interval overlaps with the given region.
Query region to check for overlaps
true if any overlap exists, false otherwise
Private
search
Optimized interval tree for genome-scale overlap detection. Provides O(log n) query time for overlap detection in large datasets.