strain_normalization: Normalize plate reader values using a given strain and...

Description Usage Arguments Value Examples

View source: R/fct_normalization.R

Description

Function to normalize by a strain and induction.

Usage

1
strain_normalization(df, .var, ref_strain, ref_induction, column_suffix)

Arguments

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.

Value

A data.frame containing a new column with normalized variable.

Examples

1
2
3
4
strain_normalization(df.pr.bc, 
.var = fl_od, ref_strain = "J23100", 
ref_induction = "-", 
column_suffix = "norm")

hugo-pH/CyanoInterlabShinyApp documentation built on Dec. 23, 2021, 11:15 p.m.