A tool to calculate Root Mean Square Fluctation from reference
positions.
|
__init__(self,
rmsf_asl,
residue=False,
fit_asl=None,
ref_fit_pos=None,
*args,
**kwargs)
@type rmsf_asl: AtomSelection instance
@param rmsf_asl:
The atom selection from which to indetify atom indices to be
compared. |
|
|
|
doFrameInit(self,
frame)
Initialize data that requires a frame instance for reference. |
|
|
|
_calcAverageResidue(self,
U) |
|
|
|
processFrame(self,
frame)
Collect data for the provided frame. |
|
|
|
getFrameResults(self)
Return results as a numpy array for all values and frames with the
first index being across frames. |
|
|
|
|
|
|
|
plot(self,
*args,
**kwargs)
A generic matplotlib 2D plot implementation. |
|
|
Inherited from analysistool.AnalysisTool :
getDataLabels ,
getResults ,
plot2D ,
postProcess ,
setSlice ,
shouldProcessFrame
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|