Description Usage Arguments Value Examples
View source: R/normalization.R
Normalization with the mean, median, or any other function.
1 |
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 - a function to be used for the normalization, e.g. - 1 or 2, 1 meaning a normalization per experiment, 2 meaning a normalization per plate - 1 or 2, 1 meaning the normalization is achieved by a division of the intensity values by the outcome of - a flag specifying whether controls should be excluded for the computation of the result of the function specified in the first element (1) or not (0). |
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" |
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.