AffyBatch
using an
invariant set.
normalize.AffyBatch.invariantset(abatch, prd.td = c(0.003, 0.007), verbose = FALSE, baseline.type = c("mean","median","pseudo-mean","pseudo-median"), type = c("separate","pmonly","mmonly","together"))
normalize.invariantset(data, ref, prd.td=c(0.003,0.007))
AffyBatch
object.AffyBatch
of normalized
objects, or a vector of normalized intensities, with an attribute
"invariant.set" holding the indexes of the 'invariant' intensities.
data
and ref
is
found through an iterative process (based on the respective ranks the
intensities). This set of intensities is used to generate a normalization
curve by smoothing. The type
argument should be one of
"separate","pmonly","mmonly","together"
which indicates whether
to normalize only one probe type (PM,MM) or both together or separately.
normalize
to normalize AffyBatch
objects.