lmscFit {limma} | R Documentation |
Fit single channel linear model for each gene given a series of arrays
lmscFit(object, design, correlation)
object |
an MAList object or a list from which M and A values may be extracted |
design |
a numeric matrix containing the design matrix for linear model in terms of the individual channels. The number of rows should be twice the number of arrays. The number of columns will determine the number of coefficients estimated for each gene. |
correlation |
numeric value giving the intra-spot correlation |
For two color arrays, the channels measured on the same set of arrays are correlated.
The M
and A
however are uncorrelated for each gene.
This function fits a linear model to the set of M and A-values for each gene after re-scaling the M and A-values to have equal variances.
The input correlation determines the scaling required.
Missing values in M
or A
are not allowed.
An object of class MArrayLM
Gordon Smyth
An overview of methods for single channel analysis in limma is given by 6.SingleChannel.