merge_glist | R Documentation |
Each GRanges object in a GRangesList are merged if the GRanges are wihtin the specified distance. Strand information are ignored.
merge_glist(x, tol = 10000)
x |
A GRangesList. |
invert |
An integer specifying the maximum distance between adjacent windows. |
A GRangeslist containing the merged windows.
Cheuk-Ting Law
grl <- GRangesList(GRanges(c(1,1), IRanges(c(10, 15), c(18, 20)))) merge_glist(grl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.