Revision as of 14:56, 18 February 2004 editDmb000006 (talk | contribs)1,467 edits added links← Previous edit | Revision as of 14:59, 18 February 2004 edit undoDmb000006 (talk | contribs)1,467 edits added linksNext edit → | ||
Line 19: | Line 19: | ||
Sequence similarity between proteins can be used to optimize structural alignmens. | Sequence similarity between proteins can be used to optimize structural alignmens. | ||
Geometric hashing is a good technique! | ] is a good technique! | ||
== Packages == | == Packages == |
Revision as of 14:59, 18 February 2004
protein structural alignments.
Two protein domain structures (structural domains) can be aligned by superposing their 3D coordinates, with the aim of minimizing the RMS deviation (RMSD) of the superposition (which is not quite the same as quantum superposition.
Many algorithms have been developed to optimize this complex task.
The task is complex because of the large number of degrees of freedom between two datasets of points in 3D (each protein molecule has 6 degrees of freedom). This is just the simple case of 'rigid body' superposition.
Algorithms
Some approaches use quaternerions to reduce the dimensionality of the space without removing any information (isomorphic translation).
A major class of approaches is based on reducing the representation of the complex protein molecules into its secondary structure. Secondary structucture elements can be approximatly represented as vectors and aligned in pairs.
Dynamic programming can be used to find local regions of similarity which are then expanded.
The Dali algorithm (named after Salvador Dali) uses netwrok isomorphism between the contact networks of two proteins to perform alignment.
Sequence similarity between proteins can be used to optimize structural alignmens.
Geometric hashing is a good technique!
Packages
Many tools exist to perform structural alignment and multiple structural alignment.
- VMD
- SSM
- CE
- Dali
- Deep View
... And many many more!