Hello,
I have a Grange object which contains coordinates. I am using
findOverlaps()
function from the
GenomicRanges Package
inorder to detect overlaps. They provide 2 options, either minOverlap or maxGap. But I was trying to find a way to detect, maxOverlap or minGap. Is there a way to get to these options from the findOverlap function?