| rdcPotTools |
index |
Tools to aid in setup/analysis of dipolar coupling potential term.
This module provides functions to simplify the creation, manipulation and
analysis of rdcPot.RDCPot potential terms.
Note on dipolar coupling normalization and sign convention:
Protein residual dipolars are usually normalized relative to
measurements of N-HN - this is achieved by calling the function
scale_toNH. This normalization involves the gamma_A * gamma_B /
rAB^3 prefactor (see the docs for rdcPot). 15N has a negative
gyromagnetic ratio, but it was deemed simpler to treat as positive,
so that if there is an experiment which does not include 15N, the
dipolar coupling sign must be flipped. If you would rather not use
this convention, call the function correctGyromagneticSigns() at the
beginning of your script, and then the correct signs will be used
for the Da prefactors.
| Functions | ||
| ||
| Data | ||
| Da_prefactor = {'CACB': 12764422.29508197, 'CACO': 12764422.29508197, 'CAHA': 133768561.96321149, 'CAHN': 10728558.721184729, 'CH': 133768561.96321149, 'HH': 715668433.9204, 'HNCO': 19297674.55632729, 'HP': 290018215.18, 'NCO': 7772415.869992006, 'NH': 64302723.53092173, ...} gamma_C = 6728.3 gamma_H = 26751.98 gamma_N = 2711.6 gamma_P = 10841.0 headerHelpString = '\nRMS\n root mean square difference between calcu...oefficient between calculated and observed RDCs.\n' r_cacb = 1.525 r_caco = 1.525 r_caha = 1.104 r_cahn = 2.56 r_ccme = 1.517 r_cohn = 2.105 r_nco = 1.329 r_nhn = 1.041 | ||