Home | Trees | Indices | Help |
|
---|
|
|
|||
|
Test Test class |
|
|||
[ int, int, float, float ]
|
hbonds(model) Collect a list with all potential hydrogen bonds in model. |
||
float OR None
|
hbondCheck(angle,
length) A h-bond is longer that 2.4A but shorter that 3.5A, measuring from the nitrogen (donor) to the acceptor. |
||
[float, float, float]
|
xyzOfNearestCovalentNeighbour(i,
model) Closest atom in the same residue as atom with index i |
||
string
|
fasta(m,
start=0,
stop=None) Extract fasta sequence from model. |
|
|||
|
test = Test()
|
|
Collect a list with all potential hydrogen bonds in model.
|
A h-bond is longer that 2.4A but shorter that 3.5A, measuring from the nitrogen (donor) to the acceptor. The corresponding length from the hydrogen (donor) to the acceptor (used here) is 1.4 and 2.5A.
|
Closest atom in the same residue as atom with index i
|
Extract fasta sequence from model.
|
|
test
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 22 20:11:38 2006 | http://epydoc.sourceforge.net |