Description Usage Arguments Value
View source: R/Thermodynamic_equations.R
Function that calculates the log10 of a metal ion affinity constant for any Ionic strength using the Debye-Huckel equation
1 2 3 4 5 6 7 8 9 | log10K.IS.calculator(
log10K.ref,
I.ref,
I,
M.charge,
X.charge,
XM.charge,
A = 0.524
)
|
log10K.ref |
Molar affinity constant of a metabolite binding to a metal ion that you are referencing |
I.ref |
Ionic strength of the reference constant |
I |
ionic strength for the condition you want to calculate |
M.charge |
charge of the metal ion |
X.charge |
charge of the metabolite |
XM.charge |
Charge of the metal ion-metabolite complex |
A |
Debye-Huckel constant for the given temperature. Default A = 0.524 for 25C. |
the log10K at an ionic strength of zero
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.