Calculate first pass metabolism
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).
calc_hep_bioavailability( chem.cas = NULL, chem.name = NULL, dtxsid = NULL, parameters = NULL, restrictive.clearance = TRUE, flow.34 = TRUE )
chem.cas |
Chemical Abstract Services Registry Number (CAS-RN) – if parameters is not specified then the chemical must be identified by either CAS, name, or DTXISD |
chem.name |
Chemical name (spaces and capitalization ignored) – if parameters is not specified then the chemical must be identified by either CAS, name, or DTXISD |
dtxsid |
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 |
Parameters from the appropriate parameterization function for the model indicated by argument model |
restrictive.clearance |
Protein binding not taken into account (set to 1) in liver clearance if FALSE. |
flow.34 |
A logical constraint |
A data.table whose columns are the parameters of the HTTK model
specified in model
.
John Wambaugh
Rowland, Malcolm, Leslie Z. Benet, and Garry G. Graham. "Clearance concepts in pharmacokinetics." Journal of pharmacokinetics and biopharmaceutics 1.2 (1973): 123-136.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.