Download the data from 1_intro.tgz

Files

Reflection data: hypF-1gxu-1gxt-HG_scaleit1.mtz
Sequence file: hypF_Ndom.seq
acylphosphatase model: 1v3z_B.pdb

Introduction to CCP4 programs for MR

The target is an acylphosphatase-like domain of hydrogenase maturation factor HypF from E.coli, see Rosano et al., JMB, 321, 785 (2002). HypF-ACP sulphate and phosphate complexes have been deposited in PDB as 1gxt and 1gxu respectively.

Across various tutorials we will solve the hypF structure by molecular replacement, using several programs and approaches, and the native 1gxu dataset to 1.3 Å resolution in space group H32. The target has 91 residues and a Matthews calculation strongly suggests only one molecule in the asymmetric unit. In this tutorial we focus on MR using the program Molrep.

N.B. hypF-1gxu-1gxt-HG_scaleit1.mtz includes the data from 1gxu, 1gxt, the Hg derivative, and some experimental phases based on the Hg sites. Do not forget to select the correct mtz-columns (FP1gxu, SIGF SIGFP1gxu) each time you define the input mtz-file.

Checking the data

We first use Sfcheck to check a few things about the data:

  1. Select Data Reduction and AnalysisCheck Data QualityAnalysis with sfcheck to open the sfcheck task window
  2. Enter a title
  3. Make sure that Run Rampage to analyse structure geometry and Run Procheck to analyse structure geometry are unselected (we do not yet have any coordinates) and Run Sfcheck to analyse experimental data only is selected
  4. In the line MTZ in select the file hypF-1gxu-1gxt-HG_scaleit1.mtz
  5. Select the labels F=FP1gxu, SIGF=SIGFP1gxu and FreeR=FREE
  6. Check that a suitable filename has been generated for Sfcheck Output PS
  7. Keep all defaults, and click RunRun Now

Sfcheck produces a postscript file with some useful things (see under View Files from Job):

Choice of search models

The target is an acylphosphatase-like domain. A search of the PDB reveals two acylphosphatases with a sequence identity to the target of about 31%, viz. 1v3z and 1w2i. Each has two chains in the asymmetric unit, either of which could be used as the basis of a search model.

Normally you would use something like Chainsaw at this point to prepare a search model from the template. As an exercise, we are going to try MR straightaway.

Notes on Sequence Alignment

There are many ways of approaching this, and the different tools will give slightly different results. The sequence identity depends on the definitions used (i.e. treatment of gaps and alignment length), the specific alignment technique, and whether parts have been chopped out of the model.

Molrep Run 1

We will use chain B of 1v3z as the search model.

  1. Select the Molecular Replacement module and open the Run Molrep - auto MR task window.
  2. Enter a title
  3. Do Molecular Replacement should be already selected.
  4. For Data select the file hypF-1gxu-1gxt-HG_scaleit1.mtz
  5. Select the labels F=FP1gxu and SIGF=SIGFP1gxu
  6. For Model select the file 1v3z_B.pdb
  7. (Optional) You can use an upper resolution cut off of 3 Å to speed up the calculation, see folder Experimental Data
  8. Keep all defaults, and click RunRun Now

When the job has finished, look at the log file (View Files from JobView Job Results (new style)Log File tab). Note the following:

Molrep Run 2

In fact, we can make use of our knowledge of the target, and this will often improve the solution. The search model has a moderately low sequence identity with the target and therefore the majority of the side chains are incorrect. Molrep can make use of the target sequence to improve the search model.

  1. Select the previous job, and click ReRun Job
  2. Most of the parameters should be set correctly, but you should change the title, and the name of the Solution file, so that it is different from the first job
  3. This time, input the target sequence file hypF_Ndom.seq in the Sequence box
  4. Click RunRun Now

Look at the log file of this job.

Checking the solution

The positioned model can be submitted for a few cycles of automated refinement, then checked manually against 2mFo-DFc and mFo-DFc maps, using a graphics program such as Coot. Since we have a good resolution dataset, the model can also be passed to ARP/wARP for rebuilding. Refinement, validation and model re-building are covered in other tutorials

Here we will give a brief demonstration of how to refine the solution models using Refmac

  1. Select the Refinement module and open the Run Refmac5 task window
  2. Enter a title
  3. We will run Refmac with defaults, i.e. restrained refinement with no prior phase information
  4. For MTZ in provide the file hypF-1gxu-1gxt-HG_scaleit1.mtz
  5. For PDB in provide the output file from the first Molrep job
  6. Leave everything else at defaults. Note this will run 10 cycles of restrained refinement

When the job has completed, double-click on the job name in the job list window to open the results page. For this example, we are only interested in making a quick assessment of whether or not MR has worked. To do this we will look at the R/R-free values before and after the 10 cycles of refinement. These are listed in the Result table

Repeat the above steps using the output PDB file from the second Molrep job. Note, do not overwrite the MTZ and PDB output files from the first refinement job! Compare the R/R-free values for both jobs. You can clearly see that modifying the search model has greatly improved the results. Nevertheless, the best way to judge whether a solution is correct is to look at the electron density map. From the Refmac results page, you can launch Coot with the refined map and model loaded by clicking on the Coot button under Output Files

The Molrep solution is related to the deposited structure 1gxu by the symmetry operation -Y+23, X-Y+13, Z+13. Comparison of the structures in CCP4mg or Coot shows that the beta sheet and one of the two helices are well matched, but there are significant differences elsewhere.

In general, if we want to compare an MR solution to the deposited structure, then we need to take into account possible symmetry operations and possible changes of origin. Two solutions may be identical, even if it is not obvious from a quick look in a graphics program. This can be checked with the csymmatch utility:

  1. Select the Symmetry match models task in module Coordinate Utilities
  2. Enter the MR solution PDB file as the Work PDB in, and the deposited structure (1gxu) as Reference PDB in
  3. Select Apply origin shift and hand correction and run

The log file reports the symmetry operator and change of origin which give the best match, and a normalised score for the match is reported. The output PDB file has this transformation applied, and can be compared to the reference PDB file. Of course, usually we don't have a deposited structure to compare with, but the same process is useful to compare different MR solutions.