|  |  | 
src.structures.Residue
Nucleic
ADE
A
CYT
C
GUA
G
THY
T
URA
U
 
 
| class A(ADE)
 |  |  | #Define alternate names for Nucleic acids. 
 |  |  | Method resolution order:AADENucleicsrc.structures.Residue
 Methods inherited from ADE:
 
 __init__(self, atoms, ref)Initialize the class
 Parameters
 atoms:      A list of Atom objects to be stored in this class
 (list)
 letterCode(self)
 setState(self)Set the state to distinguish RNA from DNA.
 Methods inherited from Nucleic:
 
 addAtom(self, atom)Override the existing addAtom - include the link to thereference object
 addDihedralAngle(self, value)Add the value to the list of chiangles
 Parameters
 value: The value to be added (float)
 createAtom(self, atomname, newcoords)Create an atom.  Overrides the generic residue's createAtom().
 Parameters
 atomname:  The name of the atom to add (string)
 newcoords: The coordinates of the atom (list)
 Methods inherited from src.structures.Residue:
 
 __str__(self)Basic string representation for debugging
 addMissing(self, value)Add the value to the list of missing atoms
 Parameters
 value: The name of the missing atom (string)
 get(self, name)Get a member of the Residue class
 Parameters
 name:          The name of the member (string)
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chainID:       The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 missing:     List of missing atoms of the residue
 Returns
 item:          The value of the member
 getAtom(self, name)Retrieve an atom from the mapping
 Parameters
 resname: The name of the residue to retrieve (string)
 getAtoms(self)
 getCharge(self)Get the total charge of the residue.  In order to get ridof floating point rounding error, do the string
 transformation.
 
 Returns:
 charge: The charge of the residue (float)
 hasAtom(self, name)
 numAtoms(self)Get the number of atoms for the residue
 Returns
 Number of atoms in the residue (int)
 removeAtom(self, atomname)Remove an atom from the residue object.
 Parameters
 atomname: The name of the atom to be removed (string)
 renameAtom(self, oldname, newname)Rename an atom to a new name
 Parameters
 oldname: The old atom name (string)
 newname: The new atom name (string)
 renameResidue(self, name)Rename a given residue
 Parameters
 name:       The new name of the residue
 reorder(self)Reorder the atoms to start with N, CA, C, O if they exist
 rotateTetrahedral(self, atom1, atom2, angle)Rotate about the atom1-atom2 bond by a given angleAll atoms connected to atom2 will rotate.
 
 Parameters:
 atom1:  The first atom of the bond to rotate about (atom)
 atom2:  The second atom of the bond to rotate about (atom)
 angle:  The number of degrees to rotate (float)
 set(self, name, value)Set a member of the Residue class to a specific value 
 Parameters
 name:          The name of the object to set (string)
 value:         The object to append
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chain:         The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 isDirty:       1 if the residue is not missing atoms,
 0 otherwise
 Notes
 resSeq points to the residue.setResSeq function
 Returns
 item:          The value of the member
 setChainID(self, value)Set the chainID field to a certain value
 setDonorsAndAcceptors(self)Set the donors and acceptors within the residue
 setResSeq(self, value)Set the atom field resSeq to a certain value andchange the residue's information.  The icode field is no longer
 useful.
 
 Parameters
 value:  The new value of resSeq (int)
 update_terminus_status(self)Update the isNterms and isCterm flags
 |  
 
| class ADE(Nucleic)
 |  |  | Adenosine class 
 This class gives data about the Adenosine object, and inherits
 off the base residue class.
 
 |  |  | Method resolution order:ADENucleicsrc.structures.Residue
 Methods defined here:
 
 __init__(self, atoms, ref)Initialize the class
 Parameters
 atoms:      A list of Atom objects to be stored in this class
 (list)
 letterCode(self)
 setState(self)Set the state to distinguish RNA from DNA.
 Methods inherited from Nucleic:
 
 addAtom(self, atom)Override the existing addAtom - include the link to thereference object
 addDihedralAngle(self, value)Add the value to the list of chiangles
 Parameters
 value: The value to be added (float)
 createAtom(self, atomname, newcoords)Create an atom.  Overrides the generic residue's createAtom().
 Parameters
 atomname:  The name of the atom to add (string)
 newcoords: The coordinates of the atom (list)
 Methods inherited from src.structures.Residue:
 
 __str__(self)Basic string representation for debugging
 addMissing(self, value)Add the value to the list of missing atoms
 Parameters
 value: The name of the missing atom (string)
 get(self, name)Get a member of the Residue class
 Parameters
 name:          The name of the member (string)
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chainID:       The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 missing:     List of missing atoms of the residue
 Returns
 item:          The value of the member
 getAtom(self, name)Retrieve an atom from the mapping
 Parameters
 resname: The name of the residue to retrieve (string)
 getAtoms(self)
 getCharge(self)Get the total charge of the residue.  In order to get ridof floating point rounding error, do the string
 transformation.
 
 Returns:
 charge: The charge of the residue (float)
 hasAtom(self, name)
 numAtoms(self)Get the number of atoms for the residue
 Returns
 Number of atoms in the residue (int)
 removeAtom(self, atomname)Remove an atom from the residue object.
 Parameters
 atomname: The name of the atom to be removed (string)
 renameAtom(self, oldname, newname)Rename an atom to a new name
 Parameters
 oldname: The old atom name (string)
 newname: The new atom name (string)
 renameResidue(self, name)Rename a given residue
 Parameters
 name:       The new name of the residue
 reorder(self)Reorder the atoms to start with N, CA, C, O if they exist
 rotateTetrahedral(self, atom1, atom2, angle)Rotate about the atom1-atom2 bond by a given angleAll atoms connected to atom2 will rotate.
 
 Parameters:
 atom1:  The first atom of the bond to rotate about (atom)
 atom2:  The second atom of the bond to rotate about (atom)
 angle:  The number of degrees to rotate (float)
 set(self, name, value)Set a member of the Residue class to a specific value 
 Parameters
 name:          The name of the object to set (string)
 value:         The object to append
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chain:         The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 isDirty:       1 if the residue is not missing atoms,
 0 otherwise
 Notes
 resSeq points to the residue.setResSeq function
 Returns
 item:          The value of the member
 setChainID(self, value)Set the chainID field to a certain value
 setDonorsAndAcceptors(self)Set the donors and acceptors within the residue
 setResSeq(self, value)Set the atom field resSeq to a certain value andchange the residue's information.  The icode field is no longer
 useful.
 
 Parameters
 value:  The new value of resSeq (int)
 update_terminus_status(self)Update the isNterms and isCterm flags
 |  
 
| class C(CYT)
 |  |  |  | Method resolution order:CCYTNucleicsrc.structures.Residue
 Methods inherited from CYT:
 
 __init__(self, atoms, ref)Initialize the class
 Parameters
 atoms:      A list of Atom objects to be stored in this class
 (list)
 letterCode(self)
 setState(self)Set the state to distinguish RNA from DNA.
 Methods inherited from Nucleic:
 
 addAtom(self, atom)Override the existing addAtom - include the link to thereference object
 addDihedralAngle(self, value)Add the value to the list of chiangles
 Parameters
 value: The value to be added (float)
 createAtom(self, atomname, newcoords)Create an atom.  Overrides the generic residue's createAtom().
 Parameters
 atomname:  The name of the atom to add (string)
 newcoords: The coordinates of the atom (list)
 Methods inherited from src.structures.Residue:
 
 __str__(self)Basic string representation for debugging
 addMissing(self, value)Add the value to the list of missing atoms
 Parameters
 value: The name of the missing atom (string)
 get(self, name)Get a member of the Residue class
 Parameters
 name:          The name of the member (string)
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chainID:       The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 missing:     List of missing atoms of the residue
 Returns
 item:          The value of the member
 getAtom(self, name)Retrieve an atom from the mapping
 Parameters
 resname: The name of the residue to retrieve (string)
 getAtoms(self)
 getCharge(self)Get the total charge of the residue.  In order to get ridof floating point rounding error, do the string
 transformation.
 
 Returns:
 charge: The charge of the residue (float)
 hasAtom(self, name)
 numAtoms(self)Get the number of atoms for the residue
 Returns
 Number of atoms in the residue (int)
 removeAtom(self, atomname)Remove an atom from the residue object.
 Parameters
 atomname: The name of the atom to be removed (string)
 renameAtom(self, oldname, newname)Rename an atom to a new name
 Parameters
 oldname: The old atom name (string)
 newname: The new atom name (string)
 renameResidue(self, name)Rename a given residue
 Parameters
 name:       The new name of the residue
 reorder(self)Reorder the atoms to start with N, CA, C, O if they exist
 rotateTetrahedral(self, atom1, atom2, angle)Rotate about the atom1-atom2 bond by a given angleAll atoms connected to atom2 will rotate.
 
 Parameters:
 atom1:  The first atom of the bond to rotate about (atom)
 atom2:  The second atom of the bond to rotate about (atom)
 angle:  The number of degrees to rotate (float)
 set(self, name, value)Set a member of the Residue class to a specific value 
 Parameters
 name:          The name of the object to set (string)
 value:         The object to append
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chain:         The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 isDirty:       1 if the residue is not missing atoms,
 0 otherwise
 Notes
 resSeq points to the residue.setResSeq function
 Returns
 item:          The value of the member
 setChainID(self, value)Set the chainID field to a certain value
 setDonorsAndAcceptors(self)Set the donors and acceptors within the residue
 setResSeq(self, value)Set the atom field resSeq to a certain value andchange the residue's information.  The icode field is no longer
 useful.
 
 Parameters
 value:  The new value of resSeq (int)
 update_terminus_status(self)Update the isNterms and isCterm flags
 |  
 
| class CYT(Nucleic)
 |  |  | Cytidine class 
 This class gives data about the Cytidine object, and inherits
 off the base residue class.
 
 |  |  | Method resolution order:CYTNucleicsrc.structures.Residue
 Methods defined here:
 
 __init__(self, atoms, ref)Initialize the class
 Parameters
 atoms:      A list of Atom objects to be stored in this class
 (list)
 letterCode(self)
 setState(self)Set the state to distinguish RNA from DNA.
 Methods inherited from Nucleic:
 
 addAtom(self, atom)Override the existing addAtom - include the link to thereference object
 addDihedralAngle(self, value)Add the value to the list of chiangles
 Parameters
 value: The value to be added (float)
 createAtom(self, atomname, newcoords)Create an atom.  Overrides the generic residue's createAtom().
 Parameters
 atomname:  The name of the atom to add (string)
 newcoords: The coordinates of the atom (list)
 Methods inherited from src.structures.Residue:
 
 __str__(self)Basic string representation for debugging
 addMissing(self, value)Add the value to the list of missing atoms
 Parameters
 value: The name of the missing atom (string)
 get(self, name)Get a member of the Residue class
 Parameters
 name:          The name of the member (string)
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chainID:       The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 missing:     List of missing atoms of the residue
 Returns
 item:          The value of the member
 getAtom(self, name)Retrieve an atom from the mapping
 Parameters
 resname: The name of the residue to retrieve (string)
 getAtoms(self)
 getCharge(self)Get the total charge of the residue.  In order to get ridof floating point rounding error, do the string
 transformation.
 
 Returns:
 charge: The charge of the residue (float)
 hasAtom(self, name)
 numAtoms(self)Get the number of atoms for the residue
 Returns
 Number of atoms in the residue (int)
 removeAtom(self, atomname)Remove an atom from the residue object.
 Parameters
 atomname: The name of the atom to be removed (string)
 renameAtom(self, oldname, newname)Rename an atom to a new name
 Parameters
 oldname: The old atom name (string)
 newname: The new atom name (string)
 renameResidue(self, name)Rename a given residue
 Parameters
 name:       The new name of the residue
 reorder(self)Reorder the atoms to start with N, CA, C, O if they exist
 rotateTetrahedral(self, atom1, atom2, angle)Rotate about the atom1-atom2 bond by a given angleAll atoms connected to atom2 will rotate.
 
 Parameters:
 atom1:  The first atom of the bond to rotate about (atom)
 atom2:  The second atom of the bond to rotate about (atom)
 angle:  The number of degrees to rotate (float)
 set(self, name, value)Set a member of the Residue class to a specific value 
 Parameters
 name:          The name of the object to set (string)
 value:         The object to append
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chain:         The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 isDirty:       1 if the residue is not missing atoms,
 0 otherwise
 Notes
 resSeq points to the residue.setResSeq function
 Returns
 item:          The value of the member
 setChainID(self, value)Set the chainID field to a certain value
 setDonorsAndAcceptors(self)Set the donors and acceptors within the residue
 setResSeq(self, value)Set the atom field resSeq to a certain value andchange the residue's information.  The icode field is no longer
 useful.
 
 Parameters
 value:  The new value of resSeq (int)
 update_terminus_status(self)Update the isNterms and isCterm flags
 |  
 
| class G(GUA)
 |  |  |  | Method resolution order:GGUANucleicsrc.structures.Residue
 Methods inherited from GUA:
 
 __init__(self, atoms, ref)Initialize the class
 Parameters
 atoms:      A list of Atom objects to be stored in this class
 (list)
 letterCode(self)
 setState(self)Set the state to distinguish RNA from DNA.
 Methods inherited from Nucleic:
 
 addAtom(self, atom)Override the existing addAtom - include the link to thereference object
 addDihedralAngle(self, value)Add the value to the list of chiangles
 Parameters
 value: The value to be added (float)
 createAtom(self, atomname, newcoords)Create an atom.  Overrides the generic residue's createAtom().
 Parameters
 atomname:  The name of the atom to add (string)
 newcoords: The coordinates of the atom (list)
 Methods inherited from src.structures.Residue:
 
 __str__(self)Basic string representation for debugging
 addMissing(self, value)Add the value to the list of missing atoms
 Parameters
 value: The name of the missing atom (string)
 get(self, name)Get a member of the Residue class
 Parameters
 name:          The name of the member (string)
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chainID:       The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 missing:     List of missing atoms of the residue
 Returns
 item:          The value of the member
 getAtom(self, name)Retrieve an atom from the mapping
 Parameters
 resname: The name of the residue to retrieve (string)
 getAtoms(self)
 getCharge(self)Get the total charge of the residue.  In order to get ridof floating point rounding error, do the string
 transformation.
 
 Returns:
 charge: The charge of the residue (float)
 hasAtom(self, name)
 numAtoms(self)Get the number of atoms for the residue
 Returns
 Number of atoms in the residue (int)
 removeAtom(self, atomname)Remove an atom from the residue object.
 Parameters
 atomname: The name of the atom to be removed (string)
 renameAtom(self, oldname, newname)Rename an atom to a new name
 Parameters
 oldname: The old atom name (string)
 newname: The new atom name (string)
 renameResidue(self, name)Rename a given residue
 Parameters
 name:       The new name of the residue
 reorder(self)Reorder the atoms to start with N, CA, C, O if they exist
 rotateTetrahedral(self, atom1, atom2, angle)Rotate about the atom1-atom2 bond by a given angleAll atoms connected to atom2 will rotate.
 
 Parameters:
 atom1:  The first atom of the bond to rotate about (atom)
 atom2:  The second atom of the bond to rotate about (atom)
 angle:  The number of degrees to rotate (float)
 set(self, name, value)Set a member of the Residue class to a specific value 
 Parameters
 name:          The name of the object to set (string)
 value:         The object to append
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chain:         The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 isDirty:       1 if the residue is not missing atoms,
 0 otherwise
 Notes
 resSeq points to the residue.setResSeq function
 Returns
 item:          The value of the member
 setChainID(self, value)Set the chainID field to a certain value
 setDonorsAndAcceptors(self)Set the donors and acceptors within the residue
 setResSeq(self, value)Set the atom field resSeq to a certain value andchange the residue's information.  The icode field is no longer
 useful.
 
 Parameters
 value:  The new value of resSeq (int)
 update_terminus_status(self)Update the isNterms and isCterm flags
 |  
 
| class GUA(Nucleic)
 |  |  | Guanosine class 
 This class gives data about the Guanosine object, and inherits
 off the base residue class.
 
 |  |  | Method resolution order:GUANucleicsrc.structures.Residue
 Methods defined here:
 
 __init__(self, atoms, ref)Initialize the class
 Parameters
 atoms:      A list of Atom objects to be stored in this class
 (list)
 letterCode(self)
 setState(self)Set the state to distinguish RNA from DNA.
 Methods inherited from Nucleic:
 
 addAtom(self, atom)Override the existing addAtom - include the link to thereference object
 addDihedralAngle(self, value)Add the value to the list of chiangles
 Parameters
 value: The value to be added (float)
 createAtom(self, atomname, newcoords)Create an atom.  Overrides the generic residue's createAtom().
 Parameters
 atomname:  The name of the atom to add (string)
 newcoords: The coordinates of the atom (list)
 Methods inherited from src.structures.Residue:
 
 __str__(self)Basic string representation for debugging
 addMissing(self, value)Add the value to the list of missing atoms
 Parameters
 value: The name of the missing atom (string)
 get(self, name)Get a member of the Residue class
 Parameters
 name:          The name of the member (string)
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chainID:       The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 missing:     List of missing atoms of the residue
 Returns
 item:          The value of the member
 getAtom(self, name)Retrieve an atom from the mapping
 Parameters
 resname: The name of the residue to retrieve (string)
 getAtoms(self)
 getCharge(self)Get the total charge of the residue.  In order to get ridof floating point rounding error, do the string
 transformation.
 
 Returns:
 charge: The charge of the residue (float)
 hasAtom(self, name)
 numAtoms(self)Get the number of atoms for the residue
 Returns
 Number of atoms in the residue (int)
 removeAtom(self, atomname)Remove an atom from the residue object.
 Parameters
 atomname: The name of the atom to be removed (string)
 renameAtom(self, oldname, newname)Rename an atom to a new name
 Parameters
 oldname: The old atom name (string)
 newname: The new atom name (string)
 renameResidue(self, name)Rename a given residue
 Parameters
 name:       The new name of the residue
 reorder(self)Reorder the atoms to start with N, CA, C, O if they exist
 rotateTetrahedral(self, atom1, atom2, angle)Rotate about the atom1-atom2 bond by a given angleAll atoms connected to atom2 will rotate.
 
 Parameters:
 atom1:  The first atom of the bond to rotate about (atom)
 atom2:  The second atom of the bond to rotate about (atom)
 angle:  The number of degrees to rotate (float)
 set(self, name, value)Set a member of the Residue class to a specific value 
 Parameters
 name:          The name of the object to set (string)
 value:         The object to append
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chain:         The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 isDirty:       1 if the residue is not missing atoms,
 0 otherwise
 Notes
 resSeq points to the residue.setResSeq function
 Returns
 item:          The value of the member
 setChainID(self, value)Set the chainID field to a certain value
 setDonorsAndAcceptors(self)Set the donors and acceptors within the residue
 setResSeq(self, value)Set the atom field resSeq to a certain value andchange the residue's information.  The icode field is no longer
 useful.
 
 Parameters
 value:  The new value of resSeq (int)
 update_terminus_status(self)Update the isNterms and isCterm flags
 |  
 
| class Nucleic(src.structures.Residue)
 |  |  | Nucleic class 
 This class provides standard features of the nucleic acids listed
 below
 
 Parameters
 atoms:  A list of Atom objects to be stored in this class
 (list)
 ref:    The reference object for the amino acid.  Used to
 convert from the alternate naming scheme to the
 main naming scheme.
 
 |  |  | Methods defined here: 
 __init__(self, atoms, ref)
 addAtom(self, atom)Override the existing addAtom - include the link to thereference object
 addDihedralAngle(self, value)Add the value to the list of chiangles
 Parameters
 value: The value to be added (float)
 createAtom(self, atomname, newcoords)Create an atom.  Overrides the generic residue's createAtom().
 Parameters
 atomname:  The name of the atom to add (string)
 newcoords: The coordinates of the atom (list)
 setState(self)Adds the termini for all inherited objects
 Methods inherited from src.structures.Residue:
 
 __str__(self)Basic string representation for debugging
 addMissing(self, value)Add the value to the list of missing atoms
 Parameters
 value: The name of the missing atom (string)
 get(self, name)Get a member of the Residue class
 Parameters
 name:          The name of the member (string)
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chainID:       The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 missing:     List of missing atoms of the residue
 Returns
 item:          The value of the member
 getAtom(self, name)Retrieve an atom from the mapping
 Parameters
 resname: The name of the residue to retrieve (string)
 getAtoms(self)
 getCharge(self)Get the total charge of the residue.  In order to get ridof floating point rounding error, do the string
 transformation.
 
 Returns:
 charge: The charge of the residue (float)
 hasAtom(self, name)
 letterCode(self)
 numAtoms(self)Get the number of atoms for the residue
 Returns
 Number of atoms in the residue (int)
 removeAtom(self, atomname)Remove an atom from the residue object.
 Parameters
 atomname: The name of the atom to be removed (string)
 renameAtom(self, oldname, newname)Rename an atom to a new name
 Parameters
 oldname: The old atom name (string)
 newname: The new atom name (string)
 renameResidue(self, name)Rename a given residue
 Parameters
 name:       The new name of the residue
 reorder(self)Reorder the atoms to start with N, CA, C, O if they exist
 rotateTetrahedral(self, atom1, atom2, angle)Rotate about the atom1-atom2 bond by a given angleAll atoms connected to atom2 will rotate.
 
 Parameters:
 atom1:  The first atom of the bond to rotate about (atom)
 atom2:  The second atom of the bond to rotate about (atom)
 angle:  The number of degrees to rotate (float)
 set(self, name, value)Set a member of the Residue class to a specific value 
 Parameters
 name:          The name of the object to set (string)
 value:         The object to append
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chain:         The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 isDirty:       1 if the residue is not missing atoms,
 0 otherwise
 Notes
 resSeq points to the residue.setResSeq function
 Returns
 item:          The value of the member
 setChainID(self, value)Set the chainID field to a certain value
 setDonorsAndAcceptors(self)Set the donors and acceptors within the residue
 setResSeq(self, value)Set the atom field resSeq to a certain value andchange the residue's information.  The icode field is no longer
 useful.
 
 Parameters
 value:  The new value of resSeq (int)
 update_terminus_status(self)Update the isNterms and isCterm flags
 |  
 
| class T(THY)
 |  |  |  | Method resolution order:TTHYNucleicsrc.structures.Residue
 Methods inherited from THY:
 
 __init__(self, atoms, ref)Initialize the class
 Parameters
 atoms:      A list of Atom objects to be stored in this class
 (list)
 letterCode(self)
 setState(self)Set the state to distinguish RNA from DNA.  In this case it isalways DNA.
 Methods inherited from Nucleic:
 
 addAtom(self, atom)Override the existing addAtom - include the link to thereference object
 addDihedralAngle(self, value)Add the value to the list of chiangles
 Parameters
 value: The value to be added (float)
 createAtom(self, atomname, newcoords)Create an atom.  Overrides the generic residue's createAtom().
 Parameters
 atomname:  The name of the atom to add (string)
 newcoords: The coordinates of the atom (list)
 Methods inherited from src.structures.Residue:
 
 __str__(self)Basic string representation for debugging
 addMissing(self, value)Add the value to the list of missing atoms
 Parameters
 value: The name of the missing atom (string)
 get(self, name)Get a member of the Residue class
 Parameters
 name:          The name of the member (string)
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chainID:       The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 missing:     List of missing atoms of the residue
 Returns
 item:          The value of the member
 getAtom(self, name)Retrieve an atom from the mapping
 Parameters
 resname: The name of the residue to retrieve (string)
 getAtoms(self)
 getCharge(self)Get the total charge of the residue.  In order to get ridof floating point rounding error, do the string
 transformation.
 
 Returns:
 charge: The charge of the residue (float)
 hasAtom(self, name)
 numAtoms(self)Get the number of atoms for the residue
 Returns
 Number of atoms in the residue (int)
 removeAtom(self, atomname)Remove an atom from the residue object.
 Parameters
 atomname: The name of the atom to be removed (string)
 renameAtom(self, oldname, newname)Rename an atom to a new name
 Parameters
 oldname: The old atom name (string)
 newname: The new atom name (string)
 renameResidue(self, name)Rename a given residue
 Parameters
 name:       The new name of the residue
 reorder(self)Reorder the atoms to start with N, CA, C, O if they exist
 rotateTetrahedral(self, atom1, atom2, angle)Rotate about the atom1-atom2 bond by a given angleAll atoms connected to atom2 will rotate.
 
 Parameters:
 atom1:  The first atom of the bond to rotate about (atom)
 atom2:  The second atom of the bond to rotate about (atom)
 angle:  The number of degrees to rotate (float)
 set(self, name, value)Set a member of the Residue class to a specific value 
 Parameters
 name:          The name of the object to set (string)
 value:         The object to append
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chain:         The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 isDirty:       1 if the residue is not missing atoms,
 0 otherwise
 Notes
 resSeq points to the residue.setResSeq function
 Returns
 item:          The value of the member
 setChainID(self, value)Set the chainID field to a certain value
 setDonorsAndAcceptors(self)Set the donors and acceptors within the residue
 setResSeq(self, value)Set the atom field resSeq to a certain value andchange the residue's information.  The icode field is no longer
 useful.
 
 Parameters
 value:  The new value of resSeq (int)
 update_terminus_status(self)Update the isNterms and isCterm flags
 |  
 
| class THY(Nucleic)
 |  |  | Thymine class 
 This class gives data about the Thymine object, and inherits
 off the base residue class.
 
 |  |  | Method resolution order:THYNucleicsrc.structures.Residue
 Methods defined here:
 
 __init__(self, atoms, ref)Initialize the class
 Parameters
 atoms:      A list of Atom objects to be stored in this class
 (list)
 letterCode(self)
 setState(self)Set the state to distinguish RNA from DNA.  In this case it isalways DNA.
 Methods inherited from Nucleic:
 
 addAtom(self, atom)Override the existing addAtom - include the link to thereference object
 addDihedralAngle(self, value)Add the value to the list of chiangles
 Parameters
 value: The value to be added (float)
 createAtom(self, atomname, newcoords)Create an atom.  Overrides the generic residue's createAtom().
 Parameters
 atomname:  The name of the atom to add (string)
 newcoords: The coordinates of the atom (list)
 Methods inherited from src.structures.Residue:
 
 __str__(self)Basic string representation for debugging
 addMissing(self, value)Add the value to the list of missing atoms
 Parameters
 value: The name of the missing atom (string)
 get(self, name)Get a member of the Residue class
 Parameters
 name:          The name of the member (string)
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chainID:       The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 missing:     List of missing atoms of the residue
 Returns
 item:          The value of the member
 getAtom(self, name)Retrieve an atom from the mapping
 Parameters
 resname: The name of the residue to retrieve (string)
 getAtoms(self)
 getCharge(self)Get the total charge of the residue.  In order to get ridof floating point rounding error, do the string
 transformation.
 
 Returns:
 charge: The charge of the residue (float)
 hasAtom(self, name)
 numAtoms(self)Get the number of atoms for the residue
 Returns
 Number of atoms in the residue (int)
 removeAtom(self, atomname)Remove an atom from the residue object.
 Parameters
 atomname: The name of the atom to be removed (string)
 renameAtom(self, oldname, newname)Rename an atom to a new name
 Parameters
 oldname: The old atom name (string)
 newname: The new atom name (string)
 renameResidue(self, name)Rename a given residue
 Parameters
 name:       The new name of the residue
 reorder(self)Reorder the atoms to start with N, CA, C, O if they exist
 rotateTetrahedral(self, atom1, atom2, angle)Rotate about the atom1-atom2 bond by a given angleAll atoms connected to atom2 will rotate.
 
 Parameters:
 atom1:  The first atom of the bond to rotate about (atom)
 atom2:  The second atom of the bond to rotate about (atom)
 angle:  The number of degrees to rotate (float)
 set(self, name, value)Set a member of the Residue class to a specific value 
 Parameters
 name:          The name of the object to set (string)
 value:         The object to append
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chain:         The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 isDirty:       1 if the residue is not missing atoms,
 0 otherwise
 Notes
 resSeq points to the residue.setResSeq function
 Returns
 item:          The value of the member
 setChainID(self, value)Set the chainID field to a certain value
 setDonorsAndAcceptors(self)Set the donors and acceptors within the residue
 setResSeq(self, value)Set the atom field resSeq to a certain value andchange the residue's information.  The icode field is no longer
 useful.
 
 Parameters
 value:  The new value of resSeq (int)
 update_terminus_status(self)Update the isNterms and isCterm flags
 |  
 
| class U(URA)
 |  |  |  | Method resolution order:UURANucleicsrc.structures.Residue
 Methods inherited from URA:
 
 __init__(self, atoms, ref)Initialize the class
 Parameters
 atoms:      A list of Atom objects to be stored in this class
 (list)
 letterCode(self)
 setState(self)Set the state to distinguish RNA from DNA.  In this case it isalways RNA.
 Methods inherited from Nucleic:
 
 addAtom(self, atom)Override the existing addAtom - include the link to thereference object
 addDihedralAngle(self, value)Add the value to the list of chiangles
 Parameters
 value: The value to be added (float)
 createAtom(self, atomname, newcoords)Create an atom.  Overrides the generic residue's createAtom().
 Parameters
 atomname:  The name of the atom to add (string)
 newcoords: The coordinates of the atom (list)
 Methods inherited from src.structures.Residue:
 
 __str__(self)Basic string representation for debugging
 addMissing(self, value)Add the value to the list of missing atoms
 Parameters
 value: The name of the missing atom (string)
 get(self, name)Get a member of the Residue class
 Parameters
 name:          The name of the member (string)
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chainID:       The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 missing:     List of missing atoms of the residue
 Returns
 item:          The value of the member
 getAtom(self, name)Retrieve an atom from the mapping
 Parameters
 resname: The name of the residue to retrieve (string)
 getAtoms(self)
 getCharge(self)Get the total charge of the residue.  In order to get ridof floating point rounding error, do the string
 transformation.
 
 Returns:
 charge: The charge of the residue (float)
 hasAtom(self, name)
 numAtoms(self)Get the number of atoms for the residue
 Returns
 Number of atoms in the residue (int)
 removeAtom(self, atomname)Remove an atom from the residue object.
 Parameters
 atomname: The name of the atom to be removed (string)
 renameAtom(self, oldname, newname)Rename an atom to a new name
 Parameters
 oldname: The old atom name (string)
 newname: The new atom name (string)
 renameResidue(self, name)Rename a given residue
 Parameters
 name:       The new name of the residue
 reorder(self)Reorder the atoms to start with N, CA, C, O if they exist
 rotateTetrahedral(self, atom1, atom2, angle)Rotate about the atom1-atom2 bond by a given angleAll atoms connected to atom2 will rotate.
 
 Parameters:
 atom1:  The first atom of the bond to rotate about (atom)
 atom2:  The second atom of the bond to rotate about (atom)
 angle:  The number of degrees to rotate (float)
 set(self, name, value)Set a member of the Residue class to a specific value 
 Parameters
 name:          The name of the object to set (string)
 value:         The object to append
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chain:         The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 isDirty:       1 if the residue is not missing atoms,
 0 otherwise
 Notes
 resSeq points to the residue.setResSeq function
 Returns
 item:          The value of the member
 setChainID(self, value)Set the chainID field to a certain value
 setDonorsAndAcceptors(self)Set the donors and acceptors within the residue
 setResSeq(self, value)Set the atom field resSeq to a certain value andchange the residue's information.  The icode field is no longer
 useful.
 
 Parameters
 value:  The new value of resSeq (int)
 update_terminus_status(self)Update the isNterms and isCterm flags
 |  
 
| class URA(Nucleic)
 |  |  | Uridine class 
 This class gives data about the Uridine object, and inherits
 off the base residue class.
 
 |  |  | Method resolution order:URANucleicsrc.structures.Residue
 Methods defined here:
 
 __init__(self, atoms, ref)Initialize the class
 Parameters
 atoms:      A list of Atom objects to be stored in this class
 (list)
 letterCode(self)
 setState(self)Set the state to distinguish RNA from DNA.  In this case it isalways RNA.
 Methods inherited from Nucleic:
 
 addAtom(self, atom)Override the existing addAtom - include the link to thereference object
 addDihedralAngle(self, value)Add the value to the list of chiangles
 Parameters
 value: The value to be added (float)
 createAtom(self, atomname, newcoords)Create an atom.  Overrides the generic residue's createAtom().
 Parameters
 atomname:  The name of the atom to add (string)
 newcoords: The coordinates of the atom (list)
 Methods inherited from src.structures.Residue:
 
 __str__(self)Basic string representation for debugging
 addMissing(self, value)Add the value to the list of missing atoms
 Parameters
 value: The name of the missing atom (string)
 get(self, name)Get a member of the Residue class
 Parameters
 name:          The name of the member (string)
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chainID:       The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 missing:     List of missing atoms of the residue
 Returns
 item:          The value of the member
 getAtom(self, name)Retrieve an atom from the mapping
 Parameters
 resname: The name of the residue to retrieve (string)
 getAtoms(self)
 getCharge(self)Get the total charge of the residue.  In order to get ridof floating point rounding error, do the string
 transformation.
 
 Returns:
 charge: The charge of the residue (float)
 hasAtom(self, name)
 numAtoms(self)Get the number of atoms for the residue
 Returns
 Number of atoms in the residue (int)
 removeAtom(self, atomname)Remove an atom from the residue object.
 Parameters
 atomname: The name of the atom to be removed (string)
 renameAtom(self, oldname, newname)Rename an atom to a new name
 Parameters
 oldname: The old atom name (string)
 newname: The new atom name (string)
 renameResidue(self, name)Rename a given residue
 Parameters
 name:       The new name of the residue
 reorder(self)Reorder the atoms to start with N, CA, C, O if they exist
 rotateTetrahedral(self, atom1, atom2, angle)Rotate about the atom1-atom2 bond by a given angleAll atoms connected to atom2 will rotate.
 
 Parameters:
 atom1:  The first atom of the bond to rotate about (atom)
 atom2:  The second atom of the bond to rotate about (atom)
 angle:  The number of degrees to rotate (float)
 set(self, name, value)Set a member of the Residue class to a specific value 
 Parameters
 name:          The name of the object to set (string)
 value:         The object to append
 Possible Values
 atoms:         The atoms in the residue
 name:          The name of the residue
 chain:         The chainID associated with the residue
 resSeq:        The sequence number of the residue
 icode:         The iCode of the residue
 SSbonded:      1 if the residue has a SS bond, 0 otherwise
 SSbondpartner: The residue of the bond partner
 type:          The type associated with this residue
 isNterm:       # of hydrogens if the residue is the N-Terminus, 0 otherwise
 isCterm:       1 if the residue is the C-Terminus, 0 otherwise
 isDirty:       1 if the residue is not missing atoms,
 0 otherwise
 Notes
 resSeq points to the residue.setResSeq function
 Returns
 item:          The value of the member
 setChainID(self, value)Set the chainID field to a certain value
 setDonorsAndAcceptors(self)Set the donors and acceptors within the residue
 setResSeq(self, value)Set the atom field resSeq to a certain value andchange the residue's information.  The icode field is no longer
 useful.
 
 Parameters
 value:  The new value of resSeq (int)
 update_terminus_status(self)Update the isNterms and isCterm flags
 |  |