This function initializes the parameters needed for the model 'gas_pbtk', for
example solve_gas_pbtk
. Chemical- and species-specific model
parameters are generated. These include tissue:plasma partition coefficients
via Schmitt (2008)'s method as modified by Pearce et al. (2017). Organ volumes
and flows are retrieved from table physiology.data
). This model
was first described by Linakis et al. (2020).
parameterize_gas_pbtk(
chem.cas = NULL,
chem.name = NULL,
dtxsid = NULL,
species = "Human",
default.to.human = FALSE,
tissuelist = list(liver = c("liver"), kidney = c("kidney"), lung = c("lung"), gut =
c("gut")),
force.human.clint.fup = FALSE,
clint.pvalue.threshold = 0.05,
adjusted.Funbound.plasma = TRUE,
adjusted.Clint = TRUE,
regression = TRUE,
vmax = 0,
km = 1,
exercise = FALSE,
fR = 12,
VT = 0.75,
VD = 0.15,
suppress.messages = FALSE,
minimum.Funbound.plasma = 1e-04,
Caco2.options = NULL,
class.exclude = TRUE,
restrictive.clearance = FALSE,
...
)
Body Weight, kg.
Hepatic intrinsic clearance, uL/min/10^6 cells
Distribution of hepatic intrinsic clearance values (median, lower 95th, upper 95th, p value)
Hepatic Clearance, L/h/kg BW.
Fraction of the oral dose absorbed, i.e. the fraction of the dose that enters the gut lumen.
The fraction of chemical unbound in hepatocyte assay using the method of Kilford et al. (2008)
Fraction of chemical unbound to plasma.
Fraction unbound to plasma adjusted as described in Pearce et al. 2017
Distribution of fraction unbound to plasma (median, lower 95th, upper 95th)
Percent volume of red blood cells in the blood.
Ratio of concentration of chemical in blood to air
Ratio of concentration of chemical in gut tissue to unbound concentration in plasma.
Rate that chemical enters the gut from gutlumen, 1/h.
Ratio of concentration of chemical in kidney tissue to unbound concentration in plasma.
Ratio of concentration of chemical in liver tissue to unbound concentration in plasma.
Ratio of concentration of chemical in lung tissue to unbound concentration in plasma.
Michaelis-Menten concentration of half-maximal activity
Mucus to air partition coefficient
Ratio of concentration of chemical in red blood cells to unbound concentration in plasma.
Ratio of concentration of chemical in rest of body tissue to unbound concentration in plasma.
Unscaled upper respiratory tract uptake parameter (L/h/kg^0.75)
Density of liver in g/mL
phospholipid:water distribution coefficient, membrane affinity
Millions cells per gram of liver tissue.
Molecular Weight, g/mol.
compound H association equilibrium constant(s)
compound H dissociation equilibirum constant(s)
octanol:water partition coefficient (not log transformed)
Unscaled alveolar ventilation rate (L/h/kg^0.75)
Cardiac Output, L/h/kg BW^3/4.
Glomerular Filtration Rate, L/h/kg BW^0.75, volume of fluid filtered from kidney and excreted.
Fraction of cardiac output flowing to the gut.
Fraction of cardiac output flowing to the kidneys.
Fraction of cardiac output flowing to the liver.
Fraction of cardiac output flowing to lung tissue.
Fraction of blood flow to rest of body
The ratio of the concentration of the chemical in the blood to the concentration in the plasma from available_rblood2plasma.
Volume of the arteries per kg body weight, L/kg BW.
Volume of the gut per kg body weight, L/kg BW.
Volume of the kidneys per kg body weight, L/kg BW.
Volume of the liver per kg body weight, L/kg BW.
Volume of the lungs per kg body weight, L/kg BW.
Michaelis-Menten maximum reaction velocity (1/min)
Unscaled mucosal volume (L/kg BW^0.75
Volume of the rest of the body per kg body weight, L/kg BW.
Volume of the veins per kg body weight, L/kg BW.
Either the chemical name or the CAS number must be specified.
Either the chemical name or the CAS number must be specified.
EPA's DSSTox Structure ID (https://comptox.epa.gov/dashboard) the chemical must be identified by either CAS, name, or DTXSIDs
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or default "Human").
Substitutes missing animal values with human values if true (hepatic intrinsic clearance or fraction of unbound plasma).
Specifies compartment names and tissues groupings. Remaining tissues in tissue.data are lumped in the rest of the body. However, solve_pbtk only works with the default parameters.
Forces use of human values for hepatic intrinsic clearance and fraction of unbound plasma if true.
Hepatic clearance for chemicals where the in vitro clearance assay result has a p-values greater than the threshold are set to zero.
Uses Pearce et al. (2017) lipid binding adjustment for Funbound.plasma (which impacts partition coefficients) when set to TRUE (Default).
Uses Kilford et al. (2008) hepatocyte incubation binding adjustment for Clint when set to TRUE (Default).
Whether or not to use the regressions in calculating partition coefficients.
Michaelis-Menten vmax value in reactions/min
Michaelis-Menten concentration of half-maximal reaction velocity in desired output concentration units.
Logical indicator of whether to simulate an exercise-induced heightened respiration rate
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
Tidal volume (L), to be modulated especially as part of simulating the state of exercise
Anatomical dead space (L), to be modulated especially as part of simulating the state of exercise
Whether or not the output messages are suppressed.
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).
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.
Exclude chemical classes identified as outside of domain of applicability by relevant modelinfo_[MODEL] file (default TRUE).
Protein binding not taken into account (set to 1) in liver clearance if FALSE. (Default is FALSE.)
Other parameters
Matt Linakis, Robert Pearce, John Wambaugh
linakis2020developmenthttk
schmitt2008generalhttk
pearce2017evaluationhttk
kilford2008hepatocellularhttk
solve_gas_pbtk
apply_clint_adjustment
predict_partitioning_schmitt
available_rblood2plasma
calc_kair
tissue.data
physiology.data
get_clint
get_fup
get_physchem_param
parameters <- parameterize_gas_pbtk(chem.cas='129-00-0')
# \donttest{
parameters <- parameterize_gas_pbtk(chem.name='pyrene',species='Rat')
parameterize_gas_pbtk(chem.cas = '56-23-5')
parameters <- parameterize_gas_pbtk(chem.name='Carbon tetrachloride',species='Rat')
# Change the tissue lumping:
compartments <- list(liver=c("liver"),fast=c("heart","brain","muscle","kidney"),
lung=c("lung"),gut=c("gut"),slow=c("bone"))
parameterize_gas_pbtk(chem.name="Bisphenol a",species="Rat",default.to.human=TRUE,
tissuelist=compartments)
# }
Run the code above in your browser using DataLab