This function checks for chemical-specific in vivo measurements of the
fraction absorbed from the
gut in the chem.physical_and_invitro.data
table. If in vivo
data are unavailable (or keepit100 == TRUE
) we attempt to use
in vitro Caco-2 membrane permeability to predict the fractions according to
calc_fbio.oral
.
get_fbio(
parameters = NULL,
chem.cas = NULL,
chem.name = NULL,
dtxsid = NULL,
species = "Human",
default.to.human = FALSE,
Caco2.Pab.default = 1.6,
Caco2.Fgut = TRUE,
Caco2.Fabs = TRUE,
overwrite.invivo = FALSE,
keepit100 = FALSE,
suppress.messages = FALSE
)
A list of the parameters (Caco2.Pab, Funbound.Plasma, Rblood2plasma, Clint, BW, Qsmallintestine, Fabs, Fgut) used in the calculation, either supplied by user or calculated in parameterize_steady_state.
Chemical Abstract Services Registry Number (CAS-RN) -- the chemical must be identified by either CAS, name, or DTXISD
Chemical name (spaces and capitalization ignored) -- the chemical must be identified by either CAS, name, or DTXISD
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 rat values with human values if true.
sets the default value for Caco2.Pab if Caco2.Pab is unavailable.
= TRUE uses Caco2.Pab to calculate fgut.oral, otherwise
fgut.oral = Fgut
.
= TRUE uses Caco2.Pab to calculate
fabs.oral, otherwise fabs.oral = Fabs
.
= TRUE overwrites Fabs and Fgut in vivo values from literature with Caco2 derived values if available.
TRUE overwrites Fabs and Fgut with 1 (i.e. 100 percent) regardless of other settings.
Whether or not the output message is suppressed.
Greg Honda and John Wambaugh