R/maxGap-method.R

setMethod("maxGap", "GenomicRanges", function(obj, ratio = 0.0025){
  ratio * width(range(ranges(obj)))
})

Try the biovizBase package in your browser

Any scripts or data that you put into this service are public.

biovizBase documentation built on Nov. 8, 2020, 8:01 p.m.