Object
~~|
~~+--ParametersInterface
~~~~~~~|
~~~~~~~+--AromaTransform
~~~~~~~~~~~~|
~~~~~~~~~~~~+--Transform
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--ProbeLevelTransform
~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~+--BackgroundCorrection
~~~~~~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~~~~~~+--GcRmaBackgroundCorrection
Directly known subclasses:
public static class GcRmaBackgroundCorrection extends BackgroundCorrection
This class represents the GCRMA background adjustment function.
GcRmaBackgroundCorrection(..., indicesNegativeControl=NULL, affinities=NULL, type=c("fullmodel", "affinities"), opticalAdjust=TRUE, gsbAdjust=TRUE, gsbParameters=NULL, seed=NULL)ProbeLevelTransform.NULL and type == "affinities", then all non-PM probes
are used as the negative controls.numeric vector of probe affinities, usually as
calculated by computeAffinities() of the
AffymetrixCdfFile class."fullmodel" (uses MMs; requires that the chip type
has PM/MM pairs) or "affinities" (uses probe sequence only).TRUE, adjustment for specific binding is done,
otherwise not.TRUE, correction for optical effect is done
first, utilizing OpticalBackgroundCorrection.bgAdjustGcrma() method. process |
|
| - |