Bioinformatics ReviewBioinformatics Review
Notification Show More
Font ResizerAa
  •  Home
  • Docking
  • MD Simulation
  • Tools
  • More Topics
    • Softwares
    • Sequence Analysis
    • Algorithms
    • Bioinformatics Programming
    • Bioinformatics Research Updates
    • Drug Discovery
    • Phylogenetics
    • Structural Bioinformatics
    • Editorials
    • Tips & Tricks
    • Bioinformatics News
    • Featured
    • Genomics
    • Bioinformatics Infographics
  • Community
    • BiR-Research Group
    • Community Q&A
    • Ask a question
    • Join Telegram Channel
    • Join Facebook Group
    • Join Reddit Group
    • Subscription Options
    • Become a Patron
    • Write for us
  • About Us
    • About BiR
    • BiR Scope
    • The Team
    • Guidelines for Research Collaboration
    • Feedback
    • Contact Us
    • Recent @ BiR
  • Subscription
  • Account
    • Visit Dashboard
    • Login
Font ResizerAa
Bioinformatics ReviewBioinformatics Review
Search
Have an existing account? Sign In
Follow US
MD SimulationSoftwareTools

Tutorial: MD simulation output analysis of protein using GROMACS

Tariq Abdullah
Last updated: April 6, 2023 1:01 pm
Tariq Abdullah
Share
5 Min Read
SHARE

Molecular dynamics (MD) simulation is an important step in studying the dynamics of macromolecules. In one of the previous articles, MD simulation of chain A of insulin (PDB ID: 1ZNI) was performed using GROMACS. The output analysis of that simulation is explained in this article.

The last MD simulation of insulin protein was performed at 1 ns. The same output files will be used to analyze the results.

The trjconv module will be used for trajectory analysis. But before starting the analysis, we need to correct the trajectory because it might be possible that the protein may appear broken or located on any side of the box other than being in the center. To do this, we need .tpr and .xtc files as input that we obtained from the final MD run. Open the terminal, and type the following command:

$ gmx trjconv -s md_0_1.tpr -f md_0_1.xtc -o md_0_1_noPBC.xtc -pbc mol -center

When prompted, type “1” for selecting “Protein” as the group to be centered and “0” for “System”. It will generate md_0_1_noPBC.xtc as output that will be used for the analysis as shown below.

 1. RMSD

Root mean square deviation (RMSD) calculates the deviation between the two structures. gmx rms module is used to calculate the RMSD of the simulated protein.

$ gmx rms -s md_0_1.tpr -f md_0_1_noPBC.xtc -o rmsd.xvg -tu ns

here, -tu refers to time units.

When prompted, type “4” for selecting “Backbone” and “0” for “System”. It will generate rmsd.xvg file that can be plotted using xmgrace software. The RMSD plot for this simulation looks like this:

Fig. 1 RMSD plot of insulin simulated at 1ns.

RMSD relative to the crystal structure present in the minimized equilibrated system can also be calculated using the following command:

$ gmx rms -s em.tpr -f md_0_1_noPBC.xtc -o rmsd_cyrstal.xvg -tu ns

The plot is shown in Fig. 2.

 

Fig. 2 RMSD plot relative to the minimized and equilibrated crystal structure of insulin.

2. RMSF

Root Mean Square Fluctuation (RMSF) calculates the fluctuation of atoms at positions in the trajectory. gmx rmsf module will be used to calculate the RMSF of the simulated protein.

$ gmx rmsf -f md_0_1_noPBC.xtc -s md_0_1.tpr -o rmsf.xvg

When prompted, type “1” for “Protein”. The generated plot is shown in Fig. 3.

Fig. 3 RMSF plot of simulated insulin protein.

If you want to see RMSF wrt residues then use the following command:

$ gmx rmsf -f md_0_1_noPBC.xtc -s md_0_1.tpr -o rmsf.xvg -res

3. Radius of gyration

The radius of gyration calculates the radii of gyration of a molecule about the three axes (x, y, and z) as a function of time. gmx gyrate module is used for this.

$ gmx gyrate -f md_0_1_noPBC.xtc -s md_0_1.tpr -o gyrate.xvg

When prompted, type “1” for protein. The generated plot is shown in Fig. 4.

Fig. 4 Radius of gyration plotted for insulin simulated at 1ns.

4. Hydrogen bonds

gmx hbond module is used to analyze hydrogen bonds that are calculated on the basis of cutoffs for the angle Hydrogen – Donor-Acceptor and the distance Donor-Acceptor (or Hydrogen – Acceptor). Generally, quite useful in complex analysis.

$ gmx hbond -f md_0_1_noPBC.xtc -s md_0_1.tpr -num -dist

here, -num calculates the number of hydrogen bonds and -dist calculates the average distance among them.

When prompted, type “1” for “Protein” and select the other group that does not overlap with the protein, for example, here in this simulation, we have selected “11” for “Non-protein”. If you are performing a complex simulation, then you can select Protein and Ligand. This will display the status of hydrogen bonds between the protein and the ligand. In that case, it is helpful in analyzing the stability of hydrogen bonds between the receptor and ligand. The generated plots are shown in Fig. 5 & 6.

Fig. 5 Number of hydrogen bonds calculated between the protein and non-protein.

Fig. 6 Distribution of hydrogen bonds calculated between the protein and non-protein.

These are the basic modules that are used to analyze MD simulations. You can always use additional arguments in these modules and the other modules as well.

MD simulation of a receptor-ligand complex will be explained in the upcoming articles.

TAGGED:Gromacsmd simulationoutput analysisprotein simulation
Share This Article
Facebook Copy Link Print
ByTariq Abdullah
Tariq is founder of Bioinformatics Review and Lead Developer at IQL Technologies. His areas of expertise include algorithm design, phylogenetics, MicroArray, Plant Systematics, and genome data analysis. If you have questions, reach out to him via his homepage.
Leave a Comment

Leave a Reply Cancel reply

You must be logged in to post a comment.

Starting in Bioinformatics? Do This First!
Starting in Bioinformatics? Do This First!
Tips & Tricks
[Editorial] Is it ethical to change the order of authors’ names in a manuscript?
Editorial Opinion
Installing bbtools on Ubuntu
[Tutorial] Installing BBTools on Ubuntu (Linux).
Sequence Analysis Software Tools
wes_data_analysis Whole Exome Sequencing (WES) Data visualization Toolkit
wes_data_analysis: Whole Exome Sequencing (WES) Data visualization Toolkit
Bioinformatics Programming GitHub Python

You Might Also Like

Easy Installation of some Basic Bioinformatics Tools/Software
SoftwareTools

Tutorial: Basic Bioinformatics Software Installation on Ubuntu (Linux)

April 30, 2021
Installing multiple versions of Pymol on Ubuntu
SoftwareTools

How to install multiple Pymol versions on Ubuntu (Linux)?

March 28, 2022
Autodock Vina: Uses & Applications
DockingSoftwareTools

Autodock Vina: Uses & Applications

May 12, 2022
MD Simulation
MD SimulationTips & Tricks

MD Simulation using GROMACS: Things to remember

September 30, 2020
Copyright 2024 IQL Technologies
  • Journal
  • Customer Support
  • Contact Us
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Cookie Policy
  • Sitemap
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?

Not a member? Sign Up