- 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 (http://comptox.epa.gov/dashboard)
the chemical must be identified by either CAS, name, or DTXSIDs.
- model.type
Choice of dermal model, either the default "dermal_1subcomp" for
the model with 1 compartment for the skin; or "dermal" for the
model with 2 sub compartments for skin: the stratum corneum (SC) and the combined
viable epidermis and dermis (ED).
- method.permeability
For "dermal_1subcomp" model, method of calculating
the permeability coefficient, P, either "Potts-Guy" or "UK-Surrey". Default
is "UK-Surrey" (Sawyer et al., 2016 and Chen et al., 2015), which uses Fick's
law of diffusion to calculate P. For "dermal" model, this parameter is ignored.
- Kvehicle2water
Partition coefficient for the vehicle (sometimes called the
media) carrying the chemical to water. Default is "water", which assumes the vehicle is water.
Other optional inputs are "octanol" and "olive oil".
- times
Optional time sequence for specified number of days. Dosing
sequence begins at the beginning of times.
- parameters
Chemical parameters from parameterize_dermal_pbtk function,
overrides chem.name and chem.cas.
- days
Length of the simulation.If "times" input is used, this is ignored.
- tsteps
The number time steps per hour.
- plots
Plots all outputs if true.
- monitor.vars
Which variables are returned as a function of time.
Default values of NULL looks up variables specified in modelinfo_MODEL.R
- suppress.messages
Whether or not the output message is suppressed.
- species
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or
default "Human").
- method
Method used by integrator (ode
).
- rtol
Argument passed to integrator (ode
).
- atol
Argument passed to integrator (ode
).
- 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.
- adjusted.Funbound.plasma
Uses adjusted Funbound.plasma when set to
TRUE along with partition coefficients calculated with this value.
- 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).
- parameterize.arg.list
Additional parameterized passed to the model
parameterization function, "parameterize_dermal_pbtk". The inputs "model.type",
"method.permeability", and "Kvehicle2water" are not passed through this.
- route
Route of exposure, can be "oral" OR "iv" OR "dermal" (default).
- Vvehicle
Volume of vehicle applied to skin in L, defaults to 0.1 L. If
InfiniteDose=TRUE, this parameter is ignored and set = 1.
- initial.dose
Initial exposure dose. If InfiniteDose=TRUE, this is a concentration,
otherwise, this is an amount.
- daily.dose
Total daily dose, defaults to mg/kg BW.
- doses.per.day
Number of doses per day.
- input.units
Exposure units applied to initial.dose and/or dosing.dermal.
If InfiniteDose=TRUE, must be a concentration, e.g., "mg/kg/L" (default), otherwise,
must be an amount, e.g., "mg/kg" (default).
- dose.duration
Amount of time dermal dose is on skin before being washed off.
Note that when dose.duration is used, washoff=TRUE.
- dose.duration.units
Units for dose.duration, can be "minutes" OR "hours"
OR "days" (default).
- dosing.dermal
Matrix consisting of three columns named
"Cvehicle", "Vvehicle", and "time" containing the dosing times, days,
with the applied amount in the vehicle, and the volume of the applied
vehicle, L. Note that the units of Cvehicle are controlled by input.units. **If
InfiniteDose=TRUE, the Vvehicle column of dosing.dermal is ignored.**
- 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.
- washoff
If TRUE, any chemical left on the skin is assumed to be replaced
by new dose (i.e., wash-off occurs before new dose is administered). If FALSE
(default), any chemical left on the skin is added to the new dose.
- InfiniteDose
Is there so much compound in the vehicle that it does not deplete?
- ...
Additional arguments passed to the integrator (ode
).