Class IntervalTree

Optimized interval tree for genome-scale overlap detection. Provides O(log n) query time for overlap detection in large datasets.

Constructors

Properties

root: null | IntervalNode = null

Methods

  • Checks if any interval overlaps with the given region.

    Parameters

    Returns boolean

    true if any overlap exists, false otherwise