powered by
This function retrieves a steady-state plasma concentration as a result of infusion dosing from the Wetmore et al. (2012) and (2013) publications and other literature.
get_lit_css( chem.cas = NULL, chem.name = NULL, daily.dose = 1, which.quantile = 0.95, species = "Human", clearance.assay.conc = NULL, output.units = "mg/L", suppress.messages = FALSE )
A numeric vector with the literature steady-state plasma concentration (1 mg/kg/day) for the requested quantiles
Either the cas number or the chemical name must be specified.
Either the chemical name or the CAS number must be specified.
Total daily dose infused in units of mg/kg BW/day. Defaults to 1 mg/kg/day.
Which quantile from the SimCYP Monte Carlo simulation is requested. Can be a vector.
Species desired (either "Rat" or default "Human").
Concentration of chemical used in measureing intrinsic clearance data, 1 or 10 uM.
Returned units for function, defaults to mg/L but can also be uM (specify units = "uM").
Whether or not the output message is suppressed.
John Wambaugh
wetmore2012integrationhttk
wetmore2013relativehttk
wetmore2015incorporatinghttk
get_lit_css(chem.cas="34256-82-1") get_lit_css(chem.cas="34256-82-1",species="Rat",which.quantile=0.5) get_lit_css(chem.cas="80-05-7", daily.dose = 1,which.quantile = 0.5, output.units = "uM")
Run the code above in your browser using DataLab