View source: R/calc_volume_of_distribution.R
calc_vdist | R Documentation |
This function predicts partition coefficients for all tissues using
predict_partitioning_schmitt
, then lumps them
into a single compartment.
calc_vdist(
chem.cas = NULL,
chem.name = NULL,
dtxsid = NULL,
parameters = NULL,
default.to.human = FALSE,
species = "Human",
suppress.messages = FALSE,
adjusted.Funbound.plasma = TRUE,
regression = TRUE,
minimum.Funbound.plasma = 1e-04
)
chem.cas |
Either the CAS number or the chemical name must be specified when Funbound.plasma is not given in parameter list. |
chem.name |
Either the chemical name or the CAS number must be specified when Funbound.plasma is not given in parameter list. |
dtxsid |
EPA's DSSTox Structure ID (https://comptox.epa.gov/dashboard) the chemical must be identified by either CAS, name, or DTXSIDs |
parameters |
Parameters from parameterize_3comp, parameterize_pbtk or predict_partitioning_schmitt. |
default.to.human |
Substitutes missing animal values with human values if true. |
species |
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or default "Human"). |
suppress.messages |
Whether or not the output message is suppressed. |
adjusted.Funbound.plasma |
Uses adjusted Funbound.plasma when set to TRUE along with parition coefficients calculated with this value. |
regression |
Whether or not to use the regressions in calculating partition coefficients. |
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). |
The effective volume of distribution is calculated by summing each tissues volume times it's partition coefficient relative to plasma. Plasma, and the paritioning into RBCs are also added to get the total volume of distribution in L/KG BW. Partition coefficients are calculated using Schmitt's (2008) method. When species is specified as rabbit, dog, or mouse, the function uses the appropriate physiological data(volumes and flows) but substitues human fraction unbound, partition coefficients, and intrinsic hepatic clearance.
Volume of distribution |
Units of L/ kg BW. |
John Wambaugh and Robert Pearce
schmitt2008generalhttk
\insertRefpeyret2010unifiedhttk
predict_partitioning_schmitt
tissue.data
physiology.data
calc_vdist(chem.cas="80-05-7")
calc_vdist(chem.name="Bisphenol A")
calc_vdist(chem.name="Bisphenol A",species="Rat")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.