- chem.name
Either the chemical name, CAS number, or the parameters must
be specified.
- chem.cas
Either the chemical name, CAS number, or the 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 (for model =
'pbtk'), parameterize_3comp (for model = '3compartment),
parameterize_1comp(for model = '1compartment') or parameterize_steadystate
(for model = '3compartmentss'), overrides chem.name and chem.cas.
- species
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or
default "Human").
- daily.dose
Total daily dose, mg/kg BW.
- route
Route of exposure (either "oral", "iv", or "inhalation"
default "oral").
- exp.conc
Specified inhalation exposure concentration for use in assembling
'forcings' data series argument for integrator. Defaults to uM/L
- period
For use in assembling forcing function data series 'forcings'
argument, specified in hours
- exp.duration
For use in assembling forcing function data
series 'forcings' argument, specified in hours
- output.units
Units for returned concentrations, defaults to uM
(specify units = "uM") but can also be mg/L.
- model
Model used in calculation,'gas_pbtk' for the gas pbtk model,
'pbtk' for the multiple compartment model,
'3compartment' for the three compartment model, '3compartmentss' for
the three compartment steady state model, and '1compartment' for one
compartment model.
- concentration
Desired concentration type, 'blood','tissue', or default 'plasma'.
- suppress.messages
Whether or not the output message is suppressed.
- tissue
Desired tissue concentration (defaults to whole body
concentration.)
- restrictive.clearance
If TRUE (default), then only the fraction of
chemical not bound to protein is available for metabolism in the liver. If
FALSE, then all chemical in the liver is metabolized (faster metabolism due
to rapid off-binding).
- bioactive.free.invivo
If FALSE (default), then the total concentration is treated
as bioactive in vivo. If TRUE, the the unbound (free) plasma concentration is treated as
bioactive in vivo. Only works with tissue = NULL in current implementation.
- IVIVE
Honda et al. (2019) identified four plausible sets of
assumptions for in vitro-in vivo extrapolation (IVIVE) assumptions.
Argument may be set to "Honda1" through "Honda4". If used, this function
overwrites the tissue, restrictive.clearance, and bioactive.free.invivo arguments.
See Details below for more information.
- parameterize.args
List of arguments passed to model's associated
parameterization function, including default.to.human,
adjusted.Funbound.plasma, regression, and minimum.Funbound.plasma. The
default.to.human argument substitutes missing animal values with human values
if true, adjusted.Funbound.plasma returns adjusted Funbound.plasma when set
to TRUE along with parition coefficients calculated with this value,
regression indicates whether or not to use the regressions in calculating
partition coefficients, and minimum.Funbound.plasma is the value to which
Monte Carlo draws less than this value are set (default is 0.0001 -- half
the lowest measured Fup in our dataset).
- ...
Additional parameters passed to parameterize function if
parameters is NULL.