aroma.core (version 3.1.1)

fit.CopyNumberSegmentationModel: Fits the model

Description

Fits the model.

Usage

# S3 method for CopyNumberSegmentationModel
fit(this, arrays=NULL, chromosomes=getChromosomes(this), force=FALSE, ...,
  .retResults=FALSE, verbose=FALSE)

Value

Returns a named list of named lists.

Additional arguments to the internal fit function

Arguments in ... are passed down to the internal fit function, which means that it is possible to fine tune even further.

See Also

For more information see CopyNumberSegmentationModel.