Action: ERMSD
Module | colvar |
---|---|
Description | Usage |
Calculate eRMSD with respect to a reference structure. | |
output value | type |
the eRMSD between the instantaneous structure and the reference structure that was input | scalar |
Input
The atoms that serve as the input for this action are specified using one or more of the keywords in the following table.
Keyword | Type | Description |
---|---|---|
ATOMS | atoms | the list of atoms (use lcs) |
Further details and examples
Calculate eRMSD with respect to a reference structure.
eRMSD is a metric developed for measuring distances between three-dimensional RNA structures. The standard RMSD measure is highly inaccurate when measuring distances among three-dimensional structures of nucleic acids. It is not unusual, for example, that two RNA structures with low RMSD (i.e. less than 0.4nm) display a completely different network of base-base interactions.
eRMSD measures the distance between structures by considering only the relative positions and orientations of nucleobases. The eRMSD can be considered as a vectorial version of contact maps and it is calculated as follows:
-
Set up a local reference system in the center of the six-membered ring of each nucleobase in a molecule. The xy plane lies on the plane of the nucleobase, and it is oriented such that the Watson-Crick interaction is always at θ≈60∘.
-
Calculate all pairwise distance vectors →ri,j among base centers.
-
Rescale distance vectors as ˜→ri,j=(rx/a,ry/a,rz/b), where a=b=5 Angstrom, c=3 Angstrom. This rescaling has the effect of weighting more deviations on the z-axis with respect to the x/y directions.
-
Calculate the G vectors
→G(˜→r)=(sin(γ˜r)˜rx/˜r,sin(γ˜r)˜ry/˜r,sin(γ˜r)˜rz/˜r,1+cos(γ˜r))×Θ(˜rcutoff−˜r)γ
Here, γ=π/˜rcutoff and Θ is the Heaviside step function. The default cutoff is set to 2.4.
- The eRMSD between two structures α and β reads
eRMSD=√1N∑j,k|→G(˜→rαjk)−→G(˜→rβjk)|2
Using the default cutoff, two structures with eRMSD of 0.7 or lower can be considered as significantly similar. A full description of the eRMSD can be found in the first paper in the bibliography below.
ERMSD is computed using the position of three atoms on the 6-membered ring of each involved nucleobase. The atoms should be: - C2,C4,C6 for pyrimdines - C2,C6,C4 for purines
The different order for purines and pyrimidines is fundamental and allows you to compute ERMSD between structures with different
sequences as well! Notice that the simplest way to avoid mistakes in choosing these atoms is to use the @lcs-#
strings
as shown in the examples (see also MOLINFO).
[!CAUTION] Notice that the ERMSD implemented here is not integrated with the other metrics in plumed. As a consequence, it is not (yet) possible to e.g. build path collective variables using ERMSD
[!CAUTION] Notice that ERMSD expect a single molecule and makes coordinates whole before anything else. As such, results might be unexpected for a multi molecular system.
Examples
Calculate the eRMSD from reference structure reference.pdb using the default cutoff (2.4). The list of residues involved in the calculation has to be specified. In this example, the eRMSD is calculated considering residues 1,2,3,4,5,6.
#SETTINGS MOLFILE=regtest/basic/rt-ermsd/ref.pdb MOLINFOThis command is used to provide information on the molecules that are present in your system. More details STRUCTUREa file in pdb format containing a reference structure=regtest/basic/rt-ermsd/ref.pdbClick here to see an extract from this file.ERMSDCalculate eRMSD with respect to a reference structure. This action has hidden defaults. More details REFERENCEa file in pdb format containing the reference structure and the atoms involved in the CV=regtest/basic/rt-ermsd/ref.pdbClick here to see an extract from this file.ATOMSthe list of atoms (use lcs)=@lcs-1an ordered triplet of atoms on the 6-membered ring of the nucleobase in residue 1. Click here for more information. ,@lcs-2an ordered triplet of atoms on the 6-membered ring of the nucleobase in residue 2. Click here for more information. ,@lcs-3an ordered triplet of atoms on the 6-membered ring of the nucleobase in residue 3. Click here for more information. ,@lcs-4an ordered triplet of atoms on the 6-membered ring of the nucleobase in residue 4. Click here for more information. ,@lcs-5an ordered triplet of atoms on the 6-membered ring of the nucleobase in residue 5. Click here for more information. ,@lcs-6an ordered triplet of atoms on the 6-membered ring of the nucleobase in residue 6. Click here for more information. eRMSD1 :
References
More information about how this action can be used is available in the following articles: - S. Bottaro, F. Di Palma, G. Bussi, The role of nucleobase interactions in RNA structure and dynamics. Nucleic Acids Research. 42, 13306–13314 (2014)
Syntax
The following table describes the keywords and options that can be used with this action
Keyword | Type | Default | Description |
---|---|---|---|
ATOMS | input | none | the list of atoms (use lcs) |
REFERENCE | compulsory | none | a file in pdb format containing the reference structure and the atoms involved in the CV |
CUTOFF | compulsory | 2.4 | only pairs of atoms closer than CUTOFF are considered in the calculation |
NUMERICAL_DERIVATIVES | optional | false | calculate the derivatives for these quantities numerically |
NOPBC | optional | false | ignore the periodic boundary conditions when calculating distances |
PAIRS | optional | not used | List of pairs considered |