Description Usage Arguments Details Author(s) See Also Examples
Generic function calcA
to calculate A values from
classes of microarray data objects defined in this package.
1 2 3 4 5 6 7 |
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'. |
... |
additional parameters for |
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.
Gustavo H. Esteves <gesteves@vision.ime.usp.br>
backgroundcorrect
in the limma package and calcW
.
1 2 3 4 5 | ## Loading the dataset
data(gastro)
calcA(gastro.raw)
calcA(gastro.norm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.