rIntervalTree (version 0.1.0)

IntervalTree-class: IntervalTree

Description

A S4 class to represent interval tree.

Arguments

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