This function calculates the hepatic clearance in plasma for a well-stirred model or other type if specified.
calc_hepatic_clearance(chem.name=NULL,chem.cas=NULL,parameters=NULL,
species='Human',default.to.human=F,
hepatic.model='well-stirred',
suppress.messages=F,well.stirred.correction=T,
restrictive.clearance=T,Funbound.plasma.pc.correction=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.
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or default "Human").
Substitutes missing animal values with human values if true.
Chemical parameters from parameterize_steadystate function, overrides chem.name and chem.cas.
Model used in calculating hepatic clearance, unscaled, parallel tube, dispersion, or default well-stirred.
Whether or not to suppress the output message.
Uses correction in calculation of hepatic clearance for well-stirred model if TRUE for hepatic.model well-stirred. This assumes clearance relative to amount unbound in whole blood instead of plasma, but converted to use with plasma concentration.
Protein binding not taken into account (set to 1) in liver clearance if FALSE.
Uses corrected Funbound.plasma when set to TRUE along with parition coefficients calculated with this value and regressions. Only applies to calculation of Rblood2plasma in well-stirred correction when in vivo Rblood2plasma is unavailable.
Additional parameters passed to parameterize_steadystate if parameters is NULL.
Units of L/h/kg BW.
# NOT RUN {
calc_hepatic_clearance(chem.name="Ibuprofen",hepatic.model='unscaled')
calc_hepatic_clearance(chem.name="Ibuprofen",well.stirred.correction=FALSE)
# }
Run the code above in your browser using DataLab