dropRegions.AbstractCBS | R Documentation |
Drops chromosomal regions (a connected set of segments) each of a certain size (number of segments). None of the statistics are recalculated.
## S3 method for class 'AbstractCBS'
dropRegions(this, regions, H=1, ..., asMissing=FALSE, verbose=FALSE)
regions |
An |
H |
A non-negative |
... |
Additional arguments passed to |
asMissing |
If |
verbose |
A |
Returns an AbstractCBS
object of the same class with (at most)
R*H segments dropped.
If some regions overlap (share segments), then fewer than R*H segments
are dropped.
Henrik Bengtsson
Internally *extractRegions()
is used.
See also *dropChangePoint()
and *mergeTwoSegments()
.
For more information see AbstractCBS
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.