normalize.AffyBatch.qnt.val {docval} | R Documentation |
This function does the same as the normalize.AffyBatch.quantiles
in the affy package, but implementing documentation by value.
normalize.AffyBatch.qnt.val(abatch, type = c("separate", "pmonly", "mmonly", "together"))
abatch |
An object of type AffyBatch . |
type |
A string specifying how the normalization should be applied. |
The function is virtually identical to the one provided in the affy
package. This version is different only in that it provides the quantiles.
An object of class AffyBatch
.
~put references to the literature/web site here ~