Automated model building (cryo-EM)

Why

Determining the structure of a macromolecule typically requires building an atomic model that fits the cryo-EM map. If the structure of the molecule or its components are unknown, the model has to be built from scratch. This task is challenging because molecules are typically very large and map interpretation is difficult at low resolution. Therefore, manual interpretation of cryo-EM maps is time-consuming and error-prone. For many cases, however, automated methods can be used to build models for both proteins and nucleic acids.

How

The program phenix.map_to_model interprets a cryo-EM map and automatically builds an atomic model. If desired, the map is sharpened using phenix.auto_sharpen. The unique parts of the structure are then identified by taking the reconstruction symmetry into account. The procedure identifies which parts of the map correspond to protein or RNA/DNA. To save runtime, you can use phenix.auto_sharpen to sharpen the map and phenix.map_box to cut out the unique part before you run phenix.map_to_model.

The phenix.map_to_model tool requires you to input a CCP4-style (MRC, etc) cryo-EM map or MTZ map coefficients and a sequence file. For optimal model-building results, the resolution of the map should be 4.5 Å or better. The program outputs a PDB file with a model that is superimposed on the original map.

How to use the phenix.map_to_model GUI: Click here

Common issues

Related programs