Home | Trees | Index | Help |
|
---|
Package mmLib :: Module TLS :: Class TLSStructureAnalysis |
|
object
--+
|
TLSStructureAnalysis
Method Summary | |
---|---|
__init__(self,
struct)
| |
atom_filter(self,
atm,
**args)
| |
Returns the list iterated by iter_fit_TLS_segments | |
Run the algorithm to fit TLS parameters to segments of the structure. | |
This iteratar yields a series of Segment objects of width seg_len. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Method Details |
---|
fit_TLS_segments(self, **args)Returns the list iterated by iter_fit_TLS_segments |
iter_fit_TLS_segments(self, **args)Run the algorithm to fit TLS parameters to segments of the structure. This method has many options, which are outlined in the source code for the method. This returns a list of dictionaries containing statistics on each of the fit TLS groups, the residues involved, and the TLS object itself. |
iter_segments(self, chain, seg_len)This iteratar yields a series of Segment objects of width seg_len. The start at the beginning Fragment of the Chain, and the start point walks the chain one Fragment at a time until there are not enough Fragments left to cut Segments of seg_width. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Apr 23 22:08:39 2006 | http://epydoc.sf.net |