Rasmol - Structures and Scripts

The beginning steps in viewing a protein or nucleic acid structure are straightforward. We're going to assume that you're interested in picturing a protein with a ligand, or inhibitor, or whatever, bound.

At this point, what you're trying to do is simply establish the general scale and structure of your view. The color choices for the background and all other objects are:

blue cyan greenblue orange
red violet yellow black
green magenta purple redorange
white      

Place the cursor in the command window:

Some .pdb files may list water of crystallization among the "hetero" set. If a bazillion water molecules (single dots) appear when you "select hetero", enter "select water" and then chose a display mode that doesn't apply to water, such as 'cartoon', and the waters will vanish. Alternatively, try "select ligand" instead of "select hetero"

If you know which amino acids are in the binding site for your ligand, your can now repeat the selection process for each in turn. Type, for example, "select Tyr100", then change the display mode and color, and repeat for each identified residue.

If you are not sure about the groups around your ligand, you can use the "within" modified to the select command:

select within (distance, target)

In this command, "distance" is a distance in Angstroms, corresponding to the radius of a bubble around the target. Anything within this distance is selected.

For example

select within (4.0, Ca)

selects all atoms within 4.0 A of the calcium ion a protein

You can then manipulate the display as above to visualize the residues. To identify the species now displayed, use the label command:

label %n%r

The "%n" calls for the residue name, and the "%r" gives the residue number. Alternatively, click on the species in the display window, and the command window will identify it. Label colors can be changed by using "color label colorname".

If the portion of the molecule you wiant to examine is somewhat buried, the "slab" command may be helpful.

Rasmol keeps track of the commands you issue, and will write them to a file, called a script, that you can use to reproduce any display. When you are satisfied with the display you have created, type:

write script 'filename.scr'

where 'filename' is the name you choose for the script file. To load the structure display again, just type:

script 'filename.scr'

The script will run, and the display will appear.

Finally, if you wish to save a graphic containing your display, choose 'Export', and select either the 'bmp' or 'gif' format. Then enter a filename on the form that will appear. The .gif format will provide more detail, but either can be pasted into a word processor document and printed.

If you have the Adobe Acrobat Reader on your computer, you can download here a Quick Reference Card that summarizes Rasmol commands. If you don't have Acrobat, click the icon below to download a FREE copy.

)


This page last modified 3:32 PM on Wednesday November 10th, 2004.
Webmaster, Department of Chemistry, University of Maine, Orono, ME 04469