Line 40: | Line 40: | ||
Simons, Kim T., et al. "Assembly of protein tertiary structures from fragments with similar local sequences using simulated annealing and Bayesian scoring functions." Journal of molecular biology 268.1 (1997): 209-225. | Simons, Kim T., et al. "Assembly of protein tertiary structures from fragments with similar local sequences using simulated annealing and Bayesian scoring functions." Journal of molecular biology 268.1 (1997): 209-225. | ||
</article> | </article> | ||
− | + | </div> | |
+ | <div class="bevel bl"></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div | ||
+ | </div> | ||
+ | <div class="bevel bl"></div> | ||
+ | </div> | ||
<h2> Rosetta Ligand Docking </h2> | <h2> Rosetta Ligand Docking </h2> | ||
<h4> Overview </h4> | <h4> Overview </h4> | ||
Line 78: | Line 86: | ||
<img class="figure image" src="https://static.igem.org/mediawiki/2017/thumb/3/37/T--Bielefeld-CeBiTec--CDR-flowchartligand.png/538px-T--Bielefeld-CeBiTec--CDR-flowchartligand.png"> | <img class="figure image" src="https://static.igem.org/mediawiki/2017/thumb/3/37/T--Bielefeld-CeBiTec--CDR-flowchartligand.png/538px-T--Bielefeld-CeBiTec--CDR-flowchartligand.png"> | ||
<p class="figure subtitle"><b>Figure (1): Flowchart Ligand Docking Protocol</b><br></p> | <p class="figure subtitle"><b>Figure (1): Flowchart Ligand Docking Protocol</b><br></p> | ||
− | </div | + | </div> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
Meiler, Jens, and David Baker. "ROSETTALIGAND: Protein–small molecule docking with full side‐chain flexibility." Proteins: Structure, Function, and Bioinformatics 65.3 (2006): 538-548. | Meiler, Jens, and David Baker. "ROSETTALIGAND: Protein–small molecule docking with full side‐chain flexibility." Proteins: Structure, Function, and Bioinformatics 65.3 (2006): 538-548. | ||
Gray, Jeffrey J., et al. "Protein–protein docking with simultaneous optimization of rigid-body displacement and side-chain conformations." Journal of molecular biology 331.1 (2003): 281-299. | Gray, Jeffrey J., et al. "Protein–protein docking with simultaneous optimization of rigid-body displacement and side-chain conformations." Journal of molecular biology 331.1 (2003): 281-299. | ||
</article> | </article> | ||
+ | </div | ||
+ | </div> | ||
+ | <div class="bevel bl"></div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | <div class="bevel bl"></div> | ||
+ | </div> | ||
+ | </div> | ||
<h2>Modeller</h2> | <h2>Modeller</h2> | ||
<h4>Overview</h4> | <h4>Overview</h4> | ||
Line 115: | Line 126: | ||
<img class="figure image" src="https://static.igem.org/mediawiki/2017/8/82/T--Bielefeld-CeBiTec--CDR-flowchartdesign.png"> | <img class="figure image" src="https://static.igem.org/mediawiki/2017/8/82/T--Bielefeld-CeBiTec--CDR-flowchartdesign.png"> | ||
<p class="figure subtitle"><b>Figure (2): Flowchart Enzym Design Protocol</b><br></p> | <p class="figure subtitle"><b>Figure (2): Flowchart Enzym Design Protocol</b><br></p> | ||
− | </div | + | </div> |
− | </div> | + | </div> |
<div class="bevel bl"></div> | <div class="bevel bl"></div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
</div> | </div> | ||
</body> | </body> |
Revision as of 06:00, 28 August 2017
Modeling
Overview
Evolution subproject
Evaluation subproject
Methods
Rosetta Ligand Docking
Overview
Methods
Algorithm
- 1) starting position is chosen randomly or defined an .xml file
- 2) placement of the ligand is modified by a random translation of a distance of 0.1 A in each direction and 0.05° around each axis
- 3) rigid body orientation and side-chain angles of the ligand are optimized using the gradient based Davidson–Fletcher–Powell algorithm. Afterwards, the corresponding energy function is calculate daccording to the Monte-Carlo method.
P= min (1, exp(-(Estart-Efinal)/kT). This move is accepted if the energy function decreases.
Figure (1): Flowchart Ligand Docking Protocol