| Trees | Indices | Help |
|
|---|
|
|
analysistool.AnalysisTool --+
|
LigandRMSD
A tool to calculate Root Mean Square Deviation from reference positions of a small molecule. Taking symmetry into account.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
@type rmsd_asl: AtomSelection instance
@param rmsd_asl:
The atom selection from which to indetify atom indices to be
compared.
@type ref_rmsd_pos: numpy array with shape (n,3)
@param ref_rmsd_pos
position array of reference conformer structure that will be used
for RMSD calculation.
@type fit_asl: AtomSelection instance
@param fit_asl:
The atom selection from which to indetify atom indices to be
transformed.
@type ref_fit_pos: numpy array with shape (n,3)
@param ref_fit_pos
fitting position array of reference conformer structure.
|
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.
|
|
A generic matplotlib 2D plot implementation.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:49 2015 | http://epydoc.sourceforge.net |