Fits the model.
# S3 method for CopyNumberSegmentationModel
fit(this, arrays=NULL, chromosomes=getChromosomes(this), force=FALSE, ...,
.retResults=FALSE, verbose=FALSE)
A vector of array indices specifying which arrays to
be considered. If NULL, all are processed.
A vector of chromosomes indices specifying which
chromosomes to be considered. If NULL, all are processed.
If FALSE, the model will not be fitted again if it was
already fitted.
Additional arguments passed to the segmentation method for
the RawGenomicSignals.
If TRUE, the segmentation fit structures are
returned for each fitted array and chromosome.
A logical or Verbose.
Arguments in ... are passed down to the internal fit function,
which means that it is possible to fine tune even further.
Henrik Bengtsson
For more information see CopyNumberSegmentationModel.