merge_segments_bins {segmenter} | R Documentation |
Merge segments and bins objects
Description
Merge segments and bins objects
Usage
merge_segments_bins(segments, bins)
Arguments
segments |
A GRanges object. Usually the output of calling
segment on the the output object of lean_model .
|
bins |
A SummarizedExperiment object. Usually the output of
calling bins on the the output object of lean_model .
|
Value
A SummarizedExperiment
object with the segment assignment
added to the metadata of the rowRanges
.
[Package
segmenter version 1.0.0
Index]