This function calculates an elimination rate from the three compartment steady state model where elimination is entirely due to metablism by the liver and glomerular filtration in the kidneys.
calc_elimination_rate(chem.cas=NULL,chem.name=NULL,parameters=NULL,
species="Human",suppress.messages=F,default.to.human=F,
restrictive.clearance=T,adjusted.Funbound.plasma=T,
regression=T,well.stirred.correction=T,
clint.pvalue.threshold = 0.05)
Either the chemical name or the cas number must be specified.
Either the cas number or the chemical name must be specified.
Chemical parameters from parameterize_steadystate or 1compartment 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 along with partition coefficients calculated with this value.
Whether or not to use the regressions in calculating partition coefficients.
In calculating elimination rate, 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.
Hepatic clearance for chemicals where the in vitro clearance assay result has a p-values greater than the threshold are set to zero.
Units of 1/h.
Elimination rate calculated by dividing the total clearance (using the default well-stirred hepatic model) by the volume of distribution.
# NOT RUN {
calc_elimination_rate(chem.name="Bisphenol A")
calc_elimination_rate(chem.name="Bisphenol A",species="Rat")
calc_elimination_rate(chem.cas="80-05-7")
# }
Run the code above in your browser using DataLab