- chem.cas
Chemical Abstract Services Registry Number (CAS-RN) -- if
parameters is not specified then the chemical must be identified by either
CAS, name, or DTXISD
- chem.name
Chemical name (spaces and capitalization ignored) -- if
parameters is not specified then the chemical must be identified by either
CAS, name, or DTXISD
- dtxsid
EPA's DSSTox Structure ID (https://comptox.epa.gov/dashboard)
-- if parameters is not specified then the chemical must be identified by
either CAS, name, or DTXSIDs
- parameters
Parameters from the appropriate parameterization function
for the model indicated by argument model
- samples
Number of samples generated in calculating quantiles.
- species
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or
default "Human"). Species must be set to "Human" to run httkpop model.
- suppress.messages
Whether or not to suppress output message.
- model
Model used in calculation: '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. This only applies when httkpop=TRUE and species="Human",
otherwise '3compartmentss' is used.
- httkpop
Whether or not to use the
ring2017identifying;textualhttk "httkpop"
population generator. Species must be 'Human'.
- invitrouv
Logical to indicate whether to include in vitro parameters
such as intrinsic hepatic clearance rate and fraction unbound in plasma
in uncertainty and variability analysis
- calcrb2p
Logical determining whether or not to recalculate the
chemical ratio of blood to plasma
- censored.params
The parameters listed in censored.params are sampled
from a normal distribution that is censored for values less than the limit
of detection (specified separately for each parameter). This argument should
be a list of sub-lists. Each sublist is named for a parameter in
"parameters" and contains two elements: "CV" (coefficient of variation) and
"LOD" (limit of detection, below which parameter values are censored. New
values are sampled with mean equal to the value in "parameters" and standard
deviation equal to the mean times the CV. Censored values are sampled on a
uniform distribution between 0 and the limit of detection. Not used with
httkpop model.
- vary.params
The parameters listed in vary.params are sampled from a
normal distribution that is truncated at zero. This argument should be a
list of coefficients of variation (CV) for the normal distribution. Each
entry in the list is named for a parameter in "parameters". New values are
sampled with mean equal to the value in "parameters" and standard deviation
equal to the mean times the CV. Not used with httkpop model.
- return.samples
Whether or not to return the vector containing the
samples from the simulation instead of the selected quantile.
- tissue
Desired steady state tissue conentration.
- httkpop.dt
A data table generated by httkpop_generate
.
This defaults to NULL, in which case httkpop_generate
is
called to generate this table.
- invitro.mc.arg.list
Additional parameters passed to
invitro_mc
.
- adjusted.Funbound.plasma
Uses
pearce2017evaluation;textualhttk lipid binding adjustment
for Funbound.plasma when set to TRUE (Default).
- adjusted.Clint
Uses
kilford2008hepatocellular;textualhttk hepatocyte incubation
binding adjustment for Clint when set to TRUE (Default).
- httkpop.generate.arg.list
Additional parameters passed to
httkpop_generate
.
- convert.httkpop.arg.list
Additional parameters passed to the
convert_httkpop_* function for the model.
- propagate.invitrouv.arg.list
Additional parameters passed to model's
associated in vitro uncertainty and variability propagation function
- parameterize.arg.list
Additional parameters passed to the
parameterize_* function for the model.
- Caco2.options
Arguments describing how to handle Caco2 absorption data
that are passed to invitro_mc
and the parameterize_[MODEL]
functions.
See get_fbio
for further details.