| rebin_cov | R Documentation | 
The new bins are overlapped with the regions in cov_df to compute a weight. The coverage in the new bin is the weighted sum of the coverage in overlapping regions of cov_df.
rebin_cov(cov_df, bins)
cov_df | 
 a data.frame with coverage information.  | 
bins | 
 a data.frame or GRanges object with the new bins.  | 
Coordinates in data.frame are expected to be defined by columns names 'chr', 'start' and 'end'.
a data.frame with new bins
Jean Monlong
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.