| Home | Trees | Index | Help |
|
|---|
| Package corebio :: Package resource :: Module scop :: Class DomRecord |
|
object --+
|
DomRecord
Handle the SCOP DOMain file. The DOM file has been officially deprecated. For more information see the SCOP"release notes.":http://scop.berkeley.edu/release-notes-1.55.html The DOM files for older releases can be found "elsewhere at SCOP.":http://scop.mrc-lmb.cam.ac.uk/scop/parse/ DOM records consist of 4 tab deliminated fields; sid, pdbid, residues, hierarchy For example :: d1sctg_ 1sct g: 1.001.001.001.001.001 d1scth_ 1sct h: 1.001.001.001.001.001 d1flp__ 1flp - 1.001.001.001.001.002 d1moh__ 1moh - 1.001.001.001.001.002 sid -- The SCOP ID of the entry, e.g. d1anu1 residues -- The domain definition as a Residues object hierarchy -- A string specifying where this domain is in the hierarchy.
| Method Summary | |
|---|---|
__init__(self,
record)
| |
__str__(self)
| |
Iterates over a DOM file, generating DomRecords... (Static method) | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
x.__repr__() <==> repr(x)... | |
x.__setattr__('name', value) <==> x.name = value... | |
| Static Method Details |
|---|
records(dom_file)Iterates over a DOM file, generating DomRecords |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on | http://epydoc.sf.net |