Package Bio :: Package SCOP :: Module Hie :: Class Record
[hide private]
[frames] | no frames]

Class Record

source code

Holds information for one node in the SCOP hierarchy.

sunid -- SCOP unique identifiers of this node

parent -- Parents sunid

children -- Sequence of childrens sunids

Instance Methods [hide private]
 
__init__(self, line=None) source code
 
_process(self, line)
Parses HIE records.
source code
 
__str__(self) source code
Method Details [hide private]

_process(self, line)

source code 

Parses HIE records.

Records consist of 3 tab deliminated fields; node's sunid, parent's sunid, and a list of children's sunids.