The entire SCOP hierarchy.
- root
- The root node of the hierarchy
Methods
|
|
__init__
getDomainBySid
write_cla
write_des
write_hie
|
|
__init__
|
__init__ (
self,
cla_handle=None,
des_handle=None,
hie_handle=None,
)
Build the SCOP hierarchy from the SCOP parsable files.
If no file handles are given, then a Scop object with a single
empty root node is returned.
Exceptions
|
|
RuntimeError, "Need CLA, DES and HIE files to build SCOP"
SyntaxError, "Incomplete data?"
|
|
|
getDomainBySid
|
getDomainBySid ( self, sid )
|
|
write_cla
|
write_cla ( self, handle )
Build a CLA SCOP parsable file from this object
|
|
write_des
|
write_des ( self, handle )
Build a DES SCOP parsable file from this object
|
|
write_hie
|
write_hie ( self, handle )
Build an HIE SCOP parsable file from this object
|
|