calc_ma | R Documentation |
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
)
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. |
A numeric fraction unpbound in plasma between zero and one
John Wambaugh
pearce2017evaluationhttk
\insertRefyun2013correlationhttk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.