Learn R Programming

aroma.cn (version 0.8.2)

fitOne.MultiSourceCopyNumberNormalization: Fits the multi-source model for one sample

Description

Fits the multi-source model for one sample. The model is fitted on the subset of units returned by *getSubsetToFit().

Usage

## S3 method for class 'MultiSourceCopyNumberNormalization':
fitOne(this, dfList, ..., force=FALSE, .retData=FALSE, verbose=FALSE)

Arguments

name
A character string specifying the sample name of interest.
...
Not used.
force
If FALSE, cached model fits are returned, otherwise not.
verbose
See Verbose.

Value

  • Returns a list of transforms.

See Also

For more information see MultiSourceCopyNumberNormalization.