Trees | Indices | Help |
---|
|
Basic container object. Structure, Model, Chain and Residue are subclasses of Entity. It deals with storage and lookup.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Return the full id. The full id is a tuple containing all id's starting from the top object (Structure) down to the current object. A full id for a Residue object e.g. is something like: ("1abc", 0, "A", (" ", 10, "A")) This corresponds to: Structure with id "1abc" Model with id 0 Chain with id "A" Residue with id (" ", 10, "A") The Residue id indicates that the residue is not a hetero-residue (or a water) beacuse it has a blanc hetero field, that its sequence identifier is 10 and its insertion code "A". |
Return level in hierarchy. A - atom R - residue C - chain M - model S - structure |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Dec 25 10:43:44 2008 | http://epydoc.sourceforge.net |