calc_norm_OD: calc_norm_OD

Description Arguments Details Value Author(s) Examples

View source: R/calc_norm_OD.R

Description

Calculates the volumes needed for a set of OD readings to normalise OD across samples

Arguments

file_in

the filename of the file containing the initial OD readings

file_out

the filename of the file you want to write to. This defaults to appending '_inocs' onto the 'file_in' name

new_sol_conc

the desired final concentration of the solution. Defaults to 0.1.

new_sol_vol

the volume of the final solution. Defaults to 1000.

control

the value of the control on the OD reader. Defaults to 0

Details

Relies on having a column called OD which contains the initial OD values

Value

Saves a file with the reuqired inoculum values to normalise OD at a given final volume.

Author(s)

Daniel Padfield

Examples

1
2
3
4
5
6
## Not run: calc_norm_OD(file_in = 'OD_start.csv',
file_out = 'OD_inocs.csv',
new_sol_conc = 0.1,
new_sol_vol = 1000,
control = 0.035)
## End(Not run)

padpadpadpad/MicrobioUoE documentation built on April 6, 2020, 6:28 p.m.