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