Description Usage Arguments Value Author(s) Examples
This function converts an 'AffyBatch' into an 'ExpressionSet' using either RMA or GCRMA methods
1 | pre.process(method, raw, plot=FALSE, output=FALSE)
|
method |
either "rma" or "gcrma" |
raw |
an 'AffyBatch' |
plot |
if plot = TRUE, it will plot gene expression for each chip |
output |
if output = TRUE, it will output 'ExpressionSet' to the current directory |
an 'ExpressionSet'
Xiwei Wu xwu@coh.org, Xuejun Arthur Li xueli@coh.org
1 2 | data(testData)
normaldata<-pre.process("rma",testData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.