View source: R/exchange_rates.R
get_pkc | R Documentation |
calculates supplementary constants for aspartic acid (Asp), glutamic acid (Glu) and histidine (His). Values for mentioned amino acids are pH and temperature dependent, in contrary to the rest amino acids with fixed values.
get_pkc(temp_kelvin, gas_constant, exchange = "HD")
temp_kelvin |
temperature reaction in Kelvins |
gas_constant |
gas constant (1/(dT * R) = 1.9858775) |
exchange |
type of exchange - "HD" for hydrogen to deuterium, "DH" for deuterium to hydrogen (back-exchange). Default "HD". |
Depending on provided exchange
direction tabular values of
exponents E_const are assigned. For Asp
, Glu
and His
the pKc
constants are calculated based on the energies of activation
for given amino acid and the chosen exchange
direction.
The function returns a list of asp
, glu
and his
(pKc
values corresponding to amino acids).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.