Description Usage Arguments Value Examples
View source: R/fct_normalization.R
Function to extract the background measurements from each plate and subtract it from the samples' measurements.
function to extract the background measurements from each plate and subtract it from the actual measurements
1 | background_correction(df, .var, column_suffix)
|
df |
A plate reader data.frame. |
.var |
The unquoted variable to be background-corrected. |
column_suffix |
The suffix that will be appended to the column name of the background-corrected variable. |
The same data.frame as the input but with an extra column with the background corrected variable
1 | background_correction(df = df.od, .var = OD_730, column_suffix = "bc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.