background_correction: Correct OD or fluorescence with data from blank wells

Description Usage Arguments Value Examples

View source: R/fct_normalization.R

Description

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

Usage

1
background_correction(df, .var, column_suffix)

Arguments

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.

Value

The same data.frame as the input but with an extra column with the background corrected variable

Examples

1
background_correction(df = df.od, .var = OD_730, column_suffix = "bc")

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