Takes the data table generated by httkpop_generate
, and converts it to
the corresponding table of HTTK model parameters for a specified chemical and
HTTK model.
get_httk_params(indiv_dt, chemcas, model, poormetab, fup.censor,
sigma.factor = 0.3, Clint.vary = TRUE, lod = 0.01,adjusted.Funbound.plasma=T,
regression=T,well.stirred.correction=T,restrictive.clearance=T)
A data table generated by httkpop_generate()
.
The CAS number of one of the HTTK chemicals (see
get_cheminfo
).
One of the HTTK models: "1compartment", "3compartmentss", "3compartment", or "pbtk".
TRUE (include poor metabolizers) or FALSE (exclude poor metabolizers)
TRUE (draw Funbound.plasma
from a censored
distribution) or FALSE (draw Funbound.plasma
from a non-censored
distribution)
The coefficient of variation to use for Clint
and
Funbound.plasma
distributions. Default value is 0.3.
TRUE (sample Clint
values) or FALSE (hold
Clint
fixed). Default TRUE. If Clint.vary
is FALSE, then
poormetab
will have no effect.
The average limit of detection for Funbound.plasma. if
fup.censor == TRUE
, the Funbound.plasma
distribution will be
censored below lod/2
. Default value is 0.01.
Uses adjusted Funbound.plasma when set to TRUE along with partition coefficients calculated with this value.
Whether or not to use the regressions in calculating partition coefficients.
Uses correction in calculation of hepatic clearance for well-stirred model if TRUE for model 1compartment elimination rate. This assumes clearance relative to amount unbound in whole blood instead of plasma, but converted to use with plasma concentration.
Protein binding not taken into account (set to 1) in liver clearance if FALSE for model 1compartment elimination rate.
A data.table whose columns correspond to the parameters of the HTTK
model specified in model
, and whose rows correspond to the
individuals (rows) of indiv_dt
.
@examples set.seed(42) indiv_examp <- httkpop_generate(method="d", nsamp=100) httk_param <- get_httk_param(indiv_dt=indiv_examp, chemcas="80-05-7", model="1compartment", poormetab=TRUE, fup.censor=TRUE)
Ring, Caroline L., et al. "Identifying populations sensitive to environmental chemicals by simulating toxicokinetic variability." Environment International 106 (2017): 105-118.