- 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_gas_pbtk (or other
bespoke) function, overrides chem.name and chem.cas.
- times
Optional time sequence for specified number of days. Dosing
sequence begins at the beginning of times.
- days
Length of the simulation.
- tsteps
The number of time steps per hour.
- daily.dose
Total daily dose
- doses.per.day
Number of doses per day.
- dose
Amount of a single dose
- dosing.matrix
Vector of dosing times or a matrix consisting of two
columns or rows named "dose" and "time" containing the time and amount of
each dose.
- forcings
Manual input of 'forcings' data series argument for ode
integrator. If left unspecified, 'forcings' defaults to NULL, and then other
input parameters (see exp.start.time, exp.conc, exp.duration, and period)
provide the necessary information to assemble a forcings data series.
- exp.start.time
Start time in specifying forcing exposure series,
default 0.
- exp.conc
Specified inhalation exposure concentration for use in
assembling "forcings" data series argument for integrator. Defaults to
units of ppmv.
- 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
- initial.values
Vector containing the initial concentrations or
amounts of the chemical in specified tissues with units corresponding to
those specified for the model outputs. Default values are zero.
- plots
Plots all outputs if true.
- suppress.messages
Whether or not the output message is suppressed.
- species
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or
default "Human").
- iv.dose
Simulates a single i.v. dose if true.
- input.units
Input units of interest assigned to dosing, including
forcings. Defaults to "ppmv" as applied to the default forcings scheme.
- output.units
A named vector of output units expected for the model
results. Default, NULL, returns model results in units specified in the
'modelinfo' file. See table below for details.
- method
Method used by integrator (deSolve).
(Note: There are precision differences between M1 Mac and other OS systems
for this function due to how long doubles are handled. To replicate results
between various OS systems we suggest changing the default method of "lsoda"
to "lsode" and also adding the argument mf = 10.
See [deSolve::ode()] for further details.)
- rtol
Argument passed to integrator (deSolve).
- atol
Argument passed to integrator (deSolve).
- default.to.human
Substitutes missing animal values with human values
if true (hepatic intrinsic clearance or fraction of unbound plasma).
- recalc.blood2plasma
Recalculates the ratio of the amount of chemical
in the blood to plasma using the input parameters, calculated with
hematocrit, Funbound.plasma, and Krbc2pu.
- recalc.clearance
Recalculates the hepatic clearance
(Clmetabolism) with new million.cells.per.gliver parameter.
- 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.
- restrictive.clearance
Protein binding not taken into account (set to
1) in liver clearance if FALSE.
- minimum.Funbound.plasma
Monte Carlo draws less than this value are set
equal to this value (default is 0.0001 -- half the lowest measured Fup in our
dataset).
- monitor.vars
Which variables are returned as a function of time.
Defaults value of NULL provides "Cgut", "Cliver", "Cven", "Clung", "Cart",
"Crest", "Ckidney", "Cplasma", "Calv", "Cendexh", "Cmixexh", "Cmuc",
"Atubules", "Ametabolized", "AUC"
- vmax
Michaelis-Menten vmax value in reactions/min
- km
Michaelis-Menten concentration of half-maximal reaction velocity
in desired output concentration units.
- exercise
Logical indicator of whether to simulate an exercise-induced
heightened respiration rate
- fR
Respiratory frequency (breaths/minute), used especially to adjust
breathing rate in the case of exercise. This parameter, along with VT and VD
(below) gives another option for calculating Qalv (Alveolar ventilation)
in case pulmonary ventilation rate is not known
- VT
Tidal volume (L), to be modulated especially as part of simulating
the state of exercise
- VD
Anatomical dead space (L), to be modulated especially as part of
simulating the state of exercise
- ...
Additional arguments passed to the integrator.