Package Bio :: Package SCOP :: Class Domain
[hide private]
[frames] | no frames]

Class Domain

source code

Node --+
       |
      Domain

A SCOP domain. A leaf node in the Scop hierarchy.

sid      -- The SCOP domain identifier. e.g. 'd5hbib_'

residues -- A Residue object. It defines the collection
              of PDB atoms that make up this domain.

Instance Methods [hide private]
 
__init__(self, scop=None)
Create a Node in the scop hierarchy.
source code
 
__str__(self) source code
 
toDesRecord(self)
Return a Des.Record
source code
 
toClaRecord(self)
Return a Cla.Record
source code

Inherited from Node: getAscendent, getChildren, getDescendents, getParent, toHieRecord

Method Details [hide private]

__init__(self, scop=None)
(Constructor)

source code 

Create a Node in the scop hierarchy. If a Scop instance is provided to the constructor, this will be used to lookup related references using the SQL methods. If no instance is provided, it is assumed the whole tree exists and is connected.

Overrides: Node.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
Overrides: Node.__str__

toDesRecord(self)

source code 

Return a Des.Record

Overrides: Node.toDesRecord