correctRC | R Documentation |
Performs correction on a plate using a row-column standardization. Specifically, row means are calculated after having removed extreme values and each row is divided by this mean. Following, columns are standardized the same way.
correctRC(mat, lower = 0.25, upper = 0.75)
mat |
Matrix presenting the data gathered from a plate. See details. |
lower |
Numeric value presenting the lower fractional range of the data within each row (or column). This values needs to be range between 0 and 1. Default is 0.25. See details. |
upper |
Numeric value presenting the upper fractional range of the data within each row (or column). This values needs to be range between 0 and 1. Default is 0.75. See details. |
The argument mat
is a matrix that has the same organisation as the plate to be corrected.
The argument lower
needs to be always lower than the argument upper
otherwise an error message will be sent.
A matrix with the same dimensions as mat
but with the data corrected for edge effect problems.
F. Guillaume Blanchet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.