One strand of a BetaSheet.
|
__init__(self,
chain_id1='
' ,
frag_id1='
' ,
res_name1='
' ,
chain_id2='
' ,
frag_id2='
' ,
res_name2='
' ,
reg_chain_id='
' ,
reg_frag_id='
' ,
reg_res_name='
' ,
reg_atom='
' ,
reg_prev_chain_id='
' ,
reg_prev_frag_id='
' ,
reg_prev_res_name='
' ,
reg_prev_atom='
' ,
**args)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
construct_segment(self)
Constructs the child Segment object from the Chain object found in
the parent Structure object by the BetaSheet chain_id/fragment_id
information. |
source code
|
|
|
get_beta_sheet(self)
Returns the parent BetaSheet object. |
source code
|
|
|
|
|
get_model(self)
Returns the parent Model object. |
source code
|
|
|
get_structure(self)
Returns the parent Structure object. |
source code
|
|
|
get_segment(self)
Return the child Segment object this AlphaHelix spans in the parent
Model. |
source code
|
|
|
iter_fragments(self)
Iterates all Fragment objects. |
source code
|
|
|
iter_atoms(self)
Iterates all Atom objects. |
source code
|
|
|
iter_all_atoms(self)
Iterates all Atom objects plus any in non-default alt_loc
conformations. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|