Root Mean Square Deviation (bioinformatics)
   HOME

TheInfoList



OR:

In
bioinformatics Bioinformatics () is an interdisciplinary field that develops methods and software tools for understanding biological data, in particular when the data sets are large and complex. As an interdisciplinary field of science, bioinformatics combi ...
, 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 Superimposition is the placement of one thing over another, typically so that both are still evident. Graphics In graphics, superimposition is the placement of an image or video on top of an already-existing image or video, usually to add to ...
proteins Proteins are large biomolecules and macromolecules that comprise one or more long chains of amino acid residues. Proteins perform a vast array of functions within organisms, including catalysing metabolic reactions, DNA replication, respo ...
. Note that RMSD calculation can be applied to other, non-protein molecules, such as small organic molecules. In the study of globular protein conformations, one customarily measures the similarity in three-dimensional structure by the RMSD of the
Cα In the nomenclature of organic chemistry, a locant is a term to indicate the position of a functional group or substituent within a molecule. Numeric locants The International Union of Pure and Applied Chemistry (IUPAC) recommends the use of n ...
atomic coordinates after optimal rigid body superposition. When a dynamical system 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, and can provide important physical information. The
Lindemann index The Lindemann index is a simple measure of thermally driven disorder in atoms or molecules. The local Lindemann index is defined as: q_i = \frac \sum_ \frac where angle brackets indicate a time average. The global Lindemann index is a system ave ...
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. Hamilton defined a quatern ...
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. Hamilton defined a quatern ...
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. Hamilton defined a quatern ...
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 A RMSD value is expressed in length units. The most commonly used unit in structural biology 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 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 by computer simulations use RMSD as a reaction coordinate 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 (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 electro ...
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 Configuration or configurations may refer to: Computing * Computer configuration or system configuration * Configuration file, a software file used to configure the initial settings for a computer program * Configurator, also known as choice board ...
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. Hamilton defined a quatern ...
– 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 In bioinformatics, the template modeling score or TM-score is a measure of similarity between two protein structures. The TM-score is intended as a more accurate measure of the global similarity of full-length protein structures than the often used ...
– 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