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.
draw_fup_clint(this.chem = NULL, parameters = NULL, nsamp,
sigma.factor = 0.3, poormetab, fup.censor, Clint.vary = TRUE,
lod = 0.01, adjusted.Funbound.plasma = T,
clint.pvalue.threshold = 0.05)
The CAS number of one of the HTTK chemicals (see
get_cheminfo
).
A list of chemical-specific model parameters containing at least Funbound.plasma, Clint, and Fhep.assay.correction.
The number of samples to draw.
The coefficient of variance to assume. Default 0.3.
Logical. Whether to include poor metabolizers in the Clint distribution or not.
Logical. Whether to draw Funbound.plasma
from a
censored distribution or not.
Logical, default TRUE. Whether to treat Clint
as
fixed at its measured value (FALSE), or as a random variable (TRUE).
The average limit of detection for Funbound.plasma
, below
which distribution will be censored if fup.censor is TRUE. Default 0.01.
Uses adjusted Funbound.plasma when set to TRUE.
Hepatic clearance for chemicals where the in vitro clearance assay result has a p-values greater than the threshold are set to zero.
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.