Validates that a list of GenomicRegions do not overlap. Uses O(n log n) sorting-based algorithm for efficiency.
Array of GenomicRegions to validate
true if no regions overlap, false otherwise
Validates that a list of GenomicRegions do not overlap. Uses O(n log n) sorting-based algorithm for efficiency.