fit.SmoothMultiarrayModel: Fits the model for one chromosome across samples
Description
Fits the model for one chromosome across samples.
Usage
# S3 method for SmoothMultiarrayModel
fit(this, chromosome, force=FALSE, ..., verbose=FALSE)
Arguments
- chromosome
An integer
specifying the index of the chromosome to
be fitted.
- ...
Additional arguments passed down to the internal fit function.
- verbose
See Verbose
.
See Also
For more information see SmoothMultiarrayModel
.