- chem.name
Either the chemical name, CAS number, or parameters must be
specified.
- chem.cas
Either the chemical name, CAS number, or parameters must be
specified.
- dtxsid
EPA's DSSTox Structure ID (https://comptox.epa.gov/dashboard)
the chemical must be identified by either CAS, name, or DTXSIDs
- parameters
Chemical parameters from parameterize_pbtk function,
overrides chem.name and chem.cas.
- species
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or
default "Human").
- f
Fractional distance from the final steady state concentration that
the average concentration must come within to be considered at steady state.
- daily.dose
Total daily dose, mg/kg BW.
- doses.per.day
Number of doses per day.
- days
Initial number of days to run simulation that is multiplied on
each iteration.
- output.units
Units for returned concentrations, defaults to uM
(specify units = "uM") but can also be mg/L.
- suppress.messages
Whether or not to suppress messages.
- tissue
Desired tissue concentration (default value is NULL, will
depend on model -- see steady.state.compartment
in model.info file for
further details.)
- model
Model used in calculation, 'pbtk' for the multiple compartment
model,'3compartment' for the three compartment model, and '1compartment' for
the one compartment model.
- default.to.human
Substitutes missing animal values with human values
if true (hepatic intrinsic clearance or fraction of unbound plasma).
- f.change
Fractional change of daily steady state concentration
reached to stop calculating.
- adjusted.Funbound.plasma
Uses adjusted Funbound.plasma when set to
TRUE along with partition coefficients calculated with this value.
- regression
Whether or not to use the regressions in calculating
partition coefficients.
- well.stirred.correction
Uses correction in calculation of hepatic
clearance for well-stirred model if TRUE for model 1compartment elimination
rate. This assumes clearance relative to amount unbound in whole blood
instead of plasma, but converted to use with plasma concentration.
- restrictive.clearance
Protein binding not taken into account (set to
1) in liver clearance if FALSE.
- dosing
The dosing object for more complicated scenarios. Defaults to
repeated daily.dose
spread out over doses.per.day
- ...
Additional arguments passed to model solver (default of
solve_pbtk
).