normalize.AffyBatch.normalize2Reference
instead.normalize2Reference(data, refData = NULL, ties = TRUE)
TRUE
, ties in each column of A
are treated in careful way. Tied values will be normalized to the mean of the corresponding pooled quantiles.A
containing the normalized values.refData
supplied) or the mean of that quantile across arrays (refData
is NULL
) .
The intention is to make all the normalized columns have the same empirical distribution.
This will be exactly true if there are no missing values and no ties within the columns: the normalized columns are then simply permutations of one another.If there are ties amongst the intensities for a particular array, then with ties=FALSE
the ties are broken in an unpredictable order.
If ties=TRUE
, all the tied values for that array will be normalized to the same value, the average of the quantiles for the tied values.
normalize.AffyBatch.normalize2Reference