|
|
Line 186: |
Line 186: |
| <article> | | <article> |
| The meaning of the matching step is to match the amino acids which constrains to the ligand, following specific constrains which ensure that the result is sensible and feasible. For this, ROSETTA analyzes the structural formula of the non- canonical amino acid and offers the possible hydrogen binding partners. </br> | | The meaning of the matching step is to match the amino acids which constrains to the ligand, following specific constrains which ensure that the result is sensible and feasible. For this, ROSETTA analyzes the structural formula of the non- canonical amino acid and offers the possible hydrogen binding partners. </br> |
− | <b>Matching step inputs</b> </br> | + | <p><b>Matching step inputs</b></p> |
| For the matching step, the following input-files are needed: | | For the matching step, the following input-files are needed: |
| <ul> | | <ul> |
Line 196: |
Line 196: |
| </ul> | | </ul> |
| To read about each file in further detail, please click the technical detail button below: </br> | | To read about each file in further detail, please click the technical detail button below: </br> |
− | <a class="hidden-expand">SHOW TECHNICAL DETAILS</a> | + | <a class="hidden-expand">SHOW TECHNICAL DETAILS</a></article> |
| <article class="hidden-block"> | | <article class="hidden-block"> |
| <ul> | | <ul> |
Line 219: |
Line 219: |
| </article> | | </article> |
| | | |
− | <b>Matching step outputs</b> </br> | + | <p><b>Matching step outputs</b> </p> |
| | | |
| <div class="contentline"> | | <div class="contentline"> |
Line 231: |
Line 231: |
| <article> | | <article> |
| The output generated in the matching step is the layout of the scaffold as well as one or more states of the amino acid which enable interaction with the ligand. This information is stored as a “.pdb” file and becomes part of the input for the design step. </br> | | The output generated in the matching step is the layout of the scaffold as well as one or more states of the amino acid which enable interaction with the ligand. This information is stored as a “.pdb” file and becomes part of the input for the design step. </br> |
− | Our results for this step </br> | + | <p><b>Our results for this step </b></p> |
| We used the “1j1u”-scaffold from PDB for our matching step. The “1j1u.pdb”-file contains the Tyrosyl-tRNA-synthetase, which is labeld under “Chain A”, the orthogonol tRNA under “Chain B” and the natural ligand Tyrosyl. For our project, we deleted the natural ligand and “Chain B”, because it was not neccerary to change their structure or sequence and it was a way to save computer time and power. | | We used the “1j1u”-scaffold from PDB for our matching step. The “1j1u.pdb”-file contains the Tyrosyl-tRNA-synthetase, which is labeld under “Chain A”, the orthogonol tRNA under “Chain B” and the natural ligand Tyrosyl. For our project, we deleted the natural ligand and “Chain B”, because it was not neccerary to change their structure or sequence and it was a way to save computer time and power. |
| | | |
Line 247: |
Line 247: |
| <div class="content"> | | <div class="content"> |
| <h4> Design Step</h4> | | <h4> Design Step</h4> |
− | <div class="article"> | + | <article> |
− | The design step applies an algorithm such that the binding pocket and the near environment are mutated and the remaining scaffold is repacked. Additionally, a badness-of-fit score is generated which indicates how well the mutation fits the amino acid. For every file from the matching step, a model with a score and a “.pdb-file” will be generated, specifying where the sequence can be located, and the 3D-structure can be analyzed. Notably, the amino acid structure can be extracted separately. | + | <p>The design step applies an algorithm such that the binding pocket and the near environment are mutated and the remaining scaffold is repacked. Additionally, a badness-of-fit score is generated which indicates how well the mutation fits the amino acid. For every file from the matching step, a model with a score and a “.pdb-file” will be generated, specifying where the sequence can be located, and the 3D-structure can be analyzed. Notably, the amino acid structure can be extracted separately. |
| The following section describes the structure of the design step. For further details on each step, click the technical details button. </br> | | The following section describes the structure of the design step. For further details on each step, click the technical details button. </br> |
| 1. Optimizing the catalytic interactions </br> | | 1. Optimizing the catalytic interactions </br> |
| For the first alternative, the file can be generated either by the Rosetta standard or a manually created .”res”- file. For more details, we refer to the Rosetta documentation. (link:https://www.rosettacommons.org/manuals/archive/rosetta3.5_user_guide/d1/d97/resfiles.html). </br> | | For the first alternative, the file can be generated either by the Rosetta standard or a manually created .”res”- file. For more details, we refer to the Rosetta documentation. (link:https://www.rosettacommons.org/manuals/archive/rosetta3.5_user_guide/d1/d97/resfiles.html). </br> |
− | For the latter alternative, residues are automatically categorized by their location of the Calpha. </br> | + | For the latter alternative, residues are automatically categorized by their location of the Calpha.</p> |
− | <a class="hidden-expand">TECHNICAL DETAILS</a><br> | + | <a class="hidden-expand">TECHNICAL DETAILS</a></article> |
− | <article class="hidden-block" | + | <article class="hidden-block"> |
| Residues are catagorized as follows: </br> | | Residues are catagorized as follows: </br> |
| <ul> | | <ul> |
Line 264: |
Line 264: |
| </ul> </br> | | </ul> </br> |
| </article> | | </article> |
− | 2. Cycles of sequence design and minimazation within constrains </br> | + | <article> <p>2. Cycles of sequence design and minimazation within constrains </br> |
| To optimize the structure we used applied an iterative optimization algorithm. This algorithm mutates all residues from the backbone, which are not part of the catalytic center, to alanine, and a small energy function refraction will place the ligand in an optimal position to the backbone. </br> | | To optimize the structure we used applied an iterative optimization algorithm. This algorithm mutates all residues from the backbone, which are not part of the catalytic center, to alanine, and a small energy function refraction will place the ligand in an optimal position to the backbone. </br> |
| + | </p> <a class="hidden-expand">TECHNICAL DETAILS</a></article> |
| + | <article class="hidden-block"> |
| For this approach, bb_min and chi_min allow for backbone flexibility and the rotation of the torsions. An alternative for this minimization step is the Monte Carlo rigid body ligand sampling. For further information on this method, we refer to the ROSETTA documentation (https://www.rosettacommons.org/manuals/archive/rosetta3.5_user_guide/d6/dbc/enzyme_design.html). </br> | | For this approach, bb_min and chi_min allow for backbone flexibility and the rotation of the torsions. An alternative for this minimization step is the Monte Carlo rigid body ligand sampling. For further information on this method, we refer to the ROSETTA documentation (https://www.rosettacommons.org/manuals/archive/rosetta3.5_user_guide/d6/dbc/enzyme_design.html). </br> |
− | <b>Design step inputs </b></br> | + | </article> |
| + | <p><b>Design step inputs </b></p> |
| The following input files are relevant for the design procedure: | | The following input files are relevant for the design procedure: |
| <ul> | | <ul> |
Line 285: |
Line 288: |
| </div> | | </div> |
| <div class="third double"> | | <div class="third double"> |
− | <b>Design step outputs </b></br> | + | <p><b>Design step outputs </b></p> |
− | The output for the design step is a “.pdb”-file containing the mutated scaffold and a “.score”-file. | + | <article>The output for the design step is a “.pdb”-file containing the mutated scaffold and a “.score”-file. |
| For every PDB-file, a line in the score-file is generated, so it is easy to evaluate the given structure. | | For every PDB-file, a line in the score-file is generated, so it is easy to evaluate the given structure. |
| The first score in the file is the total score of the model. After that, the number of hydrogen bonds in the protein as a whole and in the constraints is listed, followed by the number of dismissed polars in the catalytic residues as well in the whole protein and in the constraints. | | The first score in the file is the total score of the model. After that, the number of hydrogen bonds in the protein as a whole and in the constraints is listed, followed by the number of dismissed polars in the catalytic residues as well in the whole protein and in the constraints. |
| See the technical details below for a full overview of the output information </br> | | See the technical details below for a full overview of the output information </br> |
− | <a class="hidden-expand">TECHNICAL DETAILS</a><br> | + | <a class="hidden-expand">TECHNICAL DETAILS</a></article> |
| | | |
− | <article class="hidden-block" | + | <article class="hidden-block"> |
| <ul> | | <ul> |
| <li>total_score: energy (excluding the constraint energy) | | <li>total_score: energy (excluding the constraint energy) |
Line 308: |
Line 311: |
| </div> | | </div> |
| </div> | | </div> |
− | | + | <p><b>Our results for this step</b></p> |
| We choose our synthetases because of a good total score and a good ligand score. We checked the corresponding PDB-files, and rated the ligand and the binding pocket as satisfying, so that the ligand assumedly does not collide with residues in the near environment. | | We choose our synthetases because of a good total score and a good ligand score. We checked the corresponding PDB-files, and rated the ligand and the binding pocket as satisfying, so that the ligand assumedly does not collide with residues in the near environment. |
| The total scores for CBT are not as good as the scores for NPA. However, the ligand scores are acceptable in both cases. A visual evaluation confirms that the ligand fits into the binding pocket. </br> | | The total scores for CBT are not as good as the scores for NPA. However, the ligand scores are acceptable in both cases. A visual evaluation confirms that the ligand fits into the binding pocket. </br> |
Results
Results in silico
We used this algrithm to simulate the evolution of the tyrosyl-tRNA with the amino acids Nitrophenylalanine and CBT-ASP
We obtained 13 synthetase sequences for CBT-ASP, and 43 sequences for NPA, which fit well into the binding site according to the ROSETTA score.
Results in vivo
In order to test the functionality and specificity of our modeled aaRS, we translated a selection of the most promising amino acid sequences into DNA sequences optimized for E.coli and ordered them via gene synthesis. We then used a positive-negative selection system for characterization. The experiment proceeds as follows:
Due to problems with regards to the protein- and salt-concentration, we retransformed the gensyntheses which had been cloned into pSB1C3. In a next step, these syntheses were cotransformed in E.coli(BL21) with our positive selection plasmid.
With regards to CBT2, only the original colony could be transformed. From CBT4 and CBT5, were used each originally isolated clone and its retransformed counterpart.
Due to the IPTC-induced promoter, we used variants without IPTG, and with 5 mM, 10 mM, and 15 mM added IPTS for all plasmids for the kanamycine resistance.
We chose additional variants with regards to the antibiotics; one variant each of kanamycine, kanamycine and chloramphenicole, and kanamycine, chloramphenicole and tetracycline. The number of resulting colonies for each variant are summarized in figure X. Our in vivo results show that our in silico designed enzymes did not lead to a loss of functioning.
References
Richter, F., Leaver-Fay, A., Khare, S. D., Bjelic, S., Baker, D. (2011). De novo enzyme design using Rosetta3. PloS one, 6(5): e19230.