Generic function calcA to calculate A values from
classes of microarray data objects defined in this package.
Usage
calcA(object, ...)
"calcA"(object, ...)
"calcA"(object, bkgSub="subtract", ...)
Arguments
object
object of any class. But only some methods are defined
in this moment.
bkgSub
character string indicating the type of background
subtraction. May be 'none', 'subtract', 'half', 'minimum',
'movingmin', 'edwards', 'normexp' or 'rma'. Uses limma and defaults
to 'subtract'.
This method receive an object (at moment of class
maiges, maigesRaw or
maigesANOVA) and returns the matrix of A values. For
objects of class maigesRaw it uses the function
backgroundcorrect from limma package to do
background correction before the calculation of A values.