This function retrieves the chemical- and species-specific intinsic
hepatic clearance (Clint,
inits of uL/min/million hepatocytes)
from chem.physical_and_invitro.data
.
If that parameter is described by a distribution (that is, a median,
lower-, upper-95th percentile and p-value separated by commas) this
function splits those quantiles into separate values. Most
Clint values have an
accompanying p-value indicating the probability that no decrease was
observed. If the p-values exceeds a threhsold (default 0.05) the clearance is
set to zero (no clearance). Some values extracted from the literature do not
have a p-value.
get_clint(
chem.cas = NULL,
chem.name = NULL,
dtxsid = NULL,
species = "Human",
default.to.human = FALSE,
force.human.clint = FALSE,
suppress.messages = FALSE,
clint.pvalue.threshold = 0.05
)
list containing:
Point estimate (central tendency) of the intrinsic hepatic clearance
Quantiles of a distribution (median, lower, upper 95th percentiles) and pvalue
pvalue for whether disapperance of parent compound was observed
Chemical Abstract Services Registry Number (CAS-RN) -- if parameters is not specified then the chemical must be identified by either CAS, name, or DTXISD
Chemical name (spaces and capitalization ignored) -- if parameters is not specified then the chemical must be identified by either CAS, name, or DTXISD
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
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or default "Human").
Substitutes missing hepatic clearance with human values if true.
If a non-human species value (matching argument species) is available, it is ignored and the human intrinsic clearance is used
Whether or not the output message is suppressed.
Hepatic clearance for chemicals where the in vitro clearance assay result has a p-values greater than the threshold are set to zero.
John Wambaugh
chem.physical_and_invitro.data