Description Usage Arguments Value Author(s) Examples
View source: R/normalizeAverage.R
Scales the range of the non-polymorphic data to the range of a given array.
1 | normalizeAverage(x, baselineArray, avg = median, targetAvg = 2200, ...)
|
x |
Data matrix |
baselineArray |
Choose the baseline channel array. |
avg |
The function for averaging. |
targetAvg |
Value to which the array should be averaged. |
... |
Further optional parameters. |
Normalized non-polymorphic data.
Djork-Arne Clevert okko@clevert.de and Andreas Mitterecker mitterecker@bioinf.jku.at
1 2 | x <- matrix(rnorm(100, 11), 20, 5)
normalizeAverage(x, x[, 1])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.