R/AllGenerics.R
, R/propOverlaps.R
propOverlap-methods.Rd
Find the proportion of a query reange which overlaps the subject
propOverlap(x, y, ...)
# S4 method for class 'GRanges,GRanges'
propOverlap(x, y, ignore.strand = FALSE, ...)
Numeric vector the same length as x
This behaves similarly to overlapsAny except the proportion of the query range which overlaps one or more subject ranges is returned instead of a logical vector