Learn R Programming

aroma.core (version 1.1.2)

segmentByGLAD.RawGenomicSignals: Segment copy numbers using the GLAD method

Description

Segment copy numbers using the GLAD method of the GLAD package.

Usage

## S3 method for class 'RawGenomicSignals':
segmentByGLAD(this, ..., cache=FALSE, force=FALSE, verbose=FALSE)

Arguments

...
Additional arguments passed to the segmentation function.
verbose
See Verbose.

Value

  • Returns the fit object.

Details

Internally *GLAD::glad() is used to segment the signals. This segmentation method support weighted segmentation.

See Also

Internally the segmentation function *GLAD::glad() is used. For more information see RawGenomicSignals.