Description Usage Arguments Details Value Author(s) See Also
Fit a linear model genewise to expression data from a series of microarrays.
The fit is by generalized least squares allowing for correlation between duplicate spots or related arrays.
This is a utility function for lmFit
.
1 |
M |
numeric matrix containing log-ratio or log-expression values for a series of microarrays, rows correspond to genes and columns to arrays. |
design |
numeric design matrix defining the linear model, with rows corresponding to arrays and columns to comparisons to be estimated. The number of rows must match the number of columns of |
ndups |
positive integer giving the number of times each gene is printed on an array. |
spacing |
the spacing between the rows of |
block |
vector or factor specifying a blocking variable on the arrays.
Same length as |
correlation |
numeric value specifying the inter-duplicate or inter-block correlation. |
weights |
an optional numeric matrix of the same dimension as |
... |
other optional arguments to be passed to |
This is a utility function used by the higher level function lmFit
.
Most users should not use this function directly but should use lmFit
instead.
This function is for fitting gene-wise linear models when some of the expression values are correlated.
The correlated groups may arise from replicate spots on the same array (duplicate spots) or from a biological or technical replicate grouping of the arrays.
This function is normally called by lmFit
and is not normally called directly by users.
Note that the correlation is assumed to be constant across genes.
If correlation=NULL
then a call is made to duplicateCorrelation
to estimated the correlation.
A list with components
coefficients |
numeric matrix containing the estimated coefficients for each linear model. Same number of rows as |
stdev.unscaled |
numeric matrix conformal with |
sigma |
numeric vector containing the residual standard deviation for each gene. |
df.residual |
numeric vector giving the degrees of freedom corresponding to |
correlation |
inter-duplicate or inter-block correlation |
qr |
QR decomposition of the generalized linear squares problem, i.e., the decomposition of |
Gordon Smyth
An overview of linear model functions in limma is given by 06.LinearModels.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.