removeRegion | R Documentation |
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)
coor |
Coordinate |
region |
A |
New coordinate data.table
with the regions removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.