Line 7: | Line 7: | ||
<div class="bevel tr"></div> | <div class="bevel tr"></div> | ||
<div class="content"> | <div class="content"> | ||
− | < | + | <h1> Modeling </h1> |
</div | </div | ||
</div> | </div> | ||
Line 17: | Line 17: | ||
<div class="bevel tr"></div> | <div class="bevel tr"></div> | ||
<div class="content"> | <div class="content"> | ||
− | < | + | <h2> Overview </h2> |
<article> | <article> | ||
As part of our iGEM project, we face the challenge of adapting the tRNA synthetase (aaRS) to non-canonical amino acids. For this purpose we carry out several rounds of a positive-negative selection process in the laboratory as previously described by Schulz [Liu et al, 2010]. | As part of our iGEM project, we face the challenge of adapting the tRNA synthetase (aaRS) to non-canonical amino acids. For this purpose we carry out several rounds of a positive-negative selection process in the laboratory as previously described by Schulz [Liu et al, 2010]. | ||
Line 24: | Line 24: | ||
Liu, David R., et al. "Engineering a tRNA and aminoacyl-tRNA synthetase for the site-specific incorporation of unnatural amino acids into proteins in vivo." Proceedings of the National Academy of Sciences 94.19 (1997): 10092-10097. | Liu, David R., et al. "Engineering a tRNA and aminoacyl-tRNA synthetase for the site-specific incorporation of unnatural amino acids into proteins in vivo." Proceedings of the National Academy of Sciences 94.19 (1997): 10092-10097. | ||
</article> | </article> | ||
− | < | + | <h2>Evolution subproject</h2> |
<article> | <article> | ||
In the evolution subproject, the aim is to design a taaRS for the new non-canonical amino acid CBT. For this purpose, the binding pocket must be evolved in a manner that effectively loads the tRNA with the amino acid, thus also specifically recognizing it. As CBT is a large amino acid, we decided to use the tyrosyl-tRNA- synthetase of<i>Methanoccocus jannischii</i> as a template. The usual way to do this in the lab is to generate a library with NNK- scheme primers (link zu den selektionsplasmiden). An important limitation of this method is that a large number of sequences has to be sampled. Consequentially, a large library is needed in order to find a working synthetase. Such extensive libraries are costly, time-consuming to construct, and hard to screen. Using a modeling approach is more cost- and time-efficient, and additionally leads to a better understanding of the function and evolution of the synthetase, as one can examine in which way the evolution affects the protein structure. Rosetta makes it possible to minimize the library by generating a set of most probable candidates for a usable synthetase. This way, the library is much more manageable. Hence, for our project, we want to find suitable synthetases using Rosetta and build the best results in the lab and evaluate them. | In the evolution subproject, the aim is to design a taaRS for the new non-canonical amino acid CBT. For this purpose, the binding pocket must be evolved in a manner that effectively loads the tRNA with the amino acid, thus also specifically recognizing it. As CBT is a large amino acid, we decided to use the tyrosyl-tRNA- synthetase of<i>Methanoccocus jannischii</i> as a template. The usual way to do this in the lab is to generate a library with NNK- scheme primers (link zu den selektionsplasmiden). An important limitation of this method is that a large number of sequences has to be sampled. Consequentially, a large library is needed in order to find a working synthetase. Such extensive libraries are costly, time-consuming to construct, and hard to screen. Using a modeling approach is more cost- and time-efficient, and additionally leads to a better understanding of the function and evolution of the synthetase, as one can examine in which way the evolution affects the protein structure. Rosetta makes it possible to minimize the library by generating a set of most probable candidates for a usable synthetase. This way, the library is much more manageable. Hence, for our project, we want to find suitable synthetases using Rosetta and build the best results in the lab and evaluate them. | ||
</article> | </article> | ||
− | < | + | <h2>Evaluation subproject</h2> |
<article> | <article> | ||
Next to our modeling evolution subproject, we want to establish the classic positive negative selection [Liu et al., 1997] process with the <i>Methanoccocus jannischii</i> tyrosyl tRNAsynthase and the non-canonical amino acid nitrophenylalanine. Therefore, the core of the evaluation project is to compare the tRNA synthetase produced in our laboratory with tRNA synthetases constructed in the past. | Next to our modeling evolution subproject, we want to establish the classic positive negative selection [Liu et al., 1997] process with the <i>Methanoccocus jannischii</i> tyrosyl tRNAsynthase and the non-canonical amino acid nitrophenylalanine. Therefore, the core of the evaluation project is to compare the tRNA synthetase produced in our laboratory with tRNA synthetases constructed in the past. | ||
</article> | </article> | ||
− | < | + | <h2>Methods</h2> |
<article> | <article> | ||
In both subprojects, open-source software "Rosetta" was used, which was introduced at the University of Washington by David Baker in 1997 [Simons et al., 1997], initially in the context of protein structure prediction. As analyzing such structures with NMR or similar methods is very expensive and time consuming, correctly predicting structures by means of computation holds great potential for future research. Since its release, Rosetta has grown to include numerous modules and is currently widely used in research. In our application we focus on two Rosetta modules, called the "Rosetta Ligand Docking Protocol" and the "Rosetta Enzyme Design Protocol", respectively. | In both subprojects, open-source software "Rosetta" was used, which was introduced at the University of Washington by David Baker in 1997 [Simons et al., 1997], initially in the context of protein structure prediction. As analyzing such structures with NMR or similar methods is very expensive and time consuming, correctly predicting structures by means of computation holds great potential for future research. Since its release, Rosetta has grown to include numerous modules and is currently widely used in research. In our application we focus on two Rosetta modules, called the "Rosetta Ligand Docking Protocol" and the "Rosetta Enzyme Design Protocol", respectively. |
Revision as of 20:55, 27 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
Modeller
Overview
Method
Rosetta EnzymeDesign
Overview
Method
Figure (2): Flowchart Enzym Design Protocol