Learn R Programming

aroma.core (version 2.14.0)

fit.CopyNumberSegmentationModel: Fits the model

Description

Fits the model.

Usage

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

Value

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.