| IntervalTree-class {rIntervalTree} | R Documentation |
IntervalTree
Description
A S4 class to represent interval tree.
Slots
dataa dataframe providing the intervals to be stored in the interval tree. The columns are key, start and end of intervals
rootthe root list of the interval tree built upon the data
[Package rIntervalTree version 0.1.0 Index]