This function calculates the total clearance rate for a one compartment model 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,parameters=NULL,species="Human",
suppress.messages=F,default.to.human=F,well.stirred.correction=T,
restrictive.clearance=T,adjusted.Funbound.plasma=T,...)
Either the chemical name, CAS number, or the parameters must be specified.
Either the chemical name, CAS number, or the parameters must be specified.
Chemical parameters from parameterize_steadystate function, overrides chem.name and chem.cas.
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or default "Human").
Whether or not the output message is suppressed.
Substitutes missing animal values with human values if true.
Uses adjusted Funbound.plasma when set to TRUE.
Protein binding is not taken into account (set to 1) in liver clearance if FALSE.
Uses correction in calculation of hepatic clearance for well-stirred model if TRUE. This assumes clearance relative to amount unbound in whole blood instead of plasma, but converted to use with plasma concentration.
Additional parameters passed to parameterize_steadystate if parameters is NULL.
Units of L/h/kg BW.
# NOT RUN {
calc_total_clearance(chem.name="Ibuprofen")
# }
Run the code above in your browser using DataLab