Difference between revisions of "Molecular Dynamics Simulations Gaucher Disease"

From Bioinformatikpedia
(Preparation)
Line 15: Line 15:
 
# We submitted the scripts via <tt>sbatch SCRIPT-FILE</tt> on host <tt>lxa1</tt> which runs the [http://www.lrz.de/services/compute/linux-cluster/batch_parallel/ SLURM scheduler]
 
# We submitted the scripts via <tt>sbatch SCRIPT-FILE</tt> on host <tt>lxa1</tt> which runs the [http://www.lrz.de/services/compute/linux-cluster/batch_parallel/ SLURM scheduler]
   
AGroS is a script for automizing molecular dynamics simulations via GROMACS and performs following steps:
+
Each job performs a molecular dynamics simulation via AGroS.
# Repairing breaks, missing atoms of the input structure.
 
# Calling SCWRL for optimizing side chains.
 
# Adding water, 0.1 NaCl, and neutralization protein intrinsic charge.
 
# Minimization of the solvent.
 
# Short NVT (constant moles, volume, temperature) simulation.
 
# Short NVP ( constant moles, pressure, temperature) simulation.
 
# Long MD simulation.
 
   
  +
== The AGroS molecular dynamics simulation pipeline ==
We called AgroS with the default parameters which resulted in a 50 ps long NVT and NVP simulation and a 10 ns long MD simulation.
 
  +
AGroS is a program that controls the three major steps of a molecular dynamics stimulation via GROMACS:
  +
# Preparation
  +
#* Cleaning the PDB
  +
#* Adding missing side-chains
  +
#* Adding the solvent: H2O + NaCl
  +
# Equilibration
  +
#* Minimizing the potential energy by varying
  +
#** the solvent
  +
#** the solvent and side-chains
  +
#* Short NVT run (50 ps)
  +
#* Short NPT run (50 ps)
  +
# Production MD simulation
  +
#* The main MD simulation (10 ns)
  +
  +
In the first steps, the structure is modified such that it is tolerated by GROMACS. In the equilibrium stage, the potential energy is minimized by slightly changing the position of solvent molecules and side-chains. The short NVT and NPT run brings the system into a state which meets certain input conditions, i.e. the starting temperature. In essence, equilibrating the system should avoid strong forces acting acting on particles at the beginning of the simulation. The equilibrated system is than used to carry out the main simulation.
  +
  +
== Intermediate PDB files ==
  +
AGroS creates several intermediate PDB files in the following order:
  +
{|width="1000px"
  +
| 1. || NAME.pdb || The input structure
  +
|-
  +
| 2. || NAME_repair.pdb || NAME.pdb with common PDB problems repaired by repairPDB
  +
|-
  +
| 3. || NAME_br.pdb || Just the protein in NAME.pdb
  +
|-
  +
| 4. || NAME_water.pdb || Just the water in NAME.pdb
  +
|-
  +
| 5. || NAME_dna.pdb || Just the DNA in NAME.pdb
  +
|-
  +
| 6. || NAME_sc.pdb || NAME.pdb with side-chains optimized by SCWRL
  +
|-
  +
| 7. || NAME_nh.pdb || NAME_sc.pdb without hydrogen atoms with the water as well as DNA molecules of NAME.pdb included
  +
|-
  +
| 8. || NAME_solv.pdb || NAME_nh.pdb with the solvent H20 and 0.1 NaCl included
  +
|-
  +
| 9. || NAME_solv_min.pdb || NAME_solv.pdb with the potential energy of the solvent minimized
  +
|-
  +
| 10. || NAME_solv_min2.pdb || NAME_solv_min.pdb with the potential energy of the solvent and side-chains minimized
  +
|-
  +
| 11. || NAME_solv_min3.pdb || NAME_solv_min2.pdb with the potential energy of the solvent and side-chains minimized again
  +
|}

Revision as of 13:22, 28 June 2012

In this task, we carried out molecular dynamics simulations on the LRZ supercomputer which were analysed in the subsequent task. Simulating the the motions of proteins under different conditions can give insights about the functions of proteins and is used to study diseases which are caused by misfolded proteins. Here, we employed molecular dynamics simulations to investigate the impact of two point-mutations in glycosylceramidase.

Input structures

We applied molecular dynamics simulations for three structures of glycosylceramidase: the wildtype 2nt0_A which served as reference and the two mutants W209R and L470P which were generated by FoldX. W209R is a disease-causing mutation which might severely change the protein structure since the site is part of a alpha-helix and the negative arginine is likely to interfere with the hydrophobic environment. L470P is not listed in the HGMD and is therefore not disease-causing. However, both the sequence-based mutation analysis and the structure-based mutation analysis suggested that this mutation might be deleterious. By simulating structural changes caused by this mutations, we hoped to get a better about its impact on the phenotype.

Preparation

The input structures and output files are stored in a repository which can be checked out by:

git clone /mnt/home/student/angermue/mp/tasks/task08

We followed this description for preparing the molecular dynamics simulation:

  1. We checked out AGroS from https://github.com/offmarc/AGroS.
  2. We downloaded Scwrl4 from http://dunbrack.fccc.edu/scwrl4 and installed it into the same directory as AGroS.
  3. We prepared the job scripts.
  4. We submitted the scripts via sbatch SCRIPT-FILE on host lxa1 which runs the SLURM scheduler

Each job performs a molecular dynamics simulation via AGroS.

The AGroS molecular dynamics simulation pipeline

AGroS is a program that controls the three major steps of a molecular dynamics stimulation via GROMACS:

  1. Preparation
    • Cleaning the PDB
    • Adding missing side-chains
    • Adding the solvent: H2O + NaCl
  2. Equilibration
    • Minimizing the potential energy by varying
      • the solvent
      • the solvent and side-chains
    • Short NVT run (50 ps)
    • Short NPT run (50 ps)
  3. Production MD simulation
    • The main MD simulation (10 ns)

In the first steps, the structure is modified such that it is tolerated by GROMACS. In the equilibrium stage, the potential energy is minimized by slightly changing the position of solvent molecules and side-chains. The short NVT and NPT run brings the system into a state which meets certain input conditions, i.e. the starting temperature. In essence, equilibrating the system should avoid strong forces acting acting on particles at the beginning of the simulation. The equilibrated system is than used to carry out the main simulation.

Intermediate PDB files

AGroS creates several intermediate PDB files in the following order:

1. NAME.pdb The input structure
2. NAME_repair.pdb NAME.pdb with common PDB problems repaired by repairPDB
3. NAME_br.pdb Just the protein in NAME.pdb
4. NAME_water.pdb Just the water in NAME.pdb
5. NAME_dna.pdb Just the DNA in NAME.pdb
6. NAME_sc.pdb NAME.pdb with side-chains optimized by SCWRL
7. NAME_nh.pdb NAME_sc.pdb without hydrogen atoms with the water as well as DNA molecules of NAME.pdb included
8. NAME_solv.pdb NAME_nh.pdb with the solvent H20 and 0.1 NaCl included
9. NAME_solv_min.pdb NAME_solv.pdb with the potential energy of the solvent minimized
10. NAME_solv_min2.pdb NAME_solv_min.pdb with the potential energy of the solvent and side-chains minimized
11. NAME_solv_min3.pdb NAME_solv_min2.pdb with the potential energy of the solvent and side-chains minimized again