regidx_overlap() - check overlap of the location chr:from-to with regions
@param start,end: 0-based start, end coordinate (inclusive)
@param itr: pointer to iterator, can be NULL if not needed
Returns 0 if there is no overlap or 1 if overlap is found. The overlapping
regions can be iterated as shown in the example above.
regidx_overlap() - check overlap of the location chr:from-to with regions @param start,end: 0-based start, end coordinate (inclusive) @param itr: pointer to iterator, can be NULL if not needed
Returns 0 if there is no overlap or 1 if overlap is found. The overlapping regions can be iterated as shown in the example above.