View source: R/normalize.constant.R
normalize.constant | R Documentation |
Scale array intensities in a AffyBatch
.
normalize.AffyBatch.constant(abatch, refindex=1, FUN=mean, na.rm=TRUE)
normalize.constant(x, refconstant, FUN=mean, na.rm=TRUE)
abatch |
an instance of the |
x |
a vector of intensities on a chip (to normalize to the reference). |
refindex |
the index of the array used as a reference. |
refconstant |
the constant used as a reference. |
FUN |
a function generating a value from the intensities on an
array. Typically |
na.rm |
parameter passed to the function FUN. |
An AffyBatch
with an attribute "constant"
holding the value of the factor used for scaling.
L. Gautier <laurent@cbs.dtu.dk>
AffyBatch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.