HOME

TheInfoList



OR:

In
bioinformatics Bioinformatics () is an interdisciplinary field of science that develops methods and Bioinformatics software, software tools for understanding biological data, especially when the data sets are large and complex. Bioinformatics uses biology, ...
, the root mean square deviation of atomic positions, or simply root mean square deviation (RMSD), is the measure of the average distance between the atoms (usually the backbone atoms) of superimposed molecules. In the study of globular protein conformations, one customarily measures the similarity in three-dimensional structure by the RMSD of the Cα atomic coordinates after optimal rigid body superposition. When a
dynamical system In mathematics, a dynamical system is a system in which a Function (mathematics), function describes the time dependence of a Point (geometry), point in an ambient space, such as in a parametric curve. Examples include the mathematical models ...
fluctuates about some well-defined average position, the RMSD from the average over time can be referred to as the ''RMSF'' or root mean square fluctuation. The size of this fluctuation can be measured, for example using Mössbauer spectroscopy or
nuclear magnetic resonance Nuclear magnetic resonance (NMR) is a physical phenomenon in which nuclei in a strong constant magnetic field are disturbed by a weak oscillating magnetic field (in the near field) and respond by producing an electromagnetic signal with a ...
, and can provide important physical information. The Lindemann index is a method of placing the RMSF in the context of the parameters of the system. A widely used way to compare the structures of biomolecules or solid bodies is to translate and rotate one structure with respect to the other to minimize the RMSD. Coutsias, ''et al.'' presented a simple derivation, based on
quaternion In mathematics, the quaternion number system extends the complex numbers. Quaternions were first described by the Irish mathematician William Rowan Hamilton in 1843 and applied to mechanics in three-dimensional space. The algebra of quater ...
s, for the optimal solid body transformation (rotation-translation) that minimizes the RMSD between two sets of vectors. They proved that the quaternion method is equivalent to the well-known Kabsch algorithm. The solution given by Kabsch is an instance of the solution of the ''d''-dimensional problem, introduced by Hurley and Cattell. The
quaternion In mathematics, the quaternion number system extends the complex numbers. Quaternions were first described by the Irish mathematician William Rowan Hamilton in 1843 and applied to mechanics in three-dimensional space. The algebra of quater ...
solution to compute the optimal rotation was published in the appendix of a paper of Petitjean. This
quaternion In mathematics, the quaternion number system extends the complex numbers. Quaternions were first described by the Irish mathematician William Rowan Hamilton in 1843 and applied to mechanics in three-dimensional space. The algebra of quater ...
solution and the calculation of the optimal isometry in the ''d''-dimensional case were both extended to infinite sets and to the continuous case in the appendix A of another paper of Petitjean.


The equation

: \mathrm=\sqrt where ''δi'' is the distance between atom ''i'' and either a reference structure or the mean position of the ''N'' equivalent atoms. This is often calculated for the backbone heavy atoms ''C'', ''N'', ''O'', and ''Cα'' or sometimes just the ''Cα'' atoms. Normally a rigid superposition which minimizes the RMSD is performed, and this minimum is returned. Given two sets of n points \mathbf and \mathbf, the RMSD is defined as follows: : \begin \mathrm(\mathbf, \mathbf) & = \sqrt \\ & = \sqrt) \end An RMSD value is expressed in length units. The most commonly used unit in
structural biology Structural biology deals with structural analysis of living material (formed, composed of, and/or maintained and refined by living cells) at every level of organization. Early structural biologists throughout the 19th and early 20th centuries we ...
is the Ã…ngström (Ã…) which is equal to 10−10 m.


Uses

Typically RMSD is used as a quantitative measure of similarity between two or more protein structures. For example, the CASP
protein structure prediction Protein structure prediction is the inference of the three-dimensional structure of a protein from its amino acid sequence—that is, the prediction of its Protein secondary structure, secondary and Protein tertiary structure, tertiary structure ...
competition uses RMSD as one of its assessments of how well a submitted structure matches the known, target structure. Thus the lower RMSD, the better the model is in comparison to the target structure. Also some scientists who study
protein folding Protein folding is the physical process by which a protein, after Protein biosynthesis, synthesis by a ribosome as a linear chain of Amino acid, amino acids, changes from an unstable random coil into a more ordered protein tertiary structure, t ...
by computer simulations use RMSD as a
reaction coordinate In chemistry, a reaction coordinate is an abstract one-dimensional coordinate chosen to represent progress along a reaction pathway. Where possible it is usually a geometric parameter that changes during the conversion of one or more molecular e ...
to quantify where the protein is between the folded state and the unfolded state. The study of RMSD for small organic molecules (commonly called
ligands In coordination chemistry, a ligand is an ion or molecule with a functional group that binds to a central metal atom to form a coordination complex. The bonding with the metal generally involves formal donation of one or more of the ligand's ...
when they're binding to macromolecules, such as proteins, is studied) is common in the context of docking, as well as in other methods to study the configuration of ligands when bound to macromolecules. Note that, for the case of ligands (contrary to proteins, as described above), their structures are most commonly not superimposed prior to the calculation of the RMSD. RMSD is also one of several metrics that have been proposed for quantifying evolutionary similarity between proteins, as well as the quality of sequence alignments.


See also

* Root mean square deviation * Root mean square fluctuation *
Quaternion In mathematics, the quaternion number system extends the complex numbers. Quaternions were first described by the Irish mathematician William Rowan Hamilton in 1843 and applied to mechanics in three-dimensional space. The algebra of quater ...
– used to optimise RMSD calculations * Kabsch algorithm – an algorithm used to minimize the RMSD by first finding the best rotation * GDT – a different structure comparison measure * TM-score – a different structure comparison measure * Longest continuous segment (LCS) — A different structure comparison measure * Global distance calculation (GDC_sc, GDC_all) — Structure comparison measures that use full-model information (not just α-carbon) to assess similarity * Local global alignment (LGA) — Protein structure alignment program and structure comparison measure


References


Further reading

* Shibuya T (2009). "Searching Protein 3-D Structures in Linear Time." Proc. 13th Annual International Conference on Research in Computational Molecular Biology (RECOMB 2009), ''LNCS'' 5541:1–15. * * * * {{cite journal , vauthors=Maiorov VN, Crippen GM , year=1994 , title=Significance of root-mean-square deviation in comparing three-dimensional structures of globular proteins , journal=J Mol Biol , volume=235 , issue=2 , pages=625–634 , doi=10.1006/jmbi.1994.1017 , pmid=8289285, hdl=2027.42/31835 , url=https://deepblue.lib.umich.edu/bitstream/2027.42/31835/1/0000782.pdf , hdl-access=free


External links


Molecular Distance Measures
mdash;a tutorial on how to calculate RMSD
RMSD
mdash;another tutorial on how to calculate RMSD with example code
Secondary Structure Matching (SSM)
— a tool for protein structure comparison. Uses RMSD.

— different structure comparison measures. Description and services.
SuperPose
— a protein superposition server. Uses RMSD.

— structural alignment based on secondary structure matching. By the CCP4 project. Uses RMSD. *A Python script is available at https://github.com/charnley/rmsd *An alternate Python script is available at https://github.com/jewettaij/superpose3d Statistical deviation and dispersion Protein methods Bioinformatics