calibrate_od | R Documentation |
Used by process_plate
function for optical density calibration. Function
adds calibrated_OD column to the data, which is returned. Originally based on
flopr::calibrate_od
, except instr
argument added to allow selection of
conversion factor from table that may include multiple instruments, and
includes error checks that report to the user if conversion factors are
missing.
calibrate_od(pr_data, od_name, instr, conversion_factors_csv)
pr_data |
a dataframe of parsed plate reader data |
od_name |
the column name for the optical density data |
instr |
character string to represent instrument. If do_calibrate =
TRUE, used for filtering |
conversion_factors_csv |
path of the CSV file containing conversion factors for optical density |
an updated data.frame with an additional column for calibrated OD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.