This function takes inputs from kramer_eval() and calls parameterize_IVD(). Converts units and sets up variables for kramer_eval().
parameterize_kramer(
tcdata = NA,
casrn.vector = NA_character_,
this.FBSf = NA_real_,
this.BSA = 44,
this.v_total = NA_real_,
this.v_working = NA_real_,
this.cell_yield = NA_real_,
this.sarea = NA_real_,
this.prot_conc = 0.21
)
A data table composed of any input data.table tcdata
with only the following columns either created or altered by this function:
Column Name | Description | Units |
sarea | surface area | m^2 |
v_working_m3 | working (filled) volume of each well | m^3 |
v_total_m3 | total volume of each well | m^3 |
v_headspace_m3 | volume of headspace per well | m^3 |
conc_BSA | BSA concentration in media | kg/L |
FBSp | Percent fetal bovine serum in media | percent |
conc_cell_mg | concentration of cell lipids | mg/m^3 |
conc_cell | concentration of cell lipids | kg/m^3 |
conc_plastic | concentration of plastic | m2/m^3 |
A data table with well_number corresponding to plate format, optionally include v_working, sarea, option.bottom, and option.plastic
A deprecated argument specifying a single or vector of Chemical Abstracts Service Registry Number(s) (CAS-RN) of desired chemical(s).
Fraction fetal bovine serum
bovine serum albumin concentration (g/L)
Total volume per well (uL)
Working volume per well (uL)
Number of cells/well seeded
Surface area per well (m^2)
Cell protein concentration (mg protein/million cells)
Meredith Scherer
kramer2010measuringhttk