powered by
Test whether a vector of positions are inside given ranges
isInRange(positions, rangeList)
logical vector, TRUE/FALSE/NA
characters, positions. e.g. c("1:2-3", "1:4")
character, ranges, e.g. "1:1-3,1:2-4", 1-based index
positions <- c("1:2-3", "1:4", "XX") ranges <- "1:1-3,1:2-4,1:5-10" isInRange(positions, ranges)
Run the code above in your browser using DataLab