Compute Concentration from Dilution and Undiluted Standard
Source:R/transforms.R
compute_concentration.RdConverts a dilution column to absolute concentration (optionally
log10-transformed) and stores it in independent_variable.
Usage
compute_concentration(
data,
undiluted_sc_concentration,
independent_variable,
is_log_concentration = TRUE
)