Jul 1 2004 |
[ fp | protdockgrid | dps | hm ]
plotBestEnergy "f1" 100. "append display"); and the lowest energy conformation in different simulations are close, e.g.: # peptide "pep.se" ; runs: "f1" and "f2" build "pep" display read conf "f1" 0 show stack read conf "f2" 0 show stackWatching movies f1.mov and f2.mov may also be useful. (See also How to evaluate helicity of a peptide from the BPMC simulation and How to calculate an ensemble average). Now, the script: # Example folding script. Use as directed. read libraries build "pep16" # your peptide sequence is in pep16.se file. rename a_*. "f2" # specifies current name. # Several runs (f2,f3, etc.) are recommended nvar = Nof( v_//* ) # number of variables nProc=4 # if you are using parallel version. mncallsMC = nvar*50000 # maximal number of energy evaluations mncalls = 170+nvar*3 # maximal n_of minimization calls after # each random change temperature = 600 # optimal temperature for the simulation tolGrad = 0.01 # exit minimization when gradient is < 0.01 mcBell = 1.0 # the default width of the MC probability distributions mnconf = 40 # maximal n_of low-energy conformations saved # in the stack (f2.cnf file) mnvisits = 25 # if stuck for >= 25 times, push it out mnreject = 10 mnhighEnergy = 30 l_bpmc = yes # use biased probability electroMethod = "MIMEL" surfaceMethod = "constant tension" set terms "vw,14,hb,el,to,sf,en" # ECEPP/2 energy + solvation + entropy (see icm.hdt file) fix v_//?vt* # exclude irrelevant virtual variables specifying # absolute molecular position set vrestraint a_/* # load preferred backbone and side-chain angle zones # for the biased probability MC randomize v_//!omg 180.0 # create random starting conformation vicinity = 15.0 compare v_//phi,psi # use these variables to compare structure montecarlo movie # run it and record a movie. # watch the movie later by: # read movie "f2"; display ribbon # display movie "f2" 4. 8. # analyze the best conf. in the stack by: # build "pep16"; read stack; show stack all # load conf 1 quit
This is a so called "local docking procedure" which docks all orientations of the protein ligand to a certain orientation of the protein receptor. The "global docking procedure" is somewhat different. You may follow the menu items in Docking.Protein-protein or run the docking scripts directly. To illustrate the principal commands and functions we will also consider a series of shell commands to perform a docking procedure. We will use the following steps from the shell to dock the proteins chymotrypsin (5cha) and APPI (1aap). The real structure of the complex is known (1ca0), which can help us to test the validity of the method. This procedure has been recently tested in a dataset of 24 known protein-protein complexes ( Fernández-Recio,Totrov,Abagyan, 2002) The procedure includes the following steps:
In the absence of the Homology module, use the following macros/scripts:
|
Copyright© 1989-2004, Molsoft,LLC - All Rights Reserved. |
This document contains proprietary and confidential information of
Molsoft, LLC. The content of this document may not be disclosed to third parties, copied or duplicated in any form, in whole or in part, without the prior written permission from Molsoft, LLC. |