Trees | Indices | Help |
|
---|
|
object --+ | analysistool.AnalysisTool --+ | Jcoupling
A class to calculate NMR J-coupling, using Karplus' relation. This gives an empirical relationship between NMR J-coupling constants and the torsion dihedrals. 3J(phi) = A cos^2(phi+theta) + B cos(phi+theta) + C A, B and C are the constants parameterized by: Hu & Bax; JACS (1997) More recent parameters are by: Schmidt, et al.; Biomol NMR (199) theta is an offset. if phi is measured from the backbone (C'-N-CA-C'), then offset needs to be provided, otherwise if offset is zero.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
PARAMS =
|
|||
DIHED_ATOMS =
|
|||
backbone_asl =
|
|
|||
|
Initialize frame slicing information. The behavior of 'start', 'stop', 'step' is the same as the python built-in range function. That is, 'start' is included in the values to be processed, but 'stop' is not. Only the largest value satisfying 'start' and 'step' that is less than 'stop' will be processed.
|
Initialize data that requires a frame instance for reference. This method will be called once, with the first frame that is processed.
|
Collect data for the provided frame.
|
Return results as a numpy array for all values and frames with the first index being across frames. So, if fr = analysis.getFrameResults(), and the analysis instance calculates three values for each frame, then fr[0] will be the three values for the first frame.
|
|
PARAMS
|
DIHED_ATOMS
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 26 05:42:21 2016 | http://epydoc.sourceforge.net |