Description Usage Arguments Details Value Author(s) See Also Examples
This function performs low-level normalization on an AffyBatch
object
and returns the result in a new AffyBatch
object.
By default, it applies the spike-in probe-based normalization method. In case the spike-in probe-based method cannot be applied, a median normalization is executed instead. Several options allow however to force the execution of the spike-in probe-based normalization and to fine-tune the resulting correction functions.
1 2 3 4 5 |
abatch |
An |
normalize.method |
Character vector. It contains the name of normalization method. By default, the
|
normalize.param |
A
|
verbose |
Logical. The default value is |
... |
Any additional argument. Used for backward compatibility. |
See accompanying vignette.
An AffyBatch
object containing the normalized (but not summarized) expression data.
Sylvain.Gubian, Alain.Sewer, PMP SA
NormiR.normalize.methods
,
NormiR.spikein.args
,
NormiR
.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.