This function retrieves the chemical- and species-specific fraction
unbound in plasma (fup)
from chem.physical_and_invitro.data
.
If that parameter is described by a distribution (that is, a median,
lower-, and upper-95th percentile separated by commas) this
function splits those quantiles into separate values.
get_fup(
chem.cas = NULL,
chem.name = NULL,
dtxsid = NULL,
species = "Human",
default.to.human = FALSE,
force.human.fup = FALSE,
suppress.messages = FALSE,
minimum.Funbound.plasma = 1e-04
)
list containing:
Point estimate (central tendency) of the Unbound fraction in plasma
Quantiles of a distribution (median, lower and upper 95th percentiles) for the unbound fraction
Chemical Abstract Services Registry Number (CAS-RN) -- if parameters is not specified then the chemical must be identified by either CAS, name, or DTXISD
Chemical name (spaces and capitalization ignored) -- if parameters is not specified then the chemical must be identified by either CAS, name, or DTXISD
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
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or default "Human").
Substitutes missing fraction of unbound plasma with human values if true.
If a non-human species value (matching argument species) is available, it is ignored and the human fraction unbound is returned
Whether or not the output message is suppressed.
fup is not allowed to drop below this value (default is 0.0001).
John Wambaugh
chem.physical_and_invitro.data