lmscFit {limma}R Documentation

Single Channel Linear Model for Series of Arrays

Description

Fit single channel linear model for each gene given a series of arrays

Usage

lmscFit(object, design, correlation)

Arguments

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

Details

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.

Value

An object of class MArrayLM

Author(s)

Gordon Smyth

See Also

lm.fit.

An overview of methods for single channel analysis in limma is given by 6.SingleChannel.


[Package limma version 1.6.7 Index]