gr.reduce | R Documentation |
Takes any number of GRanges or GRangesList and reduces them to the minimal set of overlapping windows, ignoring strand (optional). Can also collapse only within levels of a meta data field "by"
gr.reduce(..., by = NULL, ignore.strand = TRUE, span = FALSE)
... |
|
Will populate output with metadata of first row of input contributing the reduced output range.
GRanges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.