"

VII.D. PyMOL 5Å Selection

Roderico Acevedo and Kristen Procko

Overview: This activity demonstrates how to use one part of a macromolecular structure to select nearby objects.

Outcome: The user will be able to select a specific part of a macromolecule of interest, display surrounding residues that are within range to interact with the selection, and save these selections.

Time to complete: 15 minutes

Modeling Skills

  • Selecting objects using the command line
  • Selecting groups within 5 Angstroms

About the Model

PDB ID: 1xww

Protein: Low molecular weight protein tyrosine phosphatase

Activity:  Hydrolyzes Tyr-OPO32-  phosphoester bond

Description:  Single chain, bound SO42- competitive inhibitor, bound glycerol (nonspecific stabilizer)

Steps

Cartoon view of the protein structure shown in green with the sulfate ion in the center in yellow sticks and amino acids within 5 angstroms labeled and shown as sticks.
Figure 1: Results from the first nine steps (click to zoom)

Load the Structure

  1. Reload 1xww using the command line. Type: fetch 1xww, type=pdb1

Selecting Objects within a Distance

  1. Hide the waters in the structure
  2. Select the sulfate using the command line. Type:
    select sulfate, resn SO4
  3. Click on sulfate → S → sticks
  4. Use this selection to define the area around the ligands by first duplicating it, click on sulfate → A → Duplicate. Then, click on sel01 → A → rename selection
  5. Using the keyboard, delete the letters “se101” and type: active
  6. Modify this selection to show residues within 5Å. In the names/object panel. Click: active → A → Modify → Around → residues within 5Å. Then, to show these residues as sticks, click: active → S → Sticks.
  7. To label the residues, click L → Residues
  8. To keep the labels on top, in the command line type: set float_labels, on

Show Active Site Water

  1. In the names/object panel, beside active: A → Duplicate.
  2. To rename the selection, click on Sel02 → A → Rename Selection. Delete the letters in the renaming menu that appears in the top right of the structure viewer, and type: active_water
  3. To adjust the new selection to contain active site water molecules, click: active_water → A → Modify → Around → Atoms Within 4 Angstroms.
  4. To modify this further and limit to water molecules, click on Active_water → A → Modify → Restrict → To Solvent.
  5. Click on Active_water → A → Preset → Ball and Stick.

    Rendering of the protein in green cartoon with the p-loop shown in sticks, the sulfate in yellow sticks, and the active site waters represented as red spheres.
    Figure 2: Results from showing active site waters (click to zoom)

Note: The GUI allows selection within 4Å; line commands allow selection of a more appropriate distance of 3.3Å for hydrogen bonding water molecules. The van der Waals radii of the spheres cannot be set in the GUI, but the “ball and stick” selection is close to 0.5Å.

Use Commands to Show Active Site Water

  1. To reinitialize PyMOL in the command line, type: reinit
  2. Reload 1xww using the command line. Type: fetch 1xww, type=pdb1
  3. Hide the waters in the structure. In the command line, type: hide nonbonded
  4. Select the sulfate using the command line. Type:

select sulfate, resn SO4

show sticks, sulfate

hide spheres, sulfate

  1. Use the command line to select the active site this time:

sele active, byres all within 5 of sulfate

show sticks, active

  1. Select any water molecules near the active site, using the command line, by typing each line of the following code:

select active_water, ((active)around 3.3) and (resn HOH)

show spheres, active_water

alter active_water, vdw=0.5

rebuild

  1. Label the active site residues with their names to identify interacting residue. In the names/object panel, click: active → L → residues
  2. In the command line, type: set float_labels, on

Click here to go to Chapter VIII: Molecular Interactions

License

Seeing the Invisible: Learning to Teach with Biomolecular Visualization Copyright © by The BioMolViz Working Group. All Rights Reserved.