Learn R Programming

httk (version 2.1.0)

invitro_mc: Draw in vitro TK parameters including uncertainty and variability.

Description

Given a CAS in the HTTK data set, a virtual population from HTTK-Pop, some user specifications on the assumed distributions of Funbound.plasma and Clint, draw "individual" values of Funbound.plasma and Clint from those distributions.

Usage

invitro_mc(
  parameters.dt = NULL,
  samples,
  fup.meas.cv = 0.4,
  clint.meas.cv = 0.3,
  fup.pop.cv = 0.3,
  clint.pop.cv = 0.3,
  poormetab = TRUE,
  fup.lod = 0.01,
  fup.censored.dist = FALSE,
  adjusted.Funbound.plasma = TRUE,
  clint.pvalue.threshold = 0.05,
  minimum.Funbound.plasma = 1e-04
)

Value

A data.table with three columns: Funbound.plasma and Clint, containing the sampled values, and Fhep.assay.correction, containing the value for fraction unbound in hepatocyte assay.

Arguments

parameters.dt

A data table of physiological parameters

samples

The number of samples to draw.

fup.meas.cv

Coefficient of variation of distribution of measured Funbound.plasma values.

clint.meas.cv

Coefficient of variation of distribution of measured Clint values.

fup.pop.cv

Coefficient of variation of distribution of population Funbound.plasma values.

clint.pop.cv

Coefficient of variation of distribution of population Clint values.

poormetab

Logical. Whether to include poor metabolizers in the Clint distribution or not.

fup.lod

The average limit of detection for Funbound.plasma, below which distribution will be censored if fup.censored.dist is TRUE. Default 0.01.

fup.censored.dist

Logical. Whether to draw Funbound.plasma from a censored distribution or not.

adjusted.Funbound.plasma

Uses adjusted Funbound.plasma when set to TRUE.

clint.pvalue.threshold

Hepatic clearance for chemicals where the in vitro clearance assay result has a p-values greater than the threshold are set to zero.

minimum.Funbound.plasma

Monte Carlo draws less than this value are set equal to this value (default is 0.0001 -- half the lowest measured Fup in our dataset).

parameters

A list of chemical-specific model parameters containing at least Funbound.plasma, Clint, and Fhep.assay.correction.

Author

Caroline Ring and John Wambaugh

References

Wambaugh, John F., et al. "Assessing Toxicokinetic Uncertainty and Variability in Risk Prioritization." Toxicological Sciences (2019).