To use all functions of this page, please activate cookies in your browser.
my.bionity.com
With an accout for my.bionity.com you can always see everything at a glance – and you can configure your own website and individual newsletter.
- My watch list
- My saved searches
- My saved topics
- My newsletter
Kabsch algorithmThe Kabsch algorithm is a method for calculating the optimal alignment of two sets of points. It is useful in graphics, and also in bioinformatics for calculating the RMSD (root mean squared deviation) of two proteins. Additional recommended knowledgeThe algorithm works by calculating a matrix of multiplied components. The destination matrix, A, is a 3 × 3 matrix with x, y and z components for each side. The source is two sets of paired points, P and Q.
(sum over the points and multiply components). The formula is
or take the square root of the product of the transpose of A and A itself, then multiply by the inverse of A. The algorithm calculates only the rotation matix. You must transform both sets of coordinates to their centroid first. C source is available at http://www.personal.leeds.ac.uk/~bgy1mm/Bioinformatics/rmsd.html A free PyMol plugin easily implementing Kabsch is Cealign. References
|
||||||
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Kabsch_algorithm". A list of authors is available in Wikipedia. |