Description Usage Arguments Value Examples
View source: R/fct_normalization.R
Function to normalize by a strain and induction.
1 | strain_normalization(df, .var, ref_strain, ref_induction, column_suffix)
|
df |
A plate reader data.frame containing both OD and fluorescence values. |
.var |
The unquoted column name of the variable to be normalized (i.e. fl_od). |
ref_strain |
The reference strain to normalize with. |
ref_induction |
The reference induction condition to normalize with. |
column_suffix |
The suffix that will be appended to the column name of the normalized variable. |
A data.frame containing a new column with normalized variable.
1 2 3 4 | strain_normalization(df.pr.bc,
.var = fl_od, ref_strain = "J23100",
ref_induction = "-",
column_suffix = "norm")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.