Arguments
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 M
. Defaults to the unit vector meaning that the arrays are treated as replicates.
ndups
a positive integer giving the number of times each gene is printed on an array. nrow(M)
must be divisible by ndups
.
spacing
the spacing between the rows of M
corresponding to duplicate spots, spacing=1
for consecutive spots.
weights
numeric matrix of the same dimension as M
containing weights. If it is of different dimension to M
, it will be filled out to the same size. NULL
is equivalent to equal weights.
...
any other arguments are passed to rlm.default
.