| standardize | R Documentation |
Standardize the data gathered for on a plate. This function is designed to apply any standardization on plate data.
standardize(mat, FUN)
mat |
Matrix presenting the data gathered from a plate. See details. |
FUN |
Function to be used to carry out the standardization. |
The argument mat is a matrix that has the same organisation as the plate to be corrected.
The function assumes that the standardization is performed on the whole data at once without reference to the matrix dimensions. In other words, the data is vectorized before performing the standardization.
A matrix with the same dimensions as mat but with the data standardized.
F. Guillaume Blanchet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.