Description Usage Arguments Value References Examples
View source: R/normalization.R
Quantile normalization (see References)
1 | quantileNormalization(header, dataset, listOfArgs)
|
header |
the header of a dataset file generated with |
dataset |
an R data frame generated with |
listOfArgs |
a list containing: - a character string specifying the column whose values will be used for normalization - 1 or 2, 1 meaning a normalization per experiment, 2 meaning a normalization per plate |
Returns a list, containing:
header |
the new header (with an added entry about the normalization procedure in the comments) |
dataset |
the new dataset with normalized values. The old values are saved in an extra column with the suffix ".old" |
B.M. Bolstad, R.A. Irizarry, M. Astrand, and T.P. Speed. A Comparison of Normalization Methods for High Density Oligonucleotide Array Data Based on Variance and Bias. Bioinformatics, 19(2): 185-193, 2003
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.