rebin | R Documentation |
Given GRanges of bins will aggregate around new bin width.
rebin(cov, binwidth, field = names(values(cov))[1], FUN = mean, na.rm = TRUE)
cov |
GRanges of binned genome-wide coverage |
binwidth |
new binwidth |
GRanges of binned genome-wide coverage at new bin
Marcin Imielinski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.