View source: R/getDisjointOverlaps.R
getDisjointOverlaps | R Documentation |
Function to group overlapping ranges such that common range shared across group of ranges meets required percentage threshold (percTh).
getDisjointOverlaps(gr, percTh = 50, weighted = FALSE)
gr |
A |
percTh |
A percentage threshold for a required overlap. |
weighted |
Set to |
A GRanges-class
object with extra meta-columns (idx, perc.overlap, weight, group & sub.group).
David Porubsky
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.