Reads a CSV file and converts the data into a 3D interval array.
read.interval(..., row.names = FALSE, class = NULL)
A structured interval object representing the data from the CSV file.
Additional arguments passed to read.csv().
Logical indicating if the first column contains row names.
The column index of class labels (set to `NULL` if not present).