Description Usage Arguments Details Value Author(s) See Also
Condense a microarray data object so that values for within-array replicate spots are replaced with their average.
1 2 3 4 5 6 |
x |
a matrix-like object, usually a matrix, |
ndups |
number of within-array replicates for each probe. |
spacing |
number of spots to step from a probe to its duplicate. |
weights |
numeric matrix of spot weights. |
A new data object is computed in which each probe is represented by the (weighted) average of its duplicate spots.
For an MAList
object, the components M
and A
are both averaged in this way.
For an EList
object, the component E
is averaged in this way.
If x
is of mode "character"
, then the duplicate values are assumed to be equal and the first is taken as the average.
A data object of the same class as x
with 1/ndups
as many rows.
Gordon Smyth
02.Classes gives an overview of data classes used in LIMMA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.