Tutorial: Fit Biomolecules into Cryo-EM Maps using MD Simulation (GUI)

Overview

This tutorial will show you how to fit biomolecule atomic structures into cryo-EM maps using molecular dynamics simulation within the PHENIX graphical user interface (GUI).

For commandline execution, please see the cryo_fit_commandline_tutorial

Theoretical explanation of cryo_fit is here

For installation of cryo_fit, please see the installation notes for cryo_fit

Input files

<initial_model> and <target_map>

Initial Model

Available format: .cif and .pdb

The initial model is a guide or template structure (CIF/mmCIF/pdb) that is close to a target cryo EM map structurally.

You can use either map_to_model or UCSF chimera (Tools -> Volume Data -> Fit in Map)) to prepare the initial model.

Target Map

Available format: .ccp4 and .map (MRC style in binary file) and .sit (Situs style in text file)

Launch cryo_fit

../images/cryo_fit_gui_launch.png

Enter Input Files

Click browse buttons.

(Tutorial input files live in <User_phenix>/modules/cryo_fit/tutorial_input_files)

../images/cryo_fit_gui_enter_input_files.png

Specify cryo_fit executable location

Click browse buttons.

(select for exampple, /Users/doonam/bin/cryo_fit/bin)

../images/cryo_fit_gui_specify_bin.png

Enter Options

All options can be left blank (cryo_fit will figure out all options automatically).

Run

../images/cryo_fit_gui_run.png

It should start something like this (total steps are 1~8).

../images/cryo_fit_gui_it_should_start.png

Running time (With 2.7 GHz CPU, macOS)

All default values, it took ~2 minutes With 10k steps, it took ~9 minues

Result

../images/cryo_fit_gui_result1.png ../images/cryo_fit_gui_result2.png

Output files are in steps/8_cryo_fit folder

A finally fitted atomic model: cryo_fitted.pdb

.gro and .pdb files from the highest 3 cc values: extracted_x_steps_x_ps.gro/pdb (.gro files are for vmd)

CC means 'correlation coefficient between atomic structure and cryo-EM map': steps/8_cryo_fit/cc_record

Output Examples

With tRNA

../images/cryo_fit_result.png

Limitation

gromacs 4.5.5 seems to not handle H2O (water) heteroatom. cryo_fit will remove water molecules (if any) from the input .cif/.pdb and fit to cryo EM map.

cryo_fit doesn't handle non-canonical "residue"s such as 7C4, BMA, GDP, ILX, NAG, SEP, TRX. The cryo_fit will simply erase those residues.

Reference

S. Kirmizialtin, J. Loerke, E. Behrmann, C. MT. Spahn, K. Y Sanbonmatsu, Using Molecular Simulation to Model High-Resolution Cryo-EM Reconstructions, Methods Enzymol., 558, 2015, 497-514

List of all options

{{phil:cryo_fit.command_line.run}}