Jmol can find and display cavities, pockets, and tunnels as isosurfaces. This page explains how to do that, and how to show the results in Proteopedia.
Terminology
For definitions of the terms cavity, pocket, tunnel, channel and void please see Cavity programs.
How To Show Cavities In Proteopedia
Below are shown Jmol commands to identify and display cavities as isosurfaces, with their results. Using these commands, and displaying the results in Proeopedia, require several extra steps outside of Proteopedia's usual Scene Authoring Tools (SAT). In brief, cavity isosurfaces should be generated in the stand-alone Jmol application and captured in a PNGJ file, which is then uploaded to Proteopedia for use in the SAT. Instructions are at the end of this page under Preparing Isosurface Scenes for Proteopedia.
Small Cavities Example
The coronavirus (SARS-CoV-2 and others) spike protein, in its closed conformation, has two small cavities
().
The smaller one is a potential drug target: here is an explanation. These cavities were rendered with the Jmol command
- isosurface minset 100 interior cavity 3.0 10.0
Jmol reports the volumes of these cavities as 5,564 and 1,606 Å3.
Below we will show the importance of each part of this command.
The simplest command is
-
This produces pockets, tunnels, and cavities of all sizes. There are 426 separate surfaces. The largest is a convoluted tunnel with many mouths, volume 60,197 Å3.
Increasing the Cavity Probe Radius
Cavity Probe Radius 1.2 Å
First, we will limit the result to interior cavities (excluding tunnels and pockets):
- isosurface interior cavity
This generates 212 cavities, ranging in volume from 353 down to 1.9 Å3. Comparing this with the initial 2-cavity result (green link above), note that neither of the cavities of interest is here. The largest cavity here is much smaller than the smaller cavity in the initial result. By trial and error, this appears to be because the cavity probe size is too small. The default probe radius is 1.2Å. The distinction between interior cavities and pockets/tunnels is whether the space intersects with an envelope of the molecule. Such an intersection represents a mouth. The default probe radius for the envelope is 10 Å. Quoting from the Jmol documentation, "Smaller numbers for the cavity radius lead to more detailed cavities; smaller numbers for the envelope radius lead to cavities that are more internal and extend less toward the outer edge of the molecule." A minimum volume of 1.9 Å3 is puzzling since it is smaller than the volume of the spherical probe: 1.2 Å is the default radius; spherical probe volume is 7.2 Å3. At least no negative volumes are reported.
Cavity Probe Radius 2.0 Å
Increasing the cavity probe radius to 2.0 Å still does not display the cavities of interest (not shown). 44 separate cavities are displayed. Of concern is that most have volumes much less than the spherical volume of the probe (33.5 Å^3), and it is not clear how a cavity smaller than the probe can be detected. Of further concern is that several cavities report negative volumes.
Cavity Probe Radius 2.6 Å
Increasing the cavity probe radius to 2.6 Å finally displays the smaller cavity of interest, but not the larger.
- isosurface interior cavity 2.6 10.0
This cavity probe radius gives a volume of 1,855 Å3 for the smaller cavity of interest, 16% larger than with the 3.0 Å probe. 10 cavities are reported. The volume of the smallest is reported to be 0.10 Å3, and the next-to-smallest, 30.3 Å3. The spherical volume of this probe is 73.6 Å3.
Cavity Probe Radius 3.0 Å
Increasing the cavity probe radius to 3.0 Å finally shows both cavities of interest.
- isosurface interior cavity 3.0 10.0
However there are two smaller cavities that are not of interest. To avoid these, we can specify a minimum number of triangles for cavity surfaces with the parameter minset. Using "minset 100" (value determined by trial and error), we arrive at the command shown at the beginning, which shows only the two cavities of interest. Using "minset 50" eliminated only the smaller of the two unwanted cavities.
Summary of Volumes
The volumes of the two cavities of interest for 6zgi are reported by Jmol as follows:
Cavity Probe Radius, Å
| Larger Cavity Volume, Å3
| Smaller Cavity Volume, Å3
|
| 2.6
| not detected
| 1,855
|
| 3.0
| 5,564
| 1,606
|
| 4.0
| 4,675
| 1,032
|
| 5.0
| 3,194
| 523
|
Reducing the Envelope Probe Radius
We have used the default envelope probe radius of 10.0 Å in all the above examples. If it is reduced to 7.0, the two cavities of interest fail to be displayed [not shown]. This is presumably because a more detailed envelope with more indentations created mouths in the two cavities of interest, rendering them pockets or tunnels, rather than interior cavities with no mouths. If it is reduced to 3.0 Å, no cavities are displayed [not shown]. Two are reported with negative volumes of -560.8 and -3.3. The maximum envelope probe radius allowed by Jmol is 10.0.
Large Cavity Example
. An X-ray structure, 3hyc, reveals a large central cavity, approximately 35 Å in diameter. This cavity connects to the protein surface with four "mouth" openings, each about 10-12 Å in diameter. These openings are in a plane, 90° apart. Here, you can .