streduce | R Documentation |
GRanges
and GRangesList
to miminal footprintReduce GRanges
and GRangesList
to miminal footprint
Shortcut for reduce(sort(gr.stripstrand(unlist(x))))
streduce(gr, pad = 0, sort = TRUE)
gr |
|
pad |
integer Expand the input data before reducing. (default = 0) |
sort |
boolean Flag to sort the output. (default = TRUE) |
GRanges
object with no strand information, representing a minimal footprint
streduce(grl.hiC, pad=10)
streduce(example_genes, pad=1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.