getEAWP(object)
MAList
, EList
, marrayNorm
, PLMset
, vsn
, or any class inheriting from ExpressionSet
, or any object that can be coerced to a numeric matrix.exprs
is the only required component.
The other components will be NULL
if not found in the input object.
In the case of two-color microarray data objects (MAList
or marrayNorm
), Amean
is the vector of row means of the matrix of A-values.
For other data objects, Amean
is the vector of row means of the matrix of expression values.
From April 2013, the rownames of the output exprs
matrix are required to be unique.
If object
has no row names, then the output rownames of exprs
are 1:nrow(object)
.
If object
has row names but with duplicated names, then the rownames of exprs
are set to 1:nrow(object)
and the original row names are preserved in the ID
column of probes
.