Trees | Indices | Help |
|
---|
|
object --+ | analysistool.AnalysisTool --+ | SecondaryStructure
A tool to track secondary protein structure.
Secondary structure status corresponds to the values of class variables NONE (-1), LOOP (0), HELIX (1), STRAND (2), or TURN (3).
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
NONE = -1
|
|||
LOOP = 0 hash(x) |
|||
HELIX = 1
|
|||
STRAND = 2
|
|||
TURN = 3 hash(x) |
|||
__doc__ =
|
|
|||
|
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 protein structure and then just update the coordinates
|
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.
|
|
Return the data labels for the residues being tracked.
|
Plot the secondary structure results with specific integer values for each structure type. Values used are as noted in the class docstring. Small offsets are added to each residue so the lines are distinguishable on the plot.
|
|
__doc__
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 01:00:00 2016 | http://epydoc.sourceforge.net |