Deals with contructing the Structure object. The StructureBuilder
class is used by the PDBParser classes to translate a file to a Structure
object.
|
|
|
_is_completely_disordered(self,
residue)
Return 1 if all atoms in the residue have a non blank altloc. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
init_atom(self,
name,
coord,
b_factor,
occupancy,
altloc,
fullname,
serial_number=None,
element=None)
Initiate a new Atom object. |
source code
|
|
|
set_anisou(self,
anisou_array)
Set anisotropic B factor of current Atom. |
source code
|
|
|
set_siguij(self,
siguij_array)
Set standard deviation of anisotropic B factor of current Atom. |
source code
|
|
|
set_sigatm(self,
sigatm_array)
Set standard deviation of atom position of current Atom. |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|