Apply intersect
operation between two tables
1 2 3 4 5 6 7 | intersect_bed(
x,
y,
mode = c("default", "exclude", "wa", "wb", "wo", "unique", "loj"),
max_gap = 0,
min_overlap = 1
)
|
mode |
|
max_gap |
The largest gap for two intervals to be considered as overlapping. Default is 0 (no gap allowed). |
min_overalp |
The smallest overlapping region for two intervals to be considered as overlapping. Default is 1. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.