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)
calc_ma(
chem.cas = NULL,
chem.name = NULL,
dtxsid = NULL,
parameters = NULL,
suppress.messages = FALSE
)
A numeric fraction unpbound in plasma between zero and one
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
Whether or not the output message is suppressed.
John Wambaugh
pearce2017evaluationhttk
yun2013correlationhttk