dropChangePoints.AbstractCBS | R Documentation |
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.
## S3 method for class 'AbstractCBS'
dropChangePoints(fit, idxs, update=TRUE, ...)
idxs |
An |
update |
If |
... |
Other arguments passed to |
Returns an AbstractCBS
of the same class with
length(idxs)
segments.
Henrik Bengtsson
For more information see AbstractCBS
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.