View source: R/calc_hep_bioavailability.R
calc_hep_bioavailability | R Documentation |
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"
)
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 |
suppress.messages |
Whether or not to suppress the output message. |
species |
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or default "Human"). |
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. \insertRefrowland1973clearancehttk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.