| preProcess3prime {ArrayTools} | R Documentation |
A wrapper function to normalize the 3 prime array by using either RMA or GCRMA method
preProcess3prime(object, method = c("rma", "gcrma"), output = FALSE, mydir = getwd())
object |
an AffyBatch. |
method |
either rma or gcrma |
output |
If output = TRUE, it will output the preprocessed data in the specified direcotry
from the mydir argument |
mydir |
specifed directory to contain the output |
an ExpressionSet
Xiwei Wu, Arthur Li
~~objects to See Also as help, ~~~
if (require(affydata)) {
data(Dilution)
eset <- preProcess3prime(Dilution)
}