This function returns the result of track expressions evaluation for each of
the iterator intervals. The returned value is a set of intervals with an
additional column for each of the track expressions. This value can be used
as an input for any other function that accepts intervals. If the intervals
inside 'intervals' argument overlap gextract returns the overlapped
coordinate more than once.
The order inside the result might not be the same as the order of intervals.
An additional column 'intervalID' is added to the return value. Use this
column to refer to the index of the original interval from the supplied
'intervals'.
If 'file' parameter is not 'NULL' the result is outputted to a tab-delimited
text file (without 'intervalID' column) rather than returned to the user.
This can be especially useful when the result is too big to fit into the
physical memory. The resulted file can be used as an input for
'gtrack.import' or 'gtrack.array.import' functions.
If 'intervals.set.out' is not 'NULL' the result is saved as an intervals
set. Similarly to 'file' parameter 'intervals.set.out' can be useful to
overcome the limits of the physical memory.
'colnames' parameter controls the names of the columns that contain the
evaluated expressions. By default the column names match the track
expressions.