Learn R Programming

httk (version 2.5.0)

honda.ivive: Return the assumptions used in Honda et al. 2019

Description

This function returns four of the better performing sets of assumptions evaluated in Honda et al. 2019 (https://doi.org/10.1371/journal.pone.0217564).These include four different combinations of hepatic clearance assumption, in vivo bioactivity assumption, and relevant tissue assumption. Generally, this function is not called directly by the user, but instead called by setting the IVIVE option in calc_mc_oral_equiv, calc_mc_css, and calc_analytic functions. Currently, these IVIVE option is not implemented the solve_1comp etc. functions.

Usage

honda.ivive(method = "Honda1", tissue = "liver")

Value

A list of tissue, bioactive.free.invivo, and restrictive.clearance assumptions.

Arguments

method

This is set to one of "Honda1", "Honda2", "Honda3", or "Honda4".

tissue

This is only relevant to "Honda4" and indicates the relevant tissue compartment.

Author

Greg Honda and John Wambaugh

Details

Only four sets of IVIVE assumptions that performed well in Honda et al. (2019) are currently included: "Honda1" through "Honda4". The use of max (peak) concentration can not be currently be calculated with calc_analytic_css. The httk default settings correspond to "Honda3":

In Vivo Conc.Metabolic ClearanceBioactive Chemical Conc. In VivoTK Statistic Used*Bioactive Chemical Conc. In Vitro
Honda1Veinous (Plasma)RestrictiveFreeMean Conc. In VivoFree Conc. In Vitro
Honda2VeinousRestrictiveFreeMean Conc. In VivoNominal Conc. In Vitro
Honda3VeinousRestrictiveTotalMean Conc. In VivoNominal Conc. In Vitro
Honda4Target TissueNon-restrictiveTotalMean Conc. In VivoNominal Conc. In Vitro

"Honda1" uses plasma concentration, restrictive clearance, and treats the unbound invivo concentration as bioactive. For IVIVE, any input nominal concentration in vitro should be converted to cfree.invitro using armitage_eval, otherwise performance will be the same as "Honda2".

References

honda2019usinghttk

Examples

Run this code
honda.ivive(method = "Honda1", tissue = NULL)

Run the code above in your browser using DataLab