Completion of the heavy-atom model


The SAD phases can be used in combination with the anomalous difference structure factors to compute an anomalous difference Fourier map. This map is useful in the search for additional heavy-atoms sites. However, a more powerful method for the location of missing sites is the computation of a double-difference or log-likelihood gradient map. To this end, the structure factors in sad_phase_grad.hkl can be used.
      cns_solve < fourier_map_anom.inp > fourier_map_anom.out  [24 seconds]
      cns_solve < fourier_map_grad.inp > fourier_map_grad.out  [ 9 seconds]
Each job produces three output files.
      fourier_map_anom.map             fourier_map_grad.map
      fourier_map_anom_negative.peaks  fourier_map_grad_negative.peaks
      fourier_map_anom_positive.peaks  fourier_map_grad_positive.peaks
The 30 highest positive and smallest negative peaks in both maps are written in PDB format to the *.peaks files.

If you have mapman installed, you can use the command

      map_to_omap *.map
to convert the CNS maps to a format which can be read into O. In O, enter @omac to read in the maps and fourier_map_grad_positive.peaks.


Anomalous difference map (red) and gradient map (green)

Additional heavy-atom sites are usually characterized by peaks in both the anomalous difference and the gradient map. In the image above, the first and the fifth highest peaks in the gradient map are at locations with high densities in the anomalous difference map. The second, third and fourth peaks are satellite peaks close to existing sites. If the solution was not known, one should just use the first peak as an additional site, start a new SAD phasing run, and then look for more sites again. Knowing that that the first and the fifth peaks in the gradient map actually are at the locations of the missing sites, for the purpose of this tutorial, we will add them in one step.

sdb_manipulate.inp is used to add two more entries to the sad_phase.sdb site database file.

      cns_solve < sdb_manipulate.inp > sdb_manipulate.out  [< 1 second]
The name of the expanded file is more_sites.sdb. Use cns_edit and copy-and-paste the coordinates from fourier_map_grad_positive.peaks:
      cns_edit more_sites.sdb
Save the changed site database file under the name sad_eight_sites.sdb. This file is used in two new SAD phasing jobs (see next tutorial).

Script to run this tutorial


Back to tutorials   Previous section   Next section