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
positive integer giving the number of times each gene is printed on an array. nrow(M)
must be divisible by ndups
. Ignored if block
is not NULL
.
spacing
the spacing between the rows of M
corresponding to duplicate spots, spacing=1
for consecutive spots. Ignored if block
is not NULL
.
block
vector or factor specifying a blocking variable on the arrays.
Same length as ncol(M)
.
correlation
numeric value specifying the inter-duplicate or inter-block correlation.
weights
an optional numeric matrix of the same dimension as M
containing weights for each spot. If it is of different dimension to M
, it will be filled out to the same size.
...
other optional arguments to be passed to dupcor.series
.