fit.SmoothMultiarrayModel: Fits the model for one chromosome across samples
Description
Fits the model for one chromosome across samples.Usage
## S3 method for class 'SmoothMultiarrayModel':
fit(this, chromosome, force=FALSE, ..., verbose=FALSE)
Arguments
data
A data.frame
with columns M
(log-ratio) and
x
(locus position). chromosome
An integer
specifying the index of the chromosome to
be fitted. ...
Additional arguments passed down to the internal fit function.