segmentByGLAD.RawGenomicSignals {aroma.core} | R Documentation |
Segment copy numbers using the GLAD method of the GLAD package.
## S3 method for class 'RawGenomicSignals': segmentByGLAD(this, ..., cache=FALSE, force=FALSE, verbose=FALSE)
... |
Additional arguments passed to the segmentation function. |
verbose |
See Verbose . |
Internally glad
is used to segment the signals.
This segmentation method does not support weighted segmentation.
Returns the fit object.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see RawGenomicSignals
.