Thursday, January 19, 2012

That's Classic!

I've very recently had the joy of setting up classical simulations for use in my research developing the next generation of force-fields. Since I've dealt with quantum mechanics and classical mechanics derived from quantum mechanics, my need for classical simulations on proteins and ligands has been void. Until now.

I only know of two tools to actually calculate Molecular Dynamics simulations on entire proteins: The Tinker package and the GROMACS package. I've tinkered(!) around with the first package and kept a good distance to the latter, but times have changed since I needed to include a ligand. GROMACS (and Tinker for that matter) are tuned to either proteins (in solution) or small molecules (in solution)*. If you want another molecule to use for the MD, you must first obtain the force-field parameters somehow. Since the most of us have no time for that, or that the next generation force-field is on its way but not quite there yet, what do you do?

To start from nothing and finish two days later, I did what any (in)sane scientist would do if no-one in the department has apparent experience with a particular piece of software: I Googled and I browsed the GROMACS "guides". The first is good if you know what to look for, and the latter is good to get inspiration, but it does not quite get you there since information always seem to be outdated just a bit.

Here is how I did it:
  1. Find the structure of interest to you on the Protein Data Bank. Build your ligand into that system using your favorite build tool. You should now have a PDB file with a protein and a ligand.
  2. Use SwissParam (more info below) to make a topology file (actually it is a force-field) of your ligand.
  3. Follow the SwissParam Gromacs guide until step 6 (you must include this step!)
  4. Follow the Protein-Ligand Complex guide by Justin Lemkul from the solvation step (it is good to actually read the entire guide). This will get you to make a production run MD of 1 ns of your own system.
  5. Analyze your MD! This is out of scope for this post, but man was I happy when the MD actually successfully finished.
Note on SwissParam
The SwissParam tool takes a small molecule of interest and generates what is know in GROMACS-speak as a topology file, but in regular office-chatter, this is known as a force-field. Here is an exert from the main page of SwissParam

The data are derived from the Merck Molecular ForceField (MMFF). Dihedral angle terms are taken as is, while only the harmonic part of the bond, angle and improper terms are retained. Charges are taken from MMFF. Van der Waals parameters are taken from the closest atom type in CHARMM22.

The paper of SwissParam(doi:10.1002/jcc.21816) has been published so give it a read if you're really feeling geeky.

* I should note that if one chooses the MMFF 94 force field in Tinker, one should potentially be able to use it for everything, but it is a bit messy to actually set up and run not to mention that I found absolutely no way to automate the atom type-setting.

7 comments:

Anonymous said...

If you plan to run publishable research-grade simulations, you should be very careful and do considerably more reading. GROMACS is very popular, but I would also suggest NAMD. The latter has many tutorials that will show you how to properly use their software and it's various plugins. When it comes to force fields, MMFF is used primarily in minimzations, NOT molecular dynamics simulations. AMBER or CHARMM are more appropriate. Parameterizing ligands for these force fields ranges from cut and pasting to complicated fitting of QM data (depending on the ligand structure) but is for good reason. I have inside information that several tools for developing ligand parameters for CHARMM will be released shortly by a couple of groups.

Unknown said...

Hi Anonymous,

thanks for the heads-up on reading more for publishable grade MD's. This is obviously true and I suspect many reviewers have their own opinion on how to do proper MD.

This post was a mere introduction to show people how to actually get running in a somewhat easy way instead of hammering their heads into the wall. It includes the basic steps needed to set up a system which is in equilibrium (for the systems of the guides of course) but I assume in no way that the end product rolls off straight to the press. Funnily enough, proper classical simulations seem so much harder to do than their quantum cousins.

The SwissParam tool works wonderfully, but It'll be interesting to see what other people are working on.

cheers

Casper

Anonymous said...

Indeed, gotta start somewhere. Best of luck.

Quantum calcs are easy to setup?! I had to seek out and read Jan's (very useful) book just to get a GAMESS calculation to run! I even had a friend in Gordon's group who wasn't nearly as useful.

Chris Mayne said...

The Force Field Toolkit (fftk) was just released in VMD 1.9.1 for the purpose of parameter development. Unlike a lot of existing tools, it provides the tools necessary to develop parameters from the ground up, rather than assignment by analogy. Documentation is available at http://www.ks.uiuc.edu/Research/vmd/plugins/fftk/. If you're unfamiliar with the specifics of CHARMM/CGenFF-styled parameterization it may be a little daunting at first. We're working on a tutorial as fast as we can.

Unknown said...

Chris,

This is indeed interesting. I shall have a look at it soon (and maybe even make a post about it!). Thanks for the info.

Casper

Jim Kress said...

Did you try the all atom force filed in gromacs?

Unknown said...

Hi Jim,

I have not. The work I needed followed strictly what was available from the guides in this post.

Casper