Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
LocScale
LocScale
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Arjen Jakobi
  • LocScaleLocScale
  • Wiki
  • model_map_generation

Last edited by Arjen Jakobi Oct 27, 2017
Page history

model_map_generation

Reference map generation from a PDB coordinate model

Producing locally contrast-optimized maps using LocScale requires a reference model map that accurately reflects the variation in resolution expressed in atomic B-factors. We therefore recommend to first perform coordinate and ADP refinement against a globally sharpened and (locally) filtered map as described the bioRxiv preprint [1].

The model map can be generated by any procedure that computes the model map from B-factor weighted structure factors using electron scattering atomic form factors. We here provide a recommended procedure to generate the model map and to check consistency with the experimental data using the provided prepare_locscale_input.py script.

In the following the procedure is illustrated for TRPV1 channel [2] from the EMDB Model Challenge [3]. All required files can be found here.

phenix.python prepare_locscale_input.py -mc pdb3j5p.pdb -em emd_5778_full.map -ma emd_5778_mask.map

This procedure generates four files:

  • pdb3j5p_4locscale.pdb                 (shifted) PDB model with same P1 unit cell as EM map
  • pdb3j5p_4locscale.mrc                 (shifted) reference model map
  • emd_5778_full_4locscale.mrc      (shifted) original reconstruction
  • emd_5778_mask.mrc                         (shifted) mask

The two MRC maps produced (`pdb3j5p_4locscale.mrc` and `emd_5778_full_4locscale.mrc`) along with the mask (`emd_5778_mask_4locscale.mrc`) are to be used for input in the LocScale procedure.
**IMPORTANT**:

CCTBX/CCP4 follow the ZXY map axis order convention, whereas most EM programs follow XYZ. This will mostly not have any consequences for visualization, but it may cause issues in further processing (i.e. result in inverted hand of the output maps).

It is preferable to proceed in XYZ convention, please see here.


By default structure factors from the model are computed up to the theoretical sampling maximum at Nyquist frequency. A different resolution cut-off for computation of the reference map can be supplied using the ```-dmin``` flag, e.g.
phenix.python prepare_locscale_input.py -mc pdb3j5p.pdb -em emd_5778_full.map -ma emd_5778_mask.map -dmin 4.0

Please be aware that CCTBX currently only supports electron scattering factors parameterized for neutral atoms. To take into account atomic charges please consult reference [4] and modify the tabulated electron scattering table accordingly.

See prepare_locscale_input.py script for further options.

LocScale maps can be computed using any source of reference maps for scaling. If you prefer to use your own workflow to generate reference model maps, we do recommend to make sure your map complies with the following procedure.

[//]: # (#### PLEASE download the following electron form factor table for use with pdb2map.py.)

References:

[1] Jakobi et al. eLife 6:e27131 (2017)
[2] Liao et al., Nature 504:107-112 (2013)
[3] EMDB Model Challenge 2015/2016
[4] Yonekura et al., J. Appl. Cryst. 49:1517-1523 (2016)

Clone repository

123