mergeRTs: Merge to vectors of numbers in such a way that the output...

Description Usage

View source: R/manualComplexFeatureAnnotation.R

Description

Merge to vectors of numbers in such a way that the output won't contain numbers of the second vector that are within a interval [i - window, i + window] for each number i in the first vector. As an example, mergeRTs(c(1, 5), c(2, 3)) will result in c(1, 3, 5).

Usage

1
mergeRTs(rts1, rts2, window = 1)

hafenr/MACode documentation built on May 17, 2019, 2:24 p.m.