| Home | Trees | Index | Help |
|
|---|
| Package corebio :: Package resource :: Module stride :: Class Stride |
|
object --+
|
Stride
| Method Summary | |
|---|---|
Read and parse a STRIDE output file. | |
Return the given resiude... | |
Return the protein primary sequence as a Seq object. | |
Return the secondary structure of the protien as a Seq object... | |
Return the solvent accessible area... | |
| 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... | |
x.__str__() <==> str(x)... | |
| Method Details |
|---|
__init__(self,
stride_file)
|
get_res(self, chainid, resid)Return the given resiude |
primary(self)Return the protein primary sequence as a Seq object. |
secondary(self)Return the secondary structure of the protien as a Seq object |
total_area(self)Return the solvent accessible area |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on | http://epydoc.sf.net |