This function uses the lipid binding correction estimated by Pearce et al. (2017) to decrease the fraction unbound in plasma (fup). This correction assumes that there is additional in vivo binding to lipid, which has a greater impact on neutral lipophilic compounds.
apply_fup_adjustment(
fup,
fup.correction = NULL,
Pow = NULL,
pKa_Donor = NULL,
pKa_Accept = NULL,
suppress.messages = FALSE,
minimum.Funbound.plasma = 1e-04
)
Fraction unbound in plasma adjusted to take into account binding in the in vitro assay
In vitro measured fraction unbound in plasma
Estimated correction to account for additional lipid
binding in vivo (Pearce et al., 2017) from calc_fup_correction
The octanal:water equilibrium partition coefficient
A string containing hydrogen donor ionization equilibria, concatenated with commas. Can be "NA" if none exist.
A string containing hydrogen acceptance ionization equilibria, concatenated with commas. Can be "NA" if none exist.
Whether or not the output message is suppressed.
fup is not allowed to drop below this value (default is 0.0001).
John Wambaugh
kilford2008hepatocellularhttk wetmore2015incorporatinghttk
calc_fup_correction