honda.ivive | R Documentation |
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.
honda.ivive(method = "Honda1", tissue = "liver")
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. |
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 Clearance | Bioactive Chemical Conc. In Vivo | TK Statistic Used* | Bioactive Chemical Conc. In Vitro | |
Honda1 | Veinous (Plasma) | Restrictive | Free | Mean Conc. In Vivo | Free Conc. In Vitro |
Honda2 | Veinous | Restrictive | Free | Mean Conc. In Vivo | Nominal Conc. In Vitro |
Honda3 | Veinous | Restrictive | Total | Mean Conc. In Vivo | Nominal Conc. In Vitro |
Honda4 | Target Tissue | Non-restrictive | Total | Mean Conc. In Vivo | Nominal 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".
A list of tissue, bioactive.free.invivo, and restrictive.clearance assumptions.
Greg Honda and John Wambaugh
honda2019usinghttk
honda.ivive(method = "Honda1", tissue = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.