Package MolKit :: Module GapFinder :: Class FindGap
[hide private]
[frames] | no frames]

Class FindGap

source code

Instance Methods [hide private]
  __init__(self, mat, chain, atoms=[])
None<--FindGap(matrix,chain) matrix :transformed coords chain:mol.chain atoms:a set of ca atoms This function computes distances between atoms ,sd ,max distance .If distance between any two atoms are greater than max then there is a gap between that residues
  Gapfunction(self, mat, mol, atoms=[])
  measure_distance(self, mat)
This function calls measure distance command and return distances between atoms
  standarddeviation_of_distances(self, distances, mean=None)
This function computes standard deviations of distances between atoms list given
  compute_max_min(self, mean, distances, mat, mol, atoms=[])
This function computes max and min value and finds the atoms where distance between them is more than max and residues which are not connected

Method Details [hide private]

__init__(self, mat, chain, atoms=[])
(Constructor)

source code 
None<--FindGap(matrix,chain) matrix :transformed coords chain:mol.chain atoms:a set of ca atoms This function computes distances between atoms ,sd ,max distance .If distance between any two atoms are greater than max then there is a gap between that residues

Gapfunction(self, mat, mol, atoms=[])

source code 
None

measure_distance(self, mat)

source code 
This function calls measure distance command and return distances between atoms

standarddeviation_of_distances(self, distances, mean=None)

source code 
This function computes standard deviations of distances between atoms list given

compute_max_min(self, mean, distances, mat, mol, atoms=[])

source code 
This function computes max and min value and finds the atoms where distance between them is more than max and residues which are not connected