For models that don't described first pass blood flow from the gut, need to cacluate a hepatic bioavailability, that is, the fraction of chemical systemically available after metabolism during the first pass through the liver (Rowland, 1973 Equation 29, where k21 is blood flow through the liver and k23 is clearance from the liver in Figure 1 in that paper).
calc_hep_bioavailability(
chem.cas = NULL,
chem.name = NULL,
dtxsid = NULL,
parameters = NULL,
restrictive.clearance = TRUE,
flow.34 = TRUE,
suppress.messages = FALSE,
species = "Human"
)
A data.table whose columns are the parameters of the HTTK model
specified in model
.
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
Parameters from the appropriate parameterization function for the model indicated by argument model
Protein binding not taken into account (set to 1) in liver clearance if FALSE.
A logical constraint
Whether or not to suppress the output message.
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or default "Human").
John Wambaugh
rowland1973clearancehttk