fit.SmoothMultiarrayModel {aroma.affymetrix} | R Documentation |
Fits the model for one chromosome across samples.
## S3 method for class 'SmoothMultiarrayModel': fit(this, chromosome, force=FALSE, ..., verbose=FALSE)
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. |
verbose |
See Verbose . |
Henrik Bengtsson (http://www.braju.com/R/)
For more information see SmoothMultiarrayModel
.