Learn R Programming

httk (version 2.7.0)

parameterize_kramer: Parameterize Kramer IVD Model

Description

This function takes inputs from kramer_eval() and calls parameterize_IVD(). Converts units and sets up variables for kramer_eval().

Usage

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
)

Value

A data table composed of any input data.table tcdata

with only the following columns either created or altered by this function:

Column NameDescriptionUnits
sareasurface aream^2
v_working_m3working (filled) volume of each wellm^3
v_total_m3total volume of each wellm^3
v_headspace_m3volume of headspace per wellm^3
conc_BSABSA concentration in mediakg/L
FBSpPercent fetal bovine serum in mediapercent
conc_cell_mgconcentration of cell lipidsmg/m^3
conc_cellconcentration of cell lipidskg/m^3
conc_plasticconcentration of plasticm2/m^3

Arguments

tcdata

A data table with well_number corresponding to plate format, optionally include v_working, sarea, option.bottom, and option.plastic

casrn.vector

A deprecated argument specifying a single or vector of Chemical Abstracts Service Registry Number(s) (CAS-RN) of desired chemical(s).

this.FBSf

Fraction fetal bovine serum

this.BSA

bovine serum albumin concentration (g/L)

this.v_total

Total volume per well (uL)

this.v_working

Working volume per well (uL)

this.cell_yield

Number of cells/well seeded

this.sarea

Surface area per well (m^2)

this.prot_conc

Cell protein concentration (mg protein/million cells)

Author

Meredith Scherer

References

kramer2010measuringhttk