Description Usage Arguments Value Author(s) See Also Examples
A wrapper function to normalize the 3 prime array by using either RMA or GCRMA method
1 | preProcess3prime(object, method = c("rma", "gcrma"), output = FALSE, mydir = getwd())
|
object |
an |
method |
either |
output |
If |
mydir |
specifed directory to contain the output |
an ExpressionSet
Xiwei Wu, Arthur Li
~~objects to See Also as help
, ~~~
1 2 3 4 | if (require(affydata)) {
data(Dilution)
eset <- preProcess3prime(Dilution)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.