Chymotrypsin is a well-studied proteolytic enzyme that functions in our digestive tract where it assists in the hydrolysis of proteins that we eat. It readily cleaves the peptide bonds adjacent to aromatic amino acids tyrosine, phenylalanine and tryptophan. Its mechanism of action is well-understood and is often taught in undergraduate biochemistry courses as an example of the enzyme catalysis. The active site of chymotrypsin has two interesting structural features:
According to the program's author, Dr. Warren DeLano, PyMOL is a molecular graphics system with an embedded Python interpreter designed for real-time visualization and rapid generation of high-quality molecular graphics images and animations. It can also perform many other valuable tasks (such as editing PDB files) to assist you in your research.
Two unique and valuable features of this program over some other visualization program are the use of the powerful programming language (Python) and an emphasis on high-quality graphics. At the present time the program is still undergoing active development, but it is mature enough to be used for learning and research. During the early development, emphasis was placed on functionality, and not on intuitive user interface. As a result, it takes a little time to learn the program. You can interact with the program via four complimentary ways
This program is available for many computer platforms, but it runs slow on our SGI workstations. For effective use, you should download and use it from your personal computer.
Your second homework assignment asked you to create an image that illustrates the following aspects of the chymotrypsin mechanism:
A suitable structure of chymotrypsin with a bound inhibitor in the PDB file 1AFQ. Open this file in PyMOL. It looks pretty complex, so let's simplify the view by displaying parts that are important for your assignment. Visual inspection of the PDB file reveals that the chain D is the ligand. We want to show this ligand, and the catalytic residues in some detail while displaying the rest of the protein as a transparent surface. To accomplish this, you can type the following commands into the command line:
hide
select inhi, chain d show sticks, inhi show sphere, inhi color forest, inhi cmd.disable('inhi')
select active, (resi 57,195,102) show sticks, active color marine, active cmd.disable('active')
create prtn, (chain a,b,c) show surface, prtn
This gets you the basic elements in place, and now you just need to alter the settings for surface color, transparency, and sphere scale to have an esthetically pleasing image. You can change these settings from Edit All ... under the Settings menu. Next, rotate and zoom the structure into a position that best illustrates what you want to show. Finally, you may raytrace the image with the command ray to provide a more photorealistic look and save it as a PNG file on your hard disk. You can insert PNG image files into your Word documents by selecting Insert -> Picture -> From File ...
The structure and function of chymotrypsin are further described in a Chime-based tutorial from the Imperial College in London. Please note that you need a Chime plug-in to see this structure. The plug-in is not installed on SGI computers.
A gallery of PyMOL images with associated PDB files and scripts (you can run these from File > Run) is available at www.chem.ucsb.edu/~molvisual.