This function calculates the total clearance rate for a one compartment model for plasma where clearance is entirely due to metablism by the liver and glomerular filtration in the kidneys, identical to clearance of three compartment steady state model.
calc_total_clearance(
chem.cas = NULL,
chem.name = NULL,
dtxsid = NULL,
parameters = NULL,
model = "3compartmentss",
suppress.messages = FALSE,
species = "Human",
...
)
Units of L/h/kg BW.
Either the chemical name, CAS number, or the parameters must be specified.
Either the chemical name, CAS number, or the parameters must be specified.
EPA's 'DSSTox Structure ID (https://comptox.epa.gov/dashboard) the chemical must be identified by either CAS, name, or DTXSIDs
Chemical parameters from parameterize_steadystate function, overrides chem.name and chem.cas.
The model used to calculate total clearance (defaults to "3compartmentss")
Whether or not the output message is suppressed.
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or default "Human").
Additional parameters passed to parameterize function if parameters is NULL.
John Wambaugh
calc_total_clearance(chem.name="Ibuprofen")
Run the code above in your browser using DataLab