Function validateNonOverlappingRegions

  • Validates that a list of GenomicRegions do not overlap. Uses O(n log n) sorting-based algorithm for efficiency.

    Parameters

    Returns boolean

    true if no regions overlap, false otherwise