Learn R Programming

httk (version 2.7.0)

kramer_eval: Evaluate the Kramer In Vitro Distribution model

Description

Evaluate the Kramer model for chemical distribution in vitro. Takes input as data table or vectors of values. Outputs a data table.

Usage

kramer_eval(
  chem.cas = NULL,
  chem.name = NULL,
  dtxsid = NULL,
  casrn.vector = NA_character_,
  nomconc.vector = 1,
  this.well_number = 384,
  tcdata = NA,
  user_assay_parameters = NA,
  this.serum = NA_real_,
  this.csalt = 0.15,
  this.BSA = 44,
  this.v_total = NA_real_,
  this.v_working = NA_real_,
  this.cell_yield = NA_real_,
  this.L_per_mil_cells = 2.772e-06,
  this.sarea = NA_real_,
  this.Tsys = 37,
  this.Tref = 298.15,
  this.temp_k = 298.15,
  this.prot_conc = 0.21,
  this.option.bottom = TRUE,
  restrict.ion.partitioning = FALSE,
  surface.area.switch = TRUE
)

Value

Input ParameterDescriptionUnits
concentration_cellsConcentration in cellsuM
concentration_mediumConcentration in mediumuM
concentration_plasticConcentration in plasticumol/m^2
concentration_airConcentration in headspaceuM

Arguments

chem.cas

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

chem.name

A single or vector of name(s)) of desired chemical(s).

dtxsid

A single or vector ofEPA's DSSTox Structure ID(s) (https://comptox.epa.gov/dashboard)

casrn.vector

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

nomconc.vector

For vector or single value, micromolar (uM = mol/L) nominal concentration (e.g. AC50 value)

this.well_number

For single value, plate format default is 384, used if is.na(tcdata)==TRUE. This value chooses default surface area settings for armitage_estimate_sarea based on the number of wells per plate.

tcdata

A data.table with casrn, nomconc,v_total, v_working. Otherwise supply single values to this.params (e.g., this.sarea, this.v_total, etc.). Chemical parameters are taken from chem.physical_and_invitro.data.

user_assay_parameters

option to fill in your own assay parameters (data table)

this.serum

Concentration of serum in media (percent volume/volume)

this.csalt

Ionic strength of buffer, mol/L

this.BSA

Bovine serum albumin concentration in serum (g/L)

this.v_total

Total volume of well (uL)

this.v_working

Volume of medium per well (uL)

this.cell_yield

Number of cells/well seeded (unitless)

this.L_per_mil_cells

Liters per 1 million cells

this.sarea

Surface area of plastic exposed to medium (m^2)

this.Tsys

System temperature (Celcius)

this.Tref

Reference temperature (Kelvin)

this.temp_k

Temperature (Kelvin)

this.prot_conc

Cell protein concentration (mg protein/million cells)

this.option.bottom

Include the bottom of the well in surface area calculation

restrict.ion.partitioning

only allow neutral fraction to partition

surface.area.switch

TRUE, automatically calculates surface area, switch to FALSE if user provided

casrn

description

well_number

description

nomconc

Nominal test concentration (uM)

Author

Meredith Scherer, adapted from code written by L.S Lautz for A. Punt, N. Kramer

References

kramer2010measuringhttk