multivariateSegmentation {chromstaR} | R Documentation |
Make segmentation from bins for a multiHMM
object.
multivariateSegmentation(bins, column2collapseBy = "state")
bins |
A |
column2collapseBy |
The number of the column which will be used to collapse all other inputs. If a set of consecutive bins has the same value in this column, they will be aggregated into one bin with adjusted genomic coordinates. |
A GRanges-class
with segmented regions.