Learn R Programming

httk (version 2.7.0)

calc_ma: Calculate the membrane affinity

Description

Membrane affinity (MA) is the membrane:water partition coefficient. MA chacterizes chemical partitioning into membranes formed from neutral phospholipids (KnPL). Pearce et al. (2017) compared five different methods for predicting membrane affinity using measured data for 59 compounds. The method of Yun and Edgington (2013) was identified as the best: MA = 10^(1.294 + 0.304 * log10(Pow)

Usage

calc_ma(
  chem.cas = NULL,
  chem.name = NULL,
  dtxsid = NULL,
  parameters = NULL,
  suppress.messages = FALSE,
  pfas.calibration = TRUE
)

Value

A membrane:unbound fraction in plasma partition coefficient

Arguments

chem.cas

Chemical Abstract Services Registry Number (CAS-RN) -- if parameters is not specified then the chemical must be identified by either CAS, name, or DTXISD

chem.name

Chemical name (spaces and capitalization ignored) -- if parameters is not specified then the chemical must be identified by either CAS, name, or DTXISD

dtxsid

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

Parameters from the appropriate parameterization function for the model indicated by argument model

suppress.messages

Whether or not the output message is suppressed.

pfas.calibration

Whether MA for chemicals in class PFAS should be increased using the regression to the Droge (2019) dataset.

Author

John Wambaugh

References

pearce2017evaluationhttk

yun2013correlationhttk

droge2019pfasmembraneaffinityhttk