Description Usage Arguments Value
View source: R/fct_normalization.R
Function to normalize fluorescence values by corresponding OD values in plate reader data.
1 2 3 4 5 6 7 8 | od_correction(
df.od,
df.fl,
od_col = OD_730,
fl_col = fl,
bc_suffix = "bc",
background_correction = T
)
|
df.od |
The plate reader OD data.frame. |
df.fl |
The plate reader fluorescence data.frame. |
od_col |
The unqouted column name containing the OD values. |
fl_col |
The unqouted column name containing the fluorescence values. |
bc_suffix |
The suffix that will be appended to the column name of the background-corrected variable when |
background_correction |
Logical indicating if background correction should be performed. |
A data.frame containing a new column with fluorescence per OD values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.