calc_hep_fu: Calculate the free chemical in the hepaitic clearance assay

View source: R/calc_hep_fu.R

calc_hep_fuR Documentation

Calculate the free chemical in the hepaitic clearance assay

Description

This function uses the method from Kilford et al. (2008) to calculate the fraction of unbound chemical in the hepatocyte intrinsic clearance assay. The bound chemical is presumed to be unavailable during the performance of the assay, so this fraction can be used to increase the apparent clearance rate to better estimate in vivo clearance. For bases, the fraction of chemical unbound in hepatocyte clearance assays (fuhep) is calculated in terms of logPow but for neutrual and acidic compounds we use logDow (from calc_dow). Here we denote the appropriate partition coefficient as "logP/D". Kilford et al. (2008) calculates fuhep = 1/(1 + 125*VR*10^(0.072*logP/D2 + 0.067*logP/D-1.126))

Usage

calc_hep_fu(
  chem.cas = NULL,
  chem.name = NULL,
  dtxsid = NULL,
  parameters = NULL,
  Vr = 0.005,
  pH = 7.4
)

Arguments

chem.cas

Chemical Abstract Services Registry Number (CAS-RN) – if parameters is not specified then the chemical must be identified by either CAS, name, or DTXISD

chem.name

Chemical name (spaces and capitalization ignored) – if parameters is not specified then the chemical must be identified by either CAS, name, or DTXISD

dtxsid

EPA's 'DSSTox Structure ID (https://comptox.epa.gov/dashboard) – if parameters is not specified then the chemical must be identified by either CAS, name, or DTXSIDs

parameters

Parameters from the appropriate parameterization function for the model indicated by argument model

Vr

Ratio of cell volume to incubation volume. Default (0.005) is taken from

pH

pH of the incupation medium.

Details

Note that octanal:water partitioning above 1:1,000,000 (LogPow > 6) are truncated at 1:1,000,000 because greater partitioning would likely take longer than hepatocyte assay itself.

Value

A numeric fraction between zero and one

Author(s)

John Wambaugh and Robert Pearce

References

Kilford, Peter J., et al. "Hepatocellular binding of drugs: correction for unbound fraction in hepatocyte incubations using microsomal binding or drug lipophilicity data." Drug Metabolism and Disposition 36.7 (2008): 1194-1197.

Wetmore, Barbara A., et al. "Incorporating high-throughput exposure predictions with dosimetry-adjusted in vitro bioactivity to inform chemical toxicity testing." Toxicological Sciences 148.1 (2015): 121-136.

See Also

apply_clint_adjustment


httk documentation built on March 7, 2023, 7:26 p.m.