data.table
.Any "coor" that overlap within the "region" will be removed e.g. region = 10-20 and coor = 1-30 The results will be: coor = 1-10, 20-30 The coor still overlap one base at the terminal. This is done to produce exact result as the previous MPhil research.
removeRegion(coor, region)
New coordinate data.table
with the regions removed.
Coordinate data.table
.
A data.table
of region coordinate to be removed.