Autodock Tutorial Paso A Paso
Autodock Tutorial Paso A Paso
Contents
Contents .......................................................................................................................................................... 2 Introduction.................................................................................................................................................... 3 Pmv Basics ...................................................................................................................................................... 4 Exercise One: Preprocessing a PDB File ..................................................................................................... 5 Pmv Mouse and Keyboard Bindings............................................................................................................ 6 Exercise Two: Preparing a Ligand for AutoDock. ..................................................................................... 7 Exercise Three: Preparing a Macromolecule............................................................................................ 10 Exercise Four: Setting the Search Space ................................................................................................... 11 AD4 Exercise Five: Preparing the AutoGrid Parameter File ................................................................. 12 AD4 Exercise Six: Starting AutoGrid 4 ..................................................................................................... 13 AD4 Exercise Seven: Preparing the AutoDock4 Parameter File ............................................................ 14 Exercise Eight: Starting AutoDock4 and AutoDock Vina. ...................................................................... 15 AutoDock Vina Exercise Nine: Preparing a Configuration File (optional) ........................................... 16 Exercise Ten: Visualizing AutoDock Vina results. ............................................................................... 17 Exercise Eleven: Visualizing AD4 results.... .............................................................................................. 18 Exercise Three B (optional): Preparing the flexible residue file ............................................................. 19 Beyond the GUI............................................................................................................................................ 20 Appendix 1: Dashboard Widget ................................................................................................................. 27 Appendix 2: Conformation Player ............................................................................................................. 28
Introduction
This tutorial will introduce you to docking using the AutoDock suite of programs. We will use a Graphical User Interface called AutoDockTools , or ADT , that helps a user easily set up the two molecules for docking, launches the external number crunching jobs in AutoDock , and when the dockings are completed also lets the user interactively visualize the docking results in 3D. ADT is available here: mgltools.scripps.edu/downloads. AutoDock Vina (Vina) is available here: http://vina.scripps.edu. AutoDock4 (AD4) along with other helpful information is available here: http://autodock.scripps.edu.
Before We Start
And only if you are at The Scripps Research Institute These commands are for people attending the tutorial given at Scripps. Start ADT if you find its icon in the Dashboard. Alternatively start it from the command line by opening a Terminal window and typing this at the UNIX, Mac OS X or Linux prompt: % cd Desktop % cd tutorial % adt In either case, set the startup directory for todays tutorial: click File in the top left corner of AutoDockTools GUI click Preferences in the dropdown menu click Set in the menu which opens In the General tab of the Set User Preferences widget which opens look down to find Startup Directory Verify that the Startup Directory entry to ~/Desktop/tutorial (or /home/user#/Desktop/tutorial)
Pmv Basics
Starting AutoDockTools adt, either by clicking on the adt icon or by running the adt script from the command line, opens a GUI containing a docked camera and control panels. Place your cursor over the icons in the Tool bar to find out more Menu bar Tool bar
Dashboard
3D Viewer
Heres why Before formatting a molecule for AutoDock, various potential problems must be resolved. These can include missing atoms, chain breaks, alternate locations etc. Here we remove crystallographic waters from hsg1. Note bonds between bonded atoms are represented as lines while non-bonded atoms, here the oxygen atoms of water molecules, are shown as small squares. We will remove them in Step 4. Now the lines representing the bonded atoms are colored according to element, as follows:
Carbons that are aliphatic (C) - gray, Carbons that are aromatic (A) - green, Nitrogens (N) - blue, Oxygens (O) - red, Sulfurs (S) - yellow, Hydrogens (H) - white.
3. Click on Select in the Menu bar (MB) to dropdown a menu. In it, locate and click on Select From String: MB Select SelectFromString LeftMB In the Select From String widget, type HOH* in the Residue: entry and * in the Atom entry. Click on Add then click Dismiss to close.
Select From String Residues :
type in HOH *
Use Select From String to select nodes using strings for the Molecule, Chain, Residue and/or Atom levels. These strings can be names, numbers, ranges or lambda expressions that are evaluated to build a set and can contain regular expressions including wild cards such as * which matches anything. Here we want to select all atoms (*) in residues named HOH*. Verify that you see Selected: 127 Atom(s) with a yellow background in the center of the Info bar at the bottom of the ADT window.
Delete
Here you will be asked to confirm this action because deleting nodes cannot be undone. NOTE: You must add all hydrogens to a molecule before you select it to be either the ligand or the receptor. . 5
Add
6. DB L hsg1
M odifier
Left
M iddle
Right
None Shift
Rotate
Scale
Select
Scale
You can press the following keys when the cursor is in the viewer window to change your view of the molecule:
Key Action
R N
Reset view
D
By default, the Viewers current object is root so you will not see any changes here if you toggle between transform root and transfom current object. The DejaVu GUI lets you change the current object.
Toggle between transform root (i.e. scene) and transform the Viewers current object.
This summary lists the type of charge used; the numbers of non-polar hydrogens merged, of aromatic carbons, of rotatable bonds found + the number of torsional degrees of freedom detected (TORSDOF) as well as the total non-integral charge error which is the amount by which the sum of the per-atom charges differs from an integer.
ADT identifies a central atom in the ligand for use as the root and marks it with a green sphere. This is the atom with the smallest largest sub-tree. In the case of a tie, if either atom is in a cycle, it is picked to be root. If neither atom is in a cycle, the first found is picked. As you might imagine, this can be a slow process for large ligands. The rigid portion of the ligand includes this root atom and all atoms connected to it by non-rotatable bonds (which we will examine in the next section.) At this point in our example, the root portion includes only the best root atom, atom C11 because all its bonds to other atoms are rotatable so there is no root expansion to see. If some bonds from C11 to other atoms were inactivated, you could show the entire rigid root portion with Ligand Torsion Tree ShowRootExpansion . Hide only the marker on the root with: Ligand Torsion Tree Show/Hide Root Marker The Torsion Count widget displays the number of currently active bonds. 14/32 on the widget indicates that 14 are currently active out of the maximum allowed by AutoDock which is 32. Bonds that are currently active are colored green, bonds that cannot be rotated are colored red while bonds that could be rotated but are currently marked as inactive are colored purple. In AutoDock only single bonds which are not in cycles and not to leaves can be rotated. ADT determines which bonds could be rotated. You set which of these are to be rotatable by inactivating the others in the viewer. By default, amide bonds amide bonds are treated as non-rotatable. Note that two bonds have been inactivated, the bond between atoms N2;6 and C3;4 and that between atoms C21;26 and N4;28. Notice that the current total number of rotatable bonds is 14. Before you close this widget, be careful to leave all the bonds except the two amide bonds active.
CAUTION! Trying to make all bonds between selected atoms inactive when there is no specific selection in ind will cause a problem because then the selection is expanded to include everything. This would involve processing all the bonds in hsg1.
4.
fewest atoms ,
JUST for todays tutorial! In order to get good docked results in a small amount of time we are using this optional feature to reduce the number of active bonds and to keep active bonds those which move the fewest atoms. This reduces the complexity of the search problem.
Each AutoDock4 calculation requires at least 4 input files: one for the ligand, one for the receptor as well as separate parameter files for AutoGrid and AutoDock. ind.pdbqt is the first of these four input files. Each AutoDock vina calculation uses the same ligand and receptor files along with an optional configuration file. A configuration file will be prepared in an exercise to follow.
6.
If it is visible, hide the root marker before going on to the next exercise. Undisplay the ligand by clicking on the gray rectangle under Show/Hide for ind in the Dashboard. Redisplay the receptor by clicking on the gray rectangle under Show/Hide for hsg1 in the Dashboard. To reset the view, place the cursor over the viewer and type rnc
Select M olecule .
Selecting the macromolecule in this way causes the following sequence of initialization steps to be carried out automatically: ADT checks that the molecule has charges. If not, it adds Gasteiger charges to each atom. Remember that all hydrogens must be added to the macromolecule before it is chosen. If the molecule already had charges, ADT would ask if you want to preserve the input charges instead of adding Gasteiger charges. ADT merges non-polar hydrogens unless the user preference adt_automergeNPHS is set not to do so.
File
ADT also determines the types of atoms in the macromolecule. AD4 and Vina can accommodate any number of atom types in the macromolecule.
10
We will use this Grid Options Widget: to set the location and extent of the 3D area to be searched during the AutoDock experiment. The search space is defined by specifying a center, the number of points in each dimension plus the spacing between points. Increase the number of points in each dimension to 60 This results in a total of 226981 because each dimension is incremented by 1 to provide a central point. Move the Grid Options panel to the side to see the box while you adjust its size.
2. 60 , 60 , 60
Note: clicking with the right mouse button on a thumbwheel widget opens a box that allows you to type in the desired value directly. Like many other entry fields in ADT, this updates only when you press <Enter>.
3. x center 2.5 y center 6.5 z center -7.5 4. File Close saving current
Setting up the Search Space: If you were setting up a docking using flexible residues (Exercise Three B, p 19), make sure the specified receptor file is hsg1_rigid.pdbqt. Grids must be calculated using a file for the molecule without the moving residues. ALSO, be sure to increase the number of points in the z dimension to 66 to allow room for motion of the flexible ARG8 residues. This sets the z dimension to 24.75Angstrom to use with AutoDock Vina.
Set the center of the search space to 2.5, 6.5, -7.5. Be careful to use negative 7.5 for the z-center
Hide the gridbox and close the widget while keeping the current search space values. [The alternative Close w/out saving discards your changes.] FYI: Center , View and Help menubuttons at the top: Center menu contains 4 shortcuts for setting the center of the grid box: Pick an atom , Center on ligand , Center on macromolecule On a named atom . menu lets you change the visibility of the box using Show box , and whether it is displayed as lines or faces, using Show box as lines . This menu also allows you to show or hide the center marker using Show center marker and to adjust its size using Adjust marker size . 11
View
AutoDock does not use the receptor directly. Instead it uses a set of pre-calculated maps produced by AutoGrid. The set of maps must include one map for each atom type in the ligand(s) plus two extras: a d map for desolvation and e for electrostatics. AutoGrid records the interaction energy of a probe atom of a specific element at each point in a 3-D grid around the rigid receptor in the corresponding gridmap file. During the AutoDock calculation the energetics of a particular ligand configuration is evaluated using the values from the gridmaps. The types of maps depend on the types of atoms in the ligand(s). Thus one way to specify the types of maps is by choosing a ligand. If you want to include some flexible residues in the receptor in your docking experiment, you must specify them for the AutoGrid4 calculation here. The procedure for specifying the flexible residues and creating both a rigid and a flexible file for the receptor is explained in Exercise Three B (optional) p19 . At this point in the tutorial, we have set the three pieces of information required for AutoGrid. These are (1) the rigid receptor filename, (2) the location and extent of the search space and (3) the atom types in the flexible molecule(s) to be docked. Thus now we can write the parameter file for AutoGrid. The convention is to use .gpf as the extension. If you have just written a grid parameter file, it opens in an editing window. If not, you can pick one to read in and edit via the Read button. If you make any changes to the content of the grid parameter file, you can save the changes via the W rite button. Here Edit GPF will open the file we wrote in step 3. Have a look without changing anything then just close this widget.
[Optional 2. Grid Set Map Types Choose FlexRes. Choose Flexible Residues from hsg1 , Select molecule providing flexible residues
or Cancel
12
2. Set the W orking Directory if you have not already done so: click Browse then locate the tutorial directory on your Desktop 3. Set Program Pathname : click Browse then locate autogrid4 in your tutorial directory 4. Set Parameter Pathname : click Browse then locate hsg1.gpf in your tutorial directory. [Note this updates the Log Filename and Cmd entries, too] 5. Start Cmd: click Launch Optional: To follow what is written to this file during the autogrid4 execution, go to the Terminal and type: tail -f hsg1.glg Type <Ctrl>-C to interrupt the tail command. [At TSRI, this calculation will take 2-3 minutes.]
13
Setting the rigid filename in ADT only specifies the stem of the gridmap filenames. This does not load a new molecule . To specify the optional flexible residue filename in the docking parameter file.] Setting the ligand sets other parameters in the dpf which could be adjusted via the AutoDpf4 Ligand Parameters widget. Today well use the defaults so just close it.
Select Ligand
Accept
Different search methods have different options. For todays tutorial, we are doing a short docking using 250000 evaluations per run. For harder problems, use more evals.
Here you could choose which random number generator to use and choose seeds for it, set the energy outside the grid, set the maximum allowable initial energy and the maximum number of retries, the step size parameters, the verbosity of the output and whether or not to do a cluster analysis of the results. For today, well use the defaults so just click Close. DPF file ind.dpf contains docking parameters and instructions for a Lamarckian Genetic Algorithm (LGA) docking also known as a Genetic AlgorithmLocal Search (GA-LS). Take a look at the contents of the dpf file. Verify that ind.pdbqt appears after the move keyword, 6 after ndihe and 14 after torsdof. When youre done close the widget with Cancel . 14
Save
To start AutoDock4 from the ADT GUI 1. Run Run AutoDock 2. Set t Working Directory with Browse 3. Set Parameter Filename: ind.dpf
%
To start AutoDock4 from the command line at the command prompt you would type: ./autodock4 p ind.dpf l ind.dlg
Use the tail command in a terminal to follow what is written to this file during the AD4 execution. Either wait about 5 minutes to see Successful Completion or use <Ctrl>C to stop the tail command.
To start AutoDock Vina from the command line: 1. Start Vina by explicitly specifying all input parameters:
% ./vina --receptor hsg1.pdbqt --ligand ind.pdbqt \ --center_x 2.5 --center_y 6.5 --center_z -7.5 \ --size_x 22.5 --size_y 22.5 --size_z 22.5 \ --out ind_vina.pdbqt
2. Start Vina using a configuration file (see Ex9): % ./vina --config config.txt
15
Search space (required): --center_x arg X coordinate of the center --center_y arg Y coordinate of the center --center_z arg Z coordinate of the center --size_x arg size in the X dimension (Angstroms) --size_y arg size in the Y dimension (Angstroms) --size_z arg size in the Z dimension (Angstroms) Output (optional): --out arg output models (PDBQT), the default is chosen based on the ligand file name --log arg optionally, write log file Misc (optional): --cpu arg the number of CPUs to use (the default is to try to detect the number of CPUs or, failing that, use 1) --seed arg explicit random seed --exhaustiveness arg (=8) exhaustiveness of the global search (roughly proportional to time): 1+ --num_modes arg (=9) maximum number of binding modes to generate --energy_range arg (=3) maximum energy difference between the best binding mode and the worst one displayed (kcal/mol)
Configuration file (optional): --config arg the above options can be put here Information (optional): --help print this message --version print program version
16
File name: ind_vina.pdbqt , Open , Single molecule with multiple conformations [if necessary: DB L to hide hsg1]
In the AutoDock Vina Result File: browser, navigate to the directory containing ind_vina.pdbqt. Select it and click on Open. This molecule has a separate set of coordinates for each docked result. Use the arrow keys on your keyboard to move through these docked conformations. The energy of each docked pose is shown. Open the python shell for more information.
This display is radically different: the viewer background color is white, the ligand is displayed with a solvent-excluded molecular surface, atoms in the receptor which are hydrogen-bonded or in close-contact to atoms in the ligand are shown as spheres AND pieces of secondary structure are shown for sequences of 3 or more residues in the receptor which are interacting with the ligand. The GUI for this command lets you turn on and off different parts of this specialized display as well as list interactions in the python shell.
17
1.
Analyze
Dockings
Open
Open
In Docking Log File: browser, navigate to the directory containing ind.dlg. Select it and click on Open. ind Conformation Chooser gives a concise view of energies and clusters of docked results. Double click ind 1_1 to show docked structure. To close, you must expand the widget to access Dismiss button.
ranked by energy
2.
Analyze
Conformations
Load
3.
Analyze
Conformations
Play,
This player widget lets you walk through a list of docked conformations. (For more details see Appendix 2) Use molecular surfaces to check how the docked ligand poses fit into the binding pocket on the receptor:
Load the receptor into the viewer and display a molecular surface for it. Display a molecular surface for indinavir and color both surfaces with DG Colors to see the charge complementarity
4.
Analyze
Macromolecule
Open
Open
4.
Analyze
Grids
Open
hsg1.OA.map ,
Open
Here we build a complicated display of the binding site showing the 0.5 isocontour of the oxygen map in red and the ARG8 residues of the receptor as sticks and balls. This is the active site of this protease. Adjust the
display by setting the isovalue to 0.5 and the sampling to 1. Note the small bar-bell shape at the center of the binding site.
type in ARG8
Add Dismiss
Display
5. Analyze
Finally we show a birds eye view of all the dockings by marking the center of each docked result with a small sphere ] If you like, have a look at the AD4 results When you are through, close ADT.
[ Analyze 6. File
Dockings
Show Interactions
Exit
18
Selected: 2 Residue(s) 3. Flexible Residues Choose Torsions in Currently Selected Residues Click on the rotatable bond between CA and CB in each residue to inactivate it. This leaves a total of 6 rotatable bonds in the two flexible ARG8 residues.
Close .
Note: Here we inactivate this bond only to demonstrate how to do so. You can choose any of the possible torsions in the flexible sidechains of residues in the receptor to model as active. You could choose to keep them all active bearing in mind that the limit on the number of torsions including those in the ligand is 32 in AutoDock.
Note: If your docking includes flexible residues, the grid parameter file prepared for the autogrid4 calculation in AD Exercise Five must include the atom types in the flexible residues. 6. Grid Set M ap Types Choose FlexRes .
Choose Flexible Residues from hsg1 , Select molecule providing flexible residues
19
Input files:
1. To show all the options for formatting a ligand for AutoDock without using ADT, at a terminal prompt type this line:
./pythonsh Utilities24/prepare_ligand4.py prepare_ligand4: ligand filename must be specified. Usage: prepare_ligand4.py -l filename Description of command... -l ligand_filename (.pdb or .mol2 or .pdbq format) Optional parameters: [-v] verbose output [-o pdbqt_filename] (default output filename is ligand_filename_stem + .pdbqt) [-d] dictionary to write types list and number of active torsions [-A] type(s) of repairs to make: bonds_hydrogens, bonds, hydrogens (default is to do no repairs) [-C] do not add charges (default is to add gasteiger charges) [-p] preserve input charges on atom type, eg -p Zn (default is not to preserve charges on any specific atom type) [-U] cleanup type: nphs_lps, nphs, lps, '' (default is 'nphs_lps') [-B] type(s) of bonds to allow to rotate (default sets 'backbone' rotatable and 'amide' + 'guanidinium' non-rotatable) [-R] index for root [-F] check for and use largest non-bonded fragment (default is not to do this) [-M] interactive (default is automatic output) [-I] string of bonds to inactivate composed of of zero-based atom indices eg 5_13_2_10 will inactivate atoms[5]-atoms[13] bond
20
and atoms[2]-atoms[10] bond (default is not to inactivate any specific bonds) [-Z] inactivate all active torsions (default is leave all rotatable active except amide and guanidinium) [-g] attach all nonbonded fragments [-s] attach all nonbonded singletons NB: sets attach all nonbonded fragments too (default is not to do this)
To prepare IND.pdbqt with 14 active torsions (Exercise 2, leaving out tutorial-only step 4)
./pythonsh Utilities24/prepare_ligand4.py l ind.pdb o IND.pdbqt
21
Currently the only way to set the gridcenter to something other than the center of the ligand is to use a template gpf containing the desired value for the gridcenter. Here is the content of a template gpf sample.gpf:
npts 40 40 46 gridfld hsg1_rigid.maps.fld spacing 0.375 receptor_types A C HD N OA SA ligand_types C HD N A NA OA receptor hsg1_rigid.pdbqt gridcenter 2.5 6.5 -7.5 smooth 0.5 map hsg1_rigid.C.map map hsg1_rigid.HD.map map hsg1_rigid.N.map map hsg1_rigid.A.map map hsg1_rigid.NA.map map hsg1_rigid.OA.map elecmap hsg1_rigid.e.map dsolvmap hsg1_rigid.d.map dielectric -0.1465 # # # # # # # # # # # # # # # num.grid points in xyz grid_data_file spacing(A) receptor atom types ligand atom types macromolecule xyz-coordinates or auto store minimum energy w/in rad(A) atom-specific affinity map atom-specific affinity map atom-specific affinity map atom-specific affinity map atom-specific affinity map atom-specific affinity map electrostatic potential map # desolvation potential map # <0, AD4 distance-dep.diel;>0, constant
22
Optional parameters: [-o output dpf_filename] [-i template dpf_filename] [-x flexres_filename] [-p parameter_name=new_value] [-k list of parameters to write] [-v] verbose output [-L] use local search parameters [-S] use simulated annealing search parameters [-s] seed population using ligand's present conformation Prepare a docking parameter file (DPF) for AutoDock4. The DPF will by default be <ligand>_<receptor>.dpf. This may be overridden using the -o flag
Output files:
1. To write summary files for result directories containing multiple dlg files:
./pythonsh Utilities24/summarize_results4.py summarize_results4: directory must be specified. Usage: summarize_results4.py -d directory Description of command... -d directory Optional parameters: [-t] rmsd tolerance (default is 1.0) [-f] rmsd reference filename (default is to use input ligand coordinates from docking log) [-b] print best docking info only (default is print all) [-L] print largest cluster info only (default is print all) [-B] print best docking and largest cluster info only (default is print all) [-o] output filename (default is 'summary_of_results') [-a] append to output filename (default is to open output filename 'w') [-k] build hydrogen bonds and report number built [-e] compute estat, vdw, hb + desolv energies and report breakdown [-r] receptor filename [-u] report unbound energy [-i] subtract internal energy [-p] report depth of torsion tree [-v] verbose output
23
2. To write VSResult files (pdbqt+) for directories containing multiple dlg files:
./pythonsh Utilities24/process_VSResults.py process_VSResults: directory must be specified. Usage: process_VSResults.py -d directory Description of command... -d directory Optional parameters: [-t] rmsd tolerance (default is 2.0) [-f] rmsd reference filename (default is to use input ligand coordinates from a docking log) [-r] receptor filename (default is set from gridmap names) [-B] create best docking pdbqt only (default is create both best energy and largest cluster ) [-L] create largest cluster docking pdbqt only (default is create both best energy and largest cluster ) [-l] stem for largest cluster docking pdbqt file (default is 'ligandname_lc') [-x] maximum number of clusters to report (default is 10, use '-1' for all) [-D] include interactions in output pdbqt file [-n] do not build hydrogen bonds (default is to build hydrogen bonds + report) [-c] do not detect atoms in close contact (default is to detect + report) [-p] include detection of pi-pi interactions in close contact (default is not to detect pi-pi and pi-cation) [-v] verbose output
24
3 A
between atoms: C15_18 and N3_19 15.212 12.586 -2.152 0.00 0.00 15.052 12.346 -3.631 0.00 0.00 0.092 C 0.110 A
1 C1 <0> d 2 C2 <0> d
These scripts can be used in foreach loops to process multiple files. Here are two examples. 1. To format many ligands: in the directory containing many ligand pdb files:
foreach f (`ls *pdb`) ./pythonsh Utilities24/prepare_ligand4.py l $f echo $f end
2. To summarize dockings of many different ligands to the same target: in the directory containing the directories of results:
foreach f (`ls`) pythonsh Utilities24/summarize_results4.py d $f t 2.0 b a o summary_2.0.txt echo $f end
25
Results Files
Ligand
ind.pdbqt (6 torsions moving fewest atoms)
M a c r o m o l e cul e
hsg1.pdbqt or hsg1_flex.pdbqt hsg1_rigid.pdbqt
AutoGrid
hsg1.gpf hsg1.glg hsg1.*.map hsg1.maps.fld,hsg1.maps.xyz
AutoDock
hsg1.dpf ind.dlg
26
Note: Clicking on a shape rectangle, circle, square or diamond under a command causes the command linked to the shape to be applied to each node in the corresponding row. If the shape is off (colored white), the command will be applied to nodes and the shape will be colored red. If the shape is on (colored red), clicking on the command button will undo the command and the shape will be colored white. Circles are used for display commands, squares for label commands and diamonds for color commands. Coloring can be replaced by a different coloring scheme but cannot be undone. The gray rectangle is used for show/hide and the white rectangle for select.
The Tree Widget on the left lists all molecules currently loaded in PMV. Click on the arrows to navigate between molecules , chains , residues and atoms . Clicking on a shape in one of the columns in the right section executes the PMV command corresponding to the label at the top of the column on the group of nodes corresponding to the row. There 16 different commands that can be executed this way - gray rectangle (Show/Hide), select/unselect (Sel.), display lines (Lines), display CPK (CPK), display sticks and balls (S&B), display secondary structure (Rib.), display molecular surface (MS), display labels (Lab.), color by atom type (Atom), color by molecule (Mol), color by chain (Chain), color by residue according Rasmol (RAS), color by residue according Shapely (SHA), color according to David Goodsell colors (DG), color by secondary structure element type (Sec.Str.) and color by instance (Inst). To help users see the connection between molecular fragments and PMV commands, a crosshair is drawn when cursor is inside the Dashboard widget. Right-clicking on a shape displays an input parameter panel for the command and allows the user to customize specific input parameters for the command. 27
Note: A selection in the Tree is used to build a group of nodes to be the target for commands linked to shapes. It is not the same as the current selection in the Viewer. It can be selected using the appropriate rectangles.
The Sel: entry in the top left corner of the Dashboard can be used to select entries in the Tree using a Pmv compound selector. Nodes matching the specified string will be selected. Selected nodes are outlined with a yellow selection box. When a shape is clicked for a selected node, the corresponding command is applied to all currently selected nodes. Hovering over this entry shows samples of the required syntax. Right-click on S L B C R MS L CL to access a menu which allows you to specify what the display commands will display: backbone atoms only (BB), the side chain atoms only (SC), the sidechain atoms and CA atoms (SC+CA) or the full molecular fragment (ALL). This can be overridden for each column (CMD). Click on any colored oval to Show/Hide a specific geometry of a molecule. Notice that the molecule in the viewer disappears. Click on the same oval again to redisplay it. Click on the rectangle under the Sel level to select or deselect the molecule. Experiment by clicking on each of the other buttons. These are short cuts to a basic set of commands for displaying and coloring various molecular representations.
28
Type - in entry at center random access to any conformation by its id. Valid ids depend on which menubutton was last used to start the player.
Note: the input conformation of the ligand is always inserted at the start of the list of conformations + is always conformation 0.
Click on black arrow buttons next to entry to change to next or previous conformation in current list.
White arrow buttons start play according to current play mode parameters (see below). Clicking on an active white arrow button stops play. [While a play button is active, its icon is changed to double vertical bars.] Double black arrow
buttons start play as fast as possible in the specified direction. buttons advance to beginning or end of conformation
list.
Ampersand Quatrefoil
button opens the Set Play Options widget (see next). button closes the player.
Next, a tour of the Set Play Options widget and its buttons:
Show Info opens and closes a separate panel Conformation # Info that displays additional information about current conformation (see following).
29
Build H-bonds turns on and off building and displaying hydrogen bonds between the macromolecule and the ligand in its current conformation. Note: building hydrogen bonds requires that the receptor molecule be present in the viewer and that you have either chosen it using: Analyze Macromolecule Choose or read it in specifically using
Analyze Macromolecule Open
Color by
allows you to choose how to color the ligand from a list of available coloring
schemes.
Show Conf List opens and closes a separate Choose Conformations widget showing current idlist (see below).
sets the reference coordinates for RMS to those of the current conformation. [This RMS value is shown in Info panel as clRMS] lets you select a different molecule from list of those in Viewer to use as reference for a new RMS computation.
Play Mode Choose mol for RMS ref
opens a separate Play Mode widget (see next). exposes controls for setting parameters governing how the conformations
Play Parameters
are played:
Note: To set the value of a thumbwheel click on it with the left mouse button and hold the mouse button down while you drag the mouse to the right to increase the value or to the left to decrease the value. Alternatively, you can right-click on a thumbwheel to open a separate widget which lets you type in a new value.
Four thumbwheel widgets are used to set Play Parameters. frame rate: set the relative speed of the player [absolute rate is cpu dependent] start frame: index into current conformation list. Note the input conformation is always inserted at index 0 in sequence list. end frame: index into current conformation list. step size: determines next conformation in list. For example, step size 1 plays every available conformation whereas step size 2 every other Clicking on Play Parameters hides the thumbwheels.
30
Build Current adds a new molecule to the viewer with current conformations coordinates providing that a molecule hasnt already been built with this conformations id. Build All builds a new molecule for each conformation in the current sequence of conformations bound to the player. Write Current
lets you choose a filename for writing a formatted file using the current
coordinates. writes a formatted file for each set of coordinates in the current sequence. This uses default filenames based on the id of each Conformation.
Close Write All
These 4 radiobuttons are used to set the current play mode. [Note that at any time, the current endFrame and the current startFrame depend on the direction of play.]
once and stop plays from the current conformation in the current direction up to and including the endFrame. continuously in 1 direction plays in the current direction up to and including the endFrame and then restarts with startFrame , again and again. once in 2 directions plays from the current conformation in the current direction up to and including the endFrame and then plays back to startFrame and stops.
plays from current conformation in current direction up to endFrame then back to the beginning then back to the end, again and again.
continuously in 2 directions
31
Choose Conformation widget has list of ids for each conformation in the current sequence list. Double clicking on an entry in this list updates the ligand to the corresponding conformation. This widget is closed by clicking on the checkbutton Show Conf List in Set Play Options widget.
Conformation # Info widget shows information about a specific conformation from a docking experiment.
binding energy is the sum of the intermolecular energy and the torsional free-energy penalty. docking energy is the sum of the intermolecular energy and the ligands internal energy. inhib_constant is calculated in AutoDock as follows: Ki=exp((deltaG*1000.)/(Rcal*TK)
where deltaG is docking energy, Rcal is 1.98719 and TK is 298.15
refRMS is rms difference between current conformation coordinates and current reference structure. By default the input ligand is used as the reference. clRMS is rms difference between current conformation and the lowest energy conformation in its cluster. torsional_energy is the number of active torsions * .3113
[.3113 is AutoDock 3 forcefield torsional free energy parameter]
rseed1 and rseed2 are the specific random number seeds used for current conformations docking run.
32