Chimera Tutorials Index

Image Tutorial: Density Display

 A: 
 B: 

Background

These images show part of Protein Data Bank entry 2fma, the Alzheimer's amyloid precursor protein (APP) copper-binding domain, along with its electron density map (2fo-fc) available from the Electron Density Server.

Image How-To

The recipe here is just an example; there are usually many routes to the same or similar results. See also: presets, tips on preparing images, and on the Chimera Web site, the Image Gallery and Guide to Volume Display

Start Chimera and enlarge the window as desired. Show the Command Line (for example, with Favorites... Command Line).

Fetch 2fma from the Protein Data Bank, then apply interactive preset #2 to display all atoms with heteroatom color-coding:

Command: open 2fma
Command: preset apply int 2
Fetch the density map for this structure from the Electron Density Server:
Command: open edsID:2fma
Click the little eye icon on the Volume Viewer dialog to hide the electron density for now. Move and scale using the mouse and the Side View as you wish throughout the tutorial.

Since one goal was to show an example of alternate conformations, residues with atoms in alternate conformations were identified by labeling:

Command: rlab @.a
Met-170 and Glu-183 have alternate conformations; a stretch of residues near Met-170 was chosen for the figure. Show just residues 168-170 along with the backbone of the flanking residues:
Command: ~rlab
Command: show :168-170
Command: focus
Command: disp :167,171@n,ca,c,o
Change to the stick representation and make the sticks thinner:
Command: rep stick
Command: setattr m stickScale 0.5
Select the sidechains only of Tyr-168 and Met-170; this selection will be used to limit the density display to a zone.
Command: sel :168,170 & without CA/C1'
The without CA/C1' part is shorthand for the menu entry Select... Structure... side chain/base... without CA/C1'. All terminal menu entries under Select... Structure can be used as command-line specifiers.

In Volume Viewer,

  1. click the eye icon to turn density display back on
  2. choose Features... Zone from the menu and click the Zone button that appears within the dialog. After that, the selection can be cleared (for example, by Ctrl-clicking in empty space), but the zone Radius can still be adjusted. A zone radius of 1.96 Å was used for the figures.
  3. the vertical bar (threshold) on the histogram represents a contour level;
  4. choose Features... Surface and Mesh Options from the menu to reveal additional display settings
Volume display settings (other than defaults) for figure A: Volume display settings (other than defaults) for figure B: Use 2D Labels (under Tools... Utilities) to add label text. The labels are the same for the two figures. Click in the graphics window to start a label and type to enter its contents. Each label can be repositioned by dragging. Each label's color can be adjusted by clicking the color well and using the Color Editor, and its font size can be edited to a different value. What font sizes are appropriate depends on the window size; use what you think looks best. In this case, the labels are all white, and the residue labels are in a slightly larger font than "alternate conformations." The latter was typed with return (Enter) between the two words so that they would appear on different lines.

The figures were saved as PNG files with the same number of pixels as the Chimera window by using File... Save Image with default settings.

Saving a session (see the File menu) right before or after saving the image is recommended if you might need to regenerate the same or a similar figure later, say at a different resolution or with modified coloring. The session will include the position at the time of session saving, named session-start. This is useful when you restore a session and move things around but then want to restore its initial position:

Command: reset session-start


meng-at-cgl.ucsf.edu / August 2009