segmentByGLAD.RawGenomicSignals | R Documentation |
Segment copy numbers using the GLAD method of the GLAD package.
## S3 method for class 'RawGenomicSignals'
segmentByGLAD(this, ..., flavor=c("glad", "daglad"), cache=FALSE, force=FALSE,
verbose=FALSE)
... |
Additional arguments passed to the segmentation function. |
flavor |
A |
verbose |
See |
Internally glad
or daglad
is used to
segment the signals.
This segmentation method does not support weighted segmentation.
Returns the fit object.
Henrik Bengtsson
For more information see RawGenomicSignals
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.