- 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
- times
Optional time sequence for specified number of days. Dosing
sequence begins at the beginning of times.
- parameters
Chemical parameters from parameterize_pbtk function,
overrides chem.name and chem.cas.
- days
Length of the simulation.
- tsteps
The number of time steps per hour.
- daily.dose
Total daily dose, defaults to mg/kg BW.
- dose
Amount of a single, initial oral dose in mg/kg BW.
- doses.per.day
Number of doses per day.
- initial.values
Vector containing the initial concentrations or
amounts of the chemical in specified tissues with units corresponding to
output.units. Defaults 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, defaults to
mg/kg BW
- 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.
- default.to.human
Substitutes missing animal values with human values
if true (hepatic intrinsic clearance or fraction of unbound plasma).
- class.exclude
Exclude chemical classes identified as outside of
domain of applicability by relevant modelinfo_[MODEL] file (default TRUE).
- 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 the hepatic clearance
(Clmetabolism) with new million.cells.per.gliver parameter.
- dosing.matrix
Vector of dosing times or a matrix consisting of two
columns or rows named "dose" and "time" containing the time and amount, in
mg/kg BW, of each dose.
- 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).
- Caco2.options
A list of options to use when working with Caco2 apical to
basolateral data Caco2.Pab
, default is Caco2.options = list(Caco2.Pab.default = 1.6,
Caco2.Fabs = TRUE, Caco2.Fgut = TRUE, overwrite.invivo = FALSE, keepit100 = FALSE). Caco2.Pab.default sets the default value for
Caco2.Pab if Caco2.Pab is unavailable. Caco2.Fabs = TRUE uses Caco2.Pab to calculate
fabs.oral, otherwise fabs.oral = Fabs
. Caco2.Fgut = TRUE uses Caco2.Pab to calculate
fgut.oral, otherwise fgut.oral = Fgut
. overwrite.invivo = TRUE overwrites Fabs and Fgut in vivo values from literature with
Caco2 derived values if available. keepit100 = TRUE overwrites Fabs and Fgut with 1 (i.e. 100 percent) regardless of other settings.
See get_fbio
for further details.
- monitor.vars
Which variables are returned as a function of time.
The default value of NULL provides "Cgut", "Cliver", "Cven", "Clung", "Cart",
"Crest", "Ckidney", "Cplasma", "Atubules", "Ametabolized", and "AUC"
- ...
Additional arguments passed to the integrator (deSolve).