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