19
MOLECULAR DYNAMICS Denise Chac 25 November 2014 PI: Dr. Ha Youn Lee

MOLECULAR DYNAMICS - LEE RESEARCH GROUP · 2019-10-26 · WHAT IS MOLECULAR DYNAMICS? A computer simulation of physical movements of atoms and molecules in the context ... K., Travers,

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: MOLECULAR DYNAMICS - LEE RESEARCH GROUP · 2019-10-26 · WHAT IS MOLECULAR DYNAMICS? A computer simulation of physical movements of atoms and molecules in the context ... K., Travers,

MOLECULAR DYNAMICS

Denise Chac 25 November 2014

PI: Dr. Ha Youn Lee

Page 2: MOLECULAR DYNAMICS - LEE RESEARCH GROUP · 2019-10-26 · WHAT IS MOLECULAR DYNAMICS? A computer simulation of physical movements of atoms and molecules in the context ... K., Travers,

WHAT IS MOLECULAR DYNAMICS?

A computer simulation of physical movements of atoms and molecules in the context of N-body simulation - Wikipedia

Method of screening theories before applying them to the real world … a computer experiment - Frenkel and Smit

Page 3: MOLECULAR DYNAMICS - LEE RESEARCH GROUP · 2019-10-26 · WHAT IS MOLECULAR DYNAMICS? A computer simulation of physical movements of atoms and molecules in the context ... K., Travers,

WHY MOLECULAR DYNAMICS?

Pros:

Predict properties of materials

Predict new properties

Data Analysis

Exploratory Tool

Cons:

Computationally demanding

Hard to model large systems

Additional research/experiments necessary

Page 4: MOLECULAR DYNAMICS - LEE RESEARCH GROUP · 2019-10-26 · WHAT IS MOLECULAR DYNAMICS? A computer simulation of physical movements of atoms and molecules in the context ... K., Travers,

AMBER

Assisted Model Building with Energy Refinement

Sander — Simulated annealing with NMR-derived energy restraints

Page 5: MOLECULAR DYNAMICS - LEE RESEARCH GROUP · 2019-10-26 · WHAT IS MOLECULAR DYNAMICS? A computer simulation of physical movements of atoms and molecules in the context ... K., Travers,

CASE STUDY: GP120

HIV - Human Immunodeficiency Virus

envelope glycoprotein

Function - attachment to host cell’s cell surface

Page 6: MOLECULAR DYNAMICS - LEE RESEARCH GROUP · 2019-10-26 · WHAT IS MOLECULAR DYNAMICS? A computer simulation of physical movements of atoms and molecules in the context ... K., Travers,

OUTLINE:

1. Molecule

2. Start Files

3. Input Files

4. Running the Simulation

5. Visualization

6. Analysis

Page 7: MOLECULAR DYNAMICS - LEE RESEARCH GROUP · 2019-10-26 · WHAT IS MOLECULAR DYNAMICS? A computer simulation of physical movements of atoms and molecules in the context ... K., Travers,

1 - MOLECULE

tleap

$ source leaprc.ff03

$ gp120 = loadpdb 1MEQ.pdb

$ solvatebox gp120 TIP3PBOX 10.0

Page 8: MOLECULAR DYNAMICS - LEE RESEARCH GROUP · 2019-10-26 · WHAT IS MOLECULAR DYNAMICS? A computer simulation of physical movements of atoms and molecules in the context ... K., Travers,

2 - START FILES

$ saveamberparm gp120 prmtop inpcrd

prmtop = the file containing the parameters and topology

inpcrd = the file containing the coordinates

Page 9: MOLECULAR DYNAMICS - LEE RESEARCH GROUP · 2019-10-26 · WHAT IS MOLECULAR DYNAMICS? A computer simulation of physical movements of atoms and molecules in the context ... K., Travers,

3 - INPUT FILES

$ gedit min.in

$ gedit heat.in

$ gedit prod.in

Page 10: MOLECULAR DYNAMICS - LEE RESEARCH GROUP · 2019-10-26 · WHAT IS MOLECULAR DYNAMICS? A computer simulation of physical movements of atoms and molecules in the context ... K., Travers,

3 - INPUT FILES

$ gedit min.in

To minimize the system of the molecule gp120 within the solvate box

Page 11: MOLECULAR DYNAMICS - LEE RESEARCH GROUP · 2019-10-26 · WHAT IS MOLECULAR DYNAMICS? A computer simulation of physical movements of atoms and molecules in the context ... K., Travers,

3 - INPUT FILES

$ gedit heat.in

NVT system

constant number of particles, volume, and temperature

Run simulation for 20 ps from 0K to 300K

Temperature managed using Langevin thermostat

Page 12: MOLECULAR DYNAMICS - LEE RESEARCH GROUP · 2019-10-26 · WHAT IS MOLECULAR DYNAMICS? A computer simulation of physical movements of atoms and molecules in the context ... K., Travers,

3 - INPUT FILES

$ gedit prod.in

NPT system

Constant number of particles, pressure, and temperature

Temperature: 300K

Pressure: 1 atm

Run simulation for 60 ps

Page 13: MOLECULAR DYNAMICS - LEE RESEARCH GROUP · 2019-10-26 · WHAT IS MOLECULAR DYNAMICS? A computer simulation of physical movements of atoms and molecules in the context ... K., Travers,

4 - MD SIMULATION

$ sander -O -i input.file -o output.file -p prmtop -c inpcrd -r restart

-i = name of input file

-o = name of output file

-p = parameter/topology file

-c = set of initial coordinates for MD simulation

-r = final set of coordinates for MD simulation

Page 14: MOLECULAR DYNAMICS - LEE RESEARCH GROUP · 2019-10-26 · WHAT IS MOLECULAR DYNAMICS? A computer simulation of physical movements of atoms and molecules in the context ... K., Travers,

5A - VISUALIZATION

VMD = Visual Molecular Dynamics

File > New Molecule

Browse > prmtop

as AMBER7 parm

Browse > Prod.mdcrd

as Amber Coordinates with Period Box

Page 15: MOLECULAR DYNAMICS - LEE RESEARCH GROUP · 2019-10-26 · WHAT IS MOLECULAR DYNAMICS? A computer simulation of physical movements of atoms and molecules in the context ... K., Travers,

5B - VISUALIZATION

VMD = Visual Molecular Dynamics

Extensions > Visualization > Movie Maker

Renderer: Snap Shot

Movie Settings: Trajectory

Format: JPEG Format

Page 16: MOLECULAR DYNAMICS - LEE RESEARCH GROUP · 2019-10-26 · WHAT IS MOLECULAR DYNAMICS? A computer simulation of physical movements of atoms and molecules in the context ... K., Travers,

5C - VISUALIZATION

Page 17: MOLECULAR DYNAMICS - LEE RESEARCH GROUP · 2019-10-26 · WHAT IS MOLECULAR DYNAMICS? A computer simulation of physical movements of atoms and molecules in the context ... K., Travers,

6A - ANALYSIS

$ process_mdout.perl Heat.out Prod.out

gnuplot>

$ plot Summary.TEMP

$ plot Summary.ETOT/EKTOT/EPTOT

Page 18: MOLECULAR DYNAMICS - LEE RESEARCH GROUP · 2019-10-26 · WHAT IS MOLECULAR DYNAMICS? A computer simulation of physical movements of atoms and molecules in the context ... K., Travers,

6B - ANALYSIS

$ ptraj prmtop rmsd.ptraj > ptraj.log

rmsd.ptraj

Calculate RMSD between the initial structure and final structure

Page 19: MOLECULAR DYNAMICS - LEE RESEARCH GROUP · 2019-10-26 · WHAT IS MOLECULAR DYNAMICS? A computer simulation of physical movements of atoms and molecules in the context ... K., Travers,

REFERENCES

Frenkel, D. & B. Smit. 2002. Understanding Molecular Simulations: from algorithms to applications. 2nd Edition. Academic Press: London, UK.

Case, D.A. et al. 2014. Amber 14 Reference Manual. Park, M., Park, S.Y., Miller, K.R., Collins, E.J., Lee, H.Y., 2013. Accurate Structure

prediction of peptide-MHC complexes for identifying highly immunogenic antigens. Molecular Immunology 56, 81-90.

Alberts, B., Johnson, A., Lewis, J. et al. 2002. Molecular Biology of the Cell. 4th Edition. New York: Garland Science.

Janeway, C., Murphy, K., Travers, P., Walport, M. 2008. Janeway’s Immunobiology. 8th Edition. New York: Garland Science .

Guilhaudis et al. 2002. Solution structure of the HIV gp120 C5 domain. Euro J Biochem 269: 4860-4867.