Description Usage Arguments Value Author(s) Examples
View source: R/functions-utils.R
groupOverlaps
identifies overlapping ranges in the input data and groups
them by returning their indices in xmin
xmax
.
1 | groupOverlaps(xmin, xmax)
|
xmin |
|
xmax |
|
list
with the indices of grouped elements.
Johannes Rainer
1 2 3 4 | x <- c(2, 12, 34.2, 12.4)
y <- c(3, 16, 35, 36)
groupOverlaps(x, y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.