For a HiDRA dataset on a given chromosome, this function calls tile regions (the regions covered by at least one read).
Usage
call_tile_reg(data)
Arguments
data
A data.frame for a HiDRA dataset for one chromosome. The data.frame must contain four columns: 'start', 'end', 'PLASMID', 'RNA', and is sorted by 'start'.
Value
tile_reg: A list containing the row ids in the data for each tiled region.