Oct 21 2010 Feedback. |
[ Homology Modeling | Linked Alignments and Structure | Mutation | Health | Superimpose ] Overview This lesson will take you through the basics of protein modeling. Topics include:
Background ICM has an excellent record in building accurate models by homology. The ICM modeling procedure builds the framework, shakes up the side-chains and loops by global energy optimization. You can also color the model by local reliability to identify the potentially wrong parts of the model. ICM also offers a fast and completely automated method to build a model by homology and extract the best fitting loops from a database of all known loops. It just takes a few seconds to build a complete model by homology with loops. Some selected publications related to modeling and structure determination are listed here. Abagyan, R.A., and Totrov, M.M. (1994). Biased Probability Monte Carlo Conformational Searches and Electrostatic Calculations for Peptides and Proteins. J. Mol. Biol., 235, 983-1002 Cardozo, T., Totrov, M., and Abagyan, R. (1995). Homology modeling by the ICM method. Proteins: Structure, Function, Genetics, 23, 403-414 Abagyan, R., and Totrov, M. (1999). Ab initio folding of peptides by the optimal-bias Monte Carlo minimization procedure. Journal of Computational Physics, 151, 402-421 Maiorov, V.N., and Abagyan, R.A. (1997). A new method for modeling large-scale rearrangements of protein domains. Proteins, 27, 410-424 Schapira, M., Totrov, M. and Abagyan, R. (2002). Structural Model of Nicotinic Acetylcholine Receptor Isotypes Bound to cetylcholine and Nicotine. BMC Structural Biology 2:1 ICM also provides powerful tools for determining crystallographic symmetry and neighbors which allows the biological environment of a protein to be viewed and understood.
Objective To make a protein model based on sequence homology. Background ICM has an excellent record in building accurate models by homology. The procedure will build the framework, shake up the side-chains and loops by global energy optimization. You can also color the model by local reliability to identify the potentially wrong parts of the model. Instructions
Notes and things to try:
Manual References (Web Links)
Objective To select, display and label the conserved regions of the model. Background Within the ICM Alignment Editor there is a rich array of tools. Some of these tools allow selections between a linked alignment and a structure. The strength of consensus can be changed and selections can be made according to a variety of criteria. There will be an alignment symbol next to a structure in the ICM Workspace if the structure is aligned.
Instructions Using the alignment from the previous lesson we will display and label the conserved residues between our model and the template in CPK format.
Manual References (Web Links)
Background Pim1 is a unique protein kinase because it has a proline residue located in the hinge region which precludes the canonical second hydrogen bond between the hinge backbone and the adenine moiety of ATP. Mutants of Pim1 have been crystallized to see if mutating the proline residue can restore the ATP binding pocketed to that of a typical kinase. As an example we will make a P123M mutation of PIM1.
Objective To remove clashes from a PDB structure. Background Here we will use a macro that calculates the energy strain (Protein Health) within a protein structure. The macro is based on a paper by Maiorov and Abagyan (1998). The regularization macro will remove any clashes and improve the energy of the structure.
Instructions
Notes and Things To Try:
[ tut3g ] Objective To superimpose two structures. Background In this lesson we demonstrate the use of a superposition based upon a sequence alignment. All superposition analyzes can be performed using the button available within the Analyses tab. The example here uses protein kinase structures to superimpose. Instructions
Notes and Things To Try:
Manual References (Web Links) How to Superimpose Two Structures h3- Protein Folding and Structure Prediction {Folding} Objective To use a script to perform protein folding / structure prediction. Instructions
# 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 trajectory # run it and record a trajectory file. # watch the movie later by: # read trajectory "f2"; display ribbon # display trajectory "f2" 4. 8. # analyze the best conf. in the stack by: # build "pep16"; read stack; show stack all # load conf 1 quit
|
Copyright© 1989-2010, 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. |