process.AbstractProbeSequenceNormalization {aroma.affymetrix} | R Documentation |
Normalizes the data set.
## S3 method for class 'AbstractProbeSequenceNormalization': process(this, ..., ram=NULL, force=FALSE, verbose=FALSE)
... |
Not used. |
ram |
A positive double scale factor specifying how much more
memory to use relative to the default. |
force |
If TRUE , data already normalized is re-normalized,
otherwise not. |
verbose |
See Verbose . |
Henrik Bengtsson (http://www.braju.com/R/)
For more information see AbstractProbeSequenceNormalization
.