Trees | Indices | Help |
|
---|
|
object --+ | _Residue
A class which is returned by the ResidueIterator and contains information about the residue including the atoms which make it up.
Important methods include extractStructure and getAtomList. The atom attribute can be used to iterate over all atoms in
the molecule, and the number of atoms can be determined via
len(molecule.atom)
.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
atom Returns an atom iterator for all atoms in the residue |
|||
pdbres PDB residue name |
|||
chain Chain name |
|||
resnum PDB residue number |
|||
inscode PDB residue insertion code |
|||
temperature_factor Residue B (temperature) factor |
|||
molecule_number Molecule number |
|||
secondary_structure Secondary structure |
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Return a string representation - chain:resnum[inscode]. Insertion code is included only it is present. If the residue has no chain ID, then underscore ("_") is used.
|
Return a new Structure containing only this residue. Structure properties, including the title, are inherited only if copy_props is set to True. |
Returns True is this residue doesn't have the expected number of heavy atoms. Will return False is this residue has the correct number of heavy atoms or if it is of a type we don't know |
Returns True if the given residue is connected (C->N) to this residue. If the "C" PDB atom of this residue is connected to the "N" PDB atom of the other_res, then the residues are connected. Otherwise, they are not considered connected. |
Applies the given display styles to the atoms and bonds of the residue.
|
|
atomReturns an atom iterator for all atoms in the residue
|
pdbresPDB residue name
|
resnumPDB residue number
|
inscodePDB residue insertion code
|
temperature_factorResidue B (temperature) factor
|
molecule_numberMolecule number
|
secondary_structureSecondary structure
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon May 19 23:05:25 2014 | http://epydoc.sourceforge.net |