TL;DR#
-
Find a structure of interest, taking the currently highest resolution structure (0.48 Å) 5D8V as an example.
-
Download the model and density
- Model in PDB format
- Validation 2fo-fc coefficients file, unzip to obtain cif format file
- Validation fo-fc coefficients file, unzip to obtain cif format file
- Obtain 3 files:
- 5d8v.pdb
- 5d8v_validation_2fo-fc_map_coef.cif
- 5d8v_validation_fo-fc_map_coef.cif
-
Convert format:
-
Use cif2mtz from the CCP4 suite
cif2mtz hklin 5d8v_validation_2fo-fc_map_coef.cif hklout 2fo-fc.mtz << EOF EOF cif2mtz hklin 5d8v_validation_fo-fc_map_coef.cif hklout fo-fc.mtz << EOF EOF
-
Use the standalone python package gemmi
pip3 install gemmi gemmi cif2mtz 5d8v_validation_2fo-fc_map_coef.cif 2fo-fc.mtz gemmi cif2mtz 5d8v_validation_fo-fc_map_coef.cif fo-fc.mtz
-
-
Load the PDB model and 2fo-fc.mtz as well as fo-fc.mtz in COOT
Reference#
This article is synchronized by Mix Space to xLog
The original link is https://xxu.do/posts/structure/Retrieve-structure-from-PDB-and-view-density