Poulin and Haddad (2012) observed "...that for
a highly lipophilic compound, the calculated
fup is by
far [less than] the experimental values observed under
in vitro conditions." Pearce et al. (2017) hypothesized that there was additional lipid
binding in vivo that acted as a sink for lipophilic compounds, reducing the
effective fup in vivo. It is
possible that this is due to the binding of lipophilic compounds on the non
plasma-side of the rapid equilibrium dialysis plates (Waters et al., 2008).
Pearce et al. (2017) compared predicted and observed
tissue partition coefficients
for a range of compounds. They showed that predictions were improved by
adding additional binding proportional to the distribution coefficient
Dow
(calc_dow
)
and the fractional volume of lipid in
plasma (Flipid).
We calculate
Flipid as the
sum of the physiological plasma neutral lipid fractional volume and 30 percent of
the plasma neutral phospholipid fractional volume. We use values
from Peyret et al. (2010) for rats and Poulin and Haddad (2012)
for humans. The estimate of 30 percent of the
neutral phospholipid volume as neutral lipid was used for simplictity's sake in
place of our membrane affinity predictor. To account for additional binding to lipid,
plasma to water partitioning
(Kplasma:water = 1/fup)
is increased as such:
Kcorrectedplasma:water = 1/fcorrectedup = 1/fin vitroup + Dow*Flipid
calc_fup_correction(
fup = NULL,
chem.cas = NULL,
chem.name = NULL,
dtxsid = NULL,
parameters = NULL,
Flipid = NULL,
plasma.pH = 7.4,
dow74 = NULL,
species = "Human",
default.to.human = FALSE,
force.human.fup = FALSE,
suppress.messages = FALSE
)
A numeric fraction unpbound in plasma between zero and one
Fraction unbound in plasma, if provided this argument overides
values from argument parameters and chem.physical_and_invitro.data
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
Parameters from the appropriate parameterization function for the model indicated by argument model
The fractional volume of lipid in plasma (from physiology.data
)
pH of plasma (default 7.4)
The octanol-water distribution ratio (DOW).
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or default "Human").
Substitutes missing fraction of unbound plasma with human values if true.
Returns human fraction of unbound plasma in calculation for rats if true. When species is specified as rabbit, dog, or mouse, the human unbound fraction is substituted.
Whether or not the output message is suppressed.
John Wambaugh
Note that octanal:water partitioning above 1:1,000,000 (LogDow > 6) are truncated at 1:1,000,000 because greater partitioning would likely take longer than protein binding assay itself.
pearce2017evaluationhttk
peyret2010unifiedhttk
poulin2012advancinghttk
schmitt2008generalhttk
Waters, Nigel J., et al. "Validation of a rapid equilibrium dialysis approach for the measurement of plasma protein binding." Journal of pharmaceutical sciences 97.10 (2008): 4586-4595.
apply_fup_adjustment
calc_dow