Description Usage Arguments Details Value Note Examples
View source: R/incrementalRMA.R
Use existing parameters to quantile normalize an AffyBatch.
1 | quantileNormalizeIncremental(abatch, params = NULL)
|
abatch |
An AffyBatch to quantile normalize. |
params |
An incremental parameter list as generated by
|
An AffyBatch is normalized using a quantile normalization approach. In the case of an incremental algorith, the pre-calculated quantiles can be used to normalize new data against. This has the benefit of not requiring calculation of quantiles across a set, instead just applying a stored version.
A matrix of pm (perfect match) values that have been normalized.
The incremental quantile normalization information is stored
within the params object as the list normalizationVector.
If the params object is NULL then a default quantile normalization is performed.
1 2 3 4 | ## Not run:
quantileNormalizeIncremental(AffyBatch, params=list("normalizationVector"=()))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.