regidx_overlap

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.

extern (C)
int
regidx_overlap
(,
const(char)* chr
,
uint32_t start
,
uint32_t end
,)

Meta