range_bins {segmenter} | R Documentation |
The function takes the data.frame
s of the loaded binarized data files
and format them into GRanges
or SummarizedExperiment
objects.
range_bins(bins, chromsizefile, binsize, return = "GRanges", tidy = TRUE)
bins |
A |
chromsizefile |
A string. The path to the chromosomes sizes file. |
binsize |
An integer. The number in bp used to generate binarized files. |
return |
A string. Possible values are |
tidy |
A |
GRanges
(default) or SummarizedExperiment
.