bin_regions_nbins | R Documentation |
Bin regions using a fixed number of bins
bin_regions_nbins(gr, n_bins = 100, n_bins_exp = 2, id_col = "peakID")
gr |
|
n_bins |
Numeric incating the number of bins to divide the regions into (including the extended coordinates). |
n_bins_exp |
Numeric indicating the value by which to expand the regions
( |
id_col |
Numeric or character indicating the mcol number or name of the unique identifier for the regions. |
GRanges
object with the peaks extended to width(gr)*n_bins_exp
and divided into a fixed number of bins.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.