Residue-level motion
RMSF shows which atoms or residues fluctuate more or less during the selected trajectory interval.
What RMSF measures, why residue-level flexibility matters, how it is calculated, how to identify flexible loops or rigid cores, when it is useful, and when it may mislead interpretation.
RMSF shows which atoms or residues fluctuate more or less during the selected trajectory interval.
It highlights flexible loops, termini, hinges, active-site residues, and comparatively rigid structural cores.
A high peak may represent useful biological motion, disorder, poor fitting, missing contacts, or a trajectory-processing problem.
RMSF stands for Root Mean Square Fluctuation. It quantifies how much each selected atom or residue moves around its own average position during a trajectory.
RMSF answers: “Which parts of this molecule are relatively flexible and which parts are relatively rigid over time?” Unlike RMSD, which gives one structural-deviation value per frame, RMSF usually gives one fluctuation value per atom or residue.
Values are normally reported in nm or Å. A larger value means greater positional fluctuation around the mean position for the selected interval.
Identifies loops, termini, linkers, disordered segments, and mobile side chains.
Highlights stable secondary-structure cores or tightly packed regions with lower fluctuation.
Supports comparison of apo/bound, wild-type/mutant, or different ligand complexes using the same protocol.
Select Cα atoms, backbone atoms, heavy atoms, ligand atoms, or a custom residue group, and define which part of the trajectory is analysed.
Make the molecule whole and centred so box wrapping does not create artificial movement.
Remove overall translation and rotation using a meaningful fitting group such as the protein backbone or a stable domain.
For each selected atom, calculate its average x, y, and z position across the chosen frames.
At every frame, determine how far that atom lies from its own mean position and square the distance.
Average the squared deviations over time and take the square root to obtain one RMSF value per atom or residue.
Watch a protein-like chain fluctuate around its mean structure, then adjust the motion level to see how residue-wise RMSF peaks are produced.
For residue i, calculate its distance from its own mean position in every frame, square those distances, average them, then take the square root.
| Frame | Distance from mean (Å) | d² |
|---|
Common for residue-level protein flexibility because each residue contributes one Cα atom. It is compact and easy to compare with residue number.
Uses N, Cα, C, and sometimes O atoms. It gives more detailed backbone motion but may require residue-wise averaging.
Useful when side-chain rearrangement, catalytic residues, or binding-site flexibility is important. Values are usually noisier than Cα RMSF.
Can show which ligand atoms or functional groups are most mobile after fitting the trajectory to the protein or binding site. It should not be interpreted as binding affinity.
Fit to a stable domain and analyse residue fluctuations within or relative to that domain. This can separate local flexibility from global hinge motion.
Often indicates a comparatively rigid core with flexible loops, termini, hinges, or surface segments.
May represent an intrinsically mobile domain, unfolding, weak restraints, poor alignment, or a genuine conformational transition.
May indicate increased local flexibility, disrupted contacts, altered allostery, or inadequate sampling. It does not automatically mean destabilisation.
May indicate local rigidification, stronger contacts, or restricted motion. It does not automatically prove stronger binding or improved function.
Whole-molecule translation and rotation can inflate apparent fluctuation. Fit before RMSF unless the scientific question specifically requires another treatment.
Systems must have reliable residue correspondence. Missing loops, insertions, protonation differences, and alternate atom selections can invalidate direct comparison.
Loops, termini, gates, and binding-site lids may be functionally flexible. Inspect the structure and relevant contacts before interpreting a peak.
A single trajectory may produce system-specific peaks. Replicate simulations and uncertainty estimates improve confidence.
RMSF from the full trajectory may differ from RMSF calculated after equilibration or within individual states. Report the analysed interval.
gmx trjconv -s md.tpr -f md.xtc -o md_whole.xtc -pbc mol -center
Choose an appropriate centring group and output group. Verify the processed trajectory visually.
gmx rmsf -s md.tpr -f md_whole.xtc -o rmsf_ca.xvg -res -fit
Choose C-alpha for residue-level Cα RMSF. The -res option averages output per residue; -fit performs fitting using the selected group.
gmx rmsf -s md.tpr -f md_whole.xtc -o rmsf_50_100ns.xvg -res -fit -b 50000 -e 100000
GROMACS time values are commonly in ps; here 50,000–100,000 ps corresponds to 50–100 ns.
gmx rmsf -s md.tpr -f md_whole.xtc -o rmsf.xvg -res -fit -oq rmsf_bfactor.pdb
The output structure can be coloured by B-factor/RMSF values in molecular-visualisation software. Confirm how your tool maps values.
“Residue-wise Cα RMSF was calculated for the selected production interval after periodic-boundary correction and least-squares fitting to the protein backbone. Values were reported in nanometres as a function of residue number.”
No. Functional loops, gates, linkers, and allosteric regions may require mobility. Low RMSF may indicate rigidity, but not necessarily better function or stability.
N- and C-termini often have fewer stabilising contacts and greater solvent exposure, so higher fluctuation is common.
It can show local rigidification or altered mobility, but binding contacts, energetics, structural states, and replicates are also needed.
Both relate to positional variability, but experimental B-factors include crystal disorder, refinement effects, occupancy, and lattice environment. Direct conversion or comparison requires caution.
Only when the full interval is scientifically appropriate. If the trajectory contains equilibration or distinct states, separate windows may be more informative.
RMSF tells you how strongly each selected atom or residue fluctuates around its own mean position during a defined, fitted trajectory interval. It does not independently tell you whether the molecule is stable, correctly folded, strongly bound, converged, or biologically improved.
AMRA-LAB Computational Analyses · RMSF Module