Home | Trees | Indices | Help |
|
---|
|
object --+ | ContactMap
Describes a protein contact map. Atoms positioned at distance below a given cutoff are considered to be in contact.
Instance Methods | |||
|
|||
|
|||
|
|||
frozenset of Atom |
|
||
numpy.array (2D) |
|
||
|
|||
|
|||
|
|||
|
|||
float |
|
||
frozenset of Residue |
|
||
Inherited from |
Static Methods | |||
ContactMapComparisonInfo |
|
||
|
Class Variables | |
DISTANCE_CUTOFF = 6.0
|
Properties | |
tuple of Atom |
atoms All atoms involved in this map, sorted by residue number |
Chain |
chain Source protein chain |
iterator of 2-tuples |
contacts All atom contacts: an iterator over all contacting (Atom, Atom) pairs. |
float |
cutoff Distance cutoff in Angstroms |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Return all atoms within |
Build a 2D binary contact matrix (0=no contact, 1=contact). The order of elements in each dimension will match the order of atoms in the contact map (see ContactMap.atoms and iter(ContactMap). That means, the atoms in each dimension are sorted by residue number first.
Deprecated: This method can be removed in future versions |
Compare a query contact map against a reference.
|
Define a contact between |
Return True if the specified atoms are in contact. |
Visualize this contact map.
|
Compute the location of
|
Return all residues, having neighboring atoms within
|
Property Details |
atomsAll atoms involved in this map, sorted by residue number
|
chainSource protein chain
|
cutoffDistance cutoff in Angstroms
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:05 2017 | http://epydoc.sourceforge.net |