Description Usage Arguments Value Author(s) References See Also Examples
Pre-process .CEL
files read into R using
readCelfiles
according to the regular cohort RMA method and
create a reference for later use.
1 | rmaPreprocessing(affy.batch, test = FALSE, quantile = NULL)
|
affy.batch |
An object created by |
test |
Should the |
quantile |
Specify a vector of quantiles that the data should be normalized to. |
Returns a list
of length 9 with the slots:
exprs |
The cohort RMA pre-processed log_2-expression
|
exprs.sc |
As slot |
exprs.sc.mean |
As slot |
quantile |
The values defining the distribution used in quantile normalization. |
alpha |
The alpha values of the RMA summarization. |
sd |
A |
median |
A |
mean |
A |
bad |
A |
Steffen Falgreen <sfl (at) rn.dk>
Anders Ellern Bilgrau <abilgrau (at) math.aau.dk>
rmaReference
for one-by-one reference based RMA
normalization.
1 2 3 4 5 6 7 8 | # List .CEL files bundled with hemaClass
files <- list.files(system.file("extdata/celfiles", package = "hemaClass"),
full.names = TRUE)
affy.batch <- readCelfiles(filenames = files[1:3]) # Read three first files
# RMA normalize
affy.rma <- rmaPreprocessing(affy.batch)
str(affy.rma)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.