RMA preprocess BufferedMatrix {BufferedMatrixMethods} | R Documentation |
This group of functions can be used to apply the RMA background correction, Quantile normalization and Median polish summarization to data stored in a BufferedMatrix object.
normalize.BufferedMatrix.quantiles(x,copy=TRUE) bg.correct.BufferedMatrix(x, copy=TRUE)
x |
a BufferedMatrix containing data
to be processed |
copy |
should the BufferedMatrix be
copied or should the input object be changed on output |
In the case of normalize.BufferedMatrix.quantiles
and
bg.correct.BufferedMatrix
a
BufferedMatrix
is returned. The function
median.polish.summarize
returns a matrix
.
B. M. Bolstad bmb@bmbolstad.com