gr.simplify | R Documentation |
GRangesList
objectsCalculates pairwise distance for rearrangements represented by GRangesList
objects
gr.simplify(
gr,
field = NULL,
val = NULL,
include.val = TRUE,
split = FALSE,
pad = 1
)
gr |
GRanges or GRangesList input |
field |
character scalar, corresponding to value field of gr. (default = NULL) |
val |
character scalar (default = NULL) |
include.val |
boolean Flag will include in out gr values field of first matching record in input gr. (default = TRUE) |
split |
boolean Flag to split the output into |
pad |
integer Pad ranges by this amount before doing merge. [1], which merges contiguous but non-overlapping ranges (default = 1) |
Simplified GRanges with "field" populated with uniquely contiguous values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.