dropChangePoints.AbstractCBS: Drops zero or more change points
Description
Drops zero or more change points, which is done by dropping one change point at the
time using *dropChangePoint()
and recalculating the segment statistics at the end.
NOTE: This method only works if there is only one chromosome.Usage
## S3 method for class 'AbstractCBS':
dropChangePoints(fit, idxs, update=TRUE, ...)
Arguments
update
If TRUE
, segment statistics are updated. Value
- Returns an
AbstractCBS
of the same class with
length(idxs)
segments.