Description Usage Arguments Details Value Author(s) References See Also
Fits an affine model to signals from a multi-scanned slide.
This function is used internally by *calibrateMultiscan()
and
is not intended to be used by the end-user. Developers of new algorithms
may use it, but there is no guarantee that it will exist in the future.
1 2 |
slides |
Slides to be used in the fit and that are to be
calibrated. If |
channels |
Specifies which channels to be fitted. If |
method |
|
maxIter |
The maximum number of re-weigthed iterations. |
acc |
The accuracy for the stopping criterion. |
satSignal |
Signals equal to or above this threshold will not be used in the fitting. |
bootstrap |
If |
R |
The number of bootstrap samples. Only effective if
|
reps |
Small value, which is added to the absolute value of the residuals to avoid "1/0" weights, i.e. "(1/0+reps)". |
verbose |
If |
... |
Additional arguments accepted by |
Fitting is done by iterated re-weighted principal component analysis (IWPCA).
Returns a list
of fitted AffineModelFit
objects for
each channel.
Henrik Bengtsson (http://www.braju.com/R/)
[1] H. Bengtsson, J. Vallon-Christersson and G. Jönsson, Calibration and assessment of channel-specific biases in microarray data with extended dynamical range, BMC Bioinformatics, 5:177, 2004.
To calibrate the data using these fits see *calibrateMultiscan()
.
For a similar strategy for between channel normalization see
*normalizeAffine()
.
For more information see RGData
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.