Difference between revisions of "Team:Marburg/test"

(Undo revision 271350 by Bluechemist (talk))
 
(35 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Marburg}}
 
{{Marburg}}
 
<html>
 
<html>
<div class="titleWrapper"><div class="titleBackground" style="background-image:none"></div><div class="title">Modeling</div></div>
 
<article>
 
 
<style>
 
<style>
.imageContainer3x3 {
+
body {
  display: flex;
+
overflow-x: hidden !important;
  flex-wrap: wrap;
+
  justify-content: space-around;
+
  align-items: center;
+
 
}
 
}
.imageContainer3x3 div {
+
.home {
  width: 30%;
+
  margin-bottom: 2%;
+
  text-align:center;
+
}
+
.imageContainer3x3 div img {
+
 
   width: 100%;
 
   width: 100%;
 
}
 
}
.imageContainer2x2 {
+
 
  display: flex;
+
section {
  flex-wrap: wrap;
+
position: relative;
  justify-content: space-around;
+
overflow: hidden;
  align-items: center;
+
width: 100%;
 +
background-color:black;
 +
height: 120vh;
 +
padding: 3%;
 +
box-sizing: border-box;
 
}
 
}
.imageContainer2x2 div {
+
 
  width: 50%;
+
.logoSection:before {
  margin-bottom: 2%;
+
position: absolute;
  text-align:center;
+
width: 100%;
 +
height: 100%;
 +
left:0;
 +
top:0;
 +
content: "";
 +
opacity: 0.9;
 +
background-size: cover;
 +
background-position: center;
 
}
 
}
.imageContainer2x2 div img {
+
.logoSection {
  width: 100%;
+
position: relative;
 +
width: 100%;
 +
padding: 8% 5% 5% 5%;
 +
box-sizing: border-box;
 +
text-align: center;
 +
min-height: 100vh;
 +
background-color: white;
 +
background-size: cover;
 +
}
 +
.logoBackground {
 +
position: absolute;
 +
width: 100%;
 +
height: calc(100% + 54px);
 +
left:0;
 +
top:0;
 +
background-size: cover;
 +
background-image: url(https://static.igem.org/mediawiki/2018/a/a6/T--Marburg--logo_background.png);
 +
}
 +
.logoSection img {
 +
position: absolute;
 +
display: inline-block;
 +
width: 60%;
 +
left:50%;
 +
top:50%;
 +
transform: translate(-50%, -50%);
 +
filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
 +
animation: mlogo_fadeIn 1s ease-in-out;
 +
}
 +
@keyframes mlogo_fadeIn { from { opacity: 0; transform: translate(-50%, -50%) scale(0.75); } to { opacity: 1; transform: translate(-50%, -50%) scale(1.0); }}
 +
.sectionBackground {
 +
position: absolute;
 +
width: 100%;
 +
height: 110%;
 +
left:0;
 +
top:-5%;
 +
background-size: cover;
 +
background-position: center;
 +
opacity: 0.3;
 +
background-color: black;
 +
}
 +
.sectionBackground:before {
 +
position: absolute;
 +
left: 0;
 +
top:0;
 +
content: "";
 +
width: 100%;
 +
height: 100%;
 +
 
}
 
}
  
</style>
 
  
 +
.sectionContent {
 +
display: flex;
 +
justify-content: space-around;
 +
align-content: center;
 +
align-items: center;
 +
padding: 4%;
 +
height: 100%;
 +
box-sizing: border-box;
 +
}
  
 +
.sectionContent figure img {
 +
display:inline-block;
 +
width: 100%;
 +
}
  
<body>
+
.sectionContent figure {
<p>
+
width: 25%;
 +
}
  
<i>It is also a good rule not to put too much confidence in
+
.sectionContent aside {
experimental results until they have been confirmed by
+
display:inline-block;
Theory.</i>
+
align-self: center;
<br>
+
position: relative;
                          <b>  -- Sir Arthur Eddington</b>
+
width: 70%;
<br>
+
color:white;
<br>
+
background-color: rgba(0, 0, 0, 0);
</p>
+
font-size: 2.3vw;
<img style="float:right; width:400px;margin: 1% "src="https://static.igem.org/mediawiki/2018/7/79/T--Marburg--cycle_cooper.png">
+
text-align: justify;
This wordplay by Sir Arthur Eddington highlights the importance of math-based models in every discipline of science. In Physics, the incredible potential of math has long been known and utilized. Chemistry was lacking behind a bit, but there is an incredible theoretical branch of chemistry that took a lot out of methods rooted in physics. Biology is, sadly, lacking behind its sister sciences.  
+
}
Every theory and every model only realizes its full potential with experimental confirmation while experimental results can be achieved without any model. But in conjunction with each other, the boundaries of science can be heightened dramatically.
+
.spacer {
<br>
+
position: relative;
Our Project is centered around saving time, streamlining processes and offering these advantages to the community.  
+
width: 100%;
We improved processes to run faster, but another way that should be implemented in parallel is predicting what to test in the lab and therefore eliminating unnecessary experiments.
+
height: 2px;
The most powerful process that allows for improved prediction power or is the reason that prediction is even possible is modeling.  
+
background-color:#fff;
We harvested this prediction power with two independent modeling approaches, one predicting the metabolism of Vibrio Natriegens and the other designing an enzyme capable of a novel reaction,  decarboxylating malate to 3-hydroxypropionic acid ( <dfn data-info="3-hydroxypropionic acid">3HPA</dfn>).  
+
box-shadow: 0 0 15px rgba(255,255,255,1);
 +
z-index: 2;
 +
}
 +
.spacerH {
 +
position: absolute;
 +
text-align: center;
 +
background-color: white;
 +
font-size: 2.8vw;
 +
left:50%;
 +
top:50%;
 +
transform: translate(-50%, -50%);
 +
border-radius: 55px;
 +
padding: 1% 2% 1% 2%;
 +
text-align: center;
 +
}
 +
.scrollFade {
 +
opacity: 0;
 +
transition: all 1.5s ease-in-out;
 +
}
 +
.scaleIn {
 +
transform: scale(0.8);
 +
}
 +
.slideInLeft {
 +
transform: translate(-15%, 0);
 +
}
 +
.slideInRight {
 +
transform: translate(15%, 0);
 +
}
 +
.fadeIn {
 +
opacity: 1;
 +
}
 +
.transformIn {
 +
opacity: 1;
 +
transform: translate(0) scale(1.0);
 +
}
  
 +
.logoSpacer {
 +
position: absolute;
 +
width: 100%;
 +
height: 15px;
 +
background-color:#fff;
 +
box-shadow: 0 0 15px rgba(255,255,255,1);z-index: 2;
 +
}
 +
.medalBody {
 +
width: 100%;
 +
border-radius: 25px;
 +
box-shadow: 0 15px 20px rgb(0, 0, 0, 0.1);
 +
padding: 5%;
 +
box-sizing:border-box;
 +
}
  
<br>
+
</style>
<div class="skipTarget" skipname="Models Main Text"></div>
+
  
<div style="display: inline-block; align-items: center;">
 
<div style="float:left; width: 49%; text-align: justify;">
 
<h2>Metabolic Model</h2>
 
<br>
 
In order to be able to fine-tune synthetic pathways and utilize the well-characterized parts of our cloning toolbox to its fullest potential, we need a model which gives useful predictions of metabolic fluxes. There exists a multitude of approaches to model fluxes – some are on the genomic scale some occupied only with the mechanism of a single enzyme.
 
We have chosen to utilize two different approaches – on one scale we use reaction kinetics to analyze the behavior/kinetics of our inserted enzymes within the metabolism – on the other we use a novel approach called 2S-MFA [Reference] to get a genome-scale perspective on the metabolic fluxes.
 
Using the thereby consolidated theoretical knowledge we can complete the Design-Build-Test-Learn cycle for our metabolic engineering project and use it to iteratively improve our project. With the prediction power of this models, we not only save a lot of time in the lab but we manage to improve the efficiency and productivity, the skill ceiling of our pathway.
 
  
 +
<div class="home">
 +
<div class="logoSection">
 +
<div class="logoBackground"></div>
 +
<img class="scaleIn" fadeTo="transformIn" src="https://static.igem.org/mediawiki/2018/b/b5/T--Marburg--m_logo.png" alt="">
 +
</div>
 +
<!-- ACHIEVEMENTS -->
 +
<div class="spacer"></div>
 +
<style>
 +
.awards_section {
 +
height: auto;
 +
text-align: center;
 +
font-size: 12.7px;
 +
}
 +
.awards_first {
 +
position: relative;
 +
color: whitesmoke;
 +
font-size: 6em;
 +
padding: 1.4em 0 1.35em 0;
 +
text-align: center;
 +
transform: scale(0.8);
 +
}
 +
.awards_title {
 +
font-size: 3em;
 +
color: gray;
 +
}
 +
.winner_pic {
 +
position: relative;
 +
padding-bottom: 4em;
 +
}
 +
.winner_pic img {
 +
width: 100%;
 +
margin: 0 auto 0 auto;
 +
display: block;
 +
box-shadow: 0 5px 33px rgba(0,0,0,0.3);
 +
max-width: 1100px;
 +
border-radius: 3px;
 +
}
 +
.achieved_wrapper {
 +
display: inline-block;
 +
position: relative;
 +
width: 100%;
 +
margin: 0 auto 4em auto;
 +
font-size: 1.1em;
 +
justify-content: center;
 +
max-width: 1100px;
 +
}
 +
.awards {
 +
color: whitesmoke;
 +
float: left;
 +
text-align: center;
 +
}
 +
.awards ul {
 +
      padding-bottom: 0;
 +
}
 +
.awards ul li {
 +
position: relative;
 +
font-size: 2em;
 +
margin:1em;
 +
}
 +
.awards .gold_medal {
 +
transform: scale(0.8);
 +
}
 +
.awards ul li img {
 +
position: relative;
 +
width: 200px;
 +
padding-top: 15%;
 +
}
 +
.awards ul li figcaption {
 +
font-size: 0.9em;
 +
padding-top: 1em;
 +
}
 +
.nominated_title {
 +
font-size: 3em;
 +
color: gray;
 +
}
 +
.nominated {
 +
color: whitesmoke;
 +
float: right;
 +
text-align: center;
 +
}
 +
.nominated ul {
 +
 +
}
 +
.nominated ul li {
 +
font-size: 2em;
 +
margin:1em;
 +
}
 +
.awards_section .scaleIn { transform: scale(1.0); opacity: 1.0; }
 +
</style>
 +
<section class="awards_section">
 +
<div class="sectionBackground" style="background: linear-gradient(-0deg, #d55c58 0%, #08173c 100%)"></div>
 +
<div class="awards_first scrollFade" fadeTo="scaleIn">Grand Prize Winner</div>
 +
<div class="winner_pic scrollFade" fadeTo="fadeIn">
 +
<img src="https://static.igem.org/mediawiki/2018/9/99/T--Marburg--winner_team_small.jpg">
 
</div>
 
</div>
<div style="float:right; width: 49%; text-align: justify;">
+
<div class="achieved_wrapper">
<h2>Structural Model</h2>
+
<div class="awards">
<br>
+
<div class="awards_title scrollFade" fadeTo="fadeIn">Awards</div>
The pathway we used for production of <dfn data-info="3-hydroxypropionic acid">3HPA</dfn> (LINK ZU Metabolic) has been explored previously and is based on a combination of known reactions and known enzymes.  
+
<ul class="scrollFade" fadeTo="fadeIn">
Combination of different enzymes to make a synthetic pathway is a well-established method in the field of metabolic engineering, but limited to existing reactions and known enzymes.  
+
<li>Grand Prize Winner</li>
With our structural model, we tried to build a new energetically more favorable pathway which was previously impossible.
+
<li>Best Foundational Advance</li>
To accomplish that, we needed to implement a reaction with no known enzyme to catalyze it, the decarboxylation reaction of malate to ( <dfn data-info="3-hydroxypropionic acid">3HPA</dfn>). 
+
<li>Best Poster</li>
To build this pathway we decided to engineer an enzyme capable of catalyzing this reaction.
+
<li>Best Part Collection</li>
We performed a literature research and developed an idea on how to build a binding pocket catalyzing this reaction.
+
<li class="gold_medal scrollFade" fadeTo="scaleIn">
To evaluate if our binding pocket works, we performed electronic structure calculations.
+
<img src="https://static.igem.org/mediawiki/2018/0/01/T--Marburg--GoldCriteria.png">
With that, we were able to calculate the activation barrier of the reaction and therefore evaluate if it is possible for the reaction to take place.
+
<figcaption>Gold Medal</figcaption>
To advance from a binding pocket to a full enzyme we evaluated <i>in silico</i> mutated versions of acetolactate decarboxylase (<dfn data-info="Acetolactate Decarboxylase">ALD</dfn>).
+
</li>
For evaluating which mutants perform best we used <dfn data-info="Molecular Dynamics">MD</dfn> simulations and checked how well the binding pocket assumed in the electronic structure calculations is represented in the simulations.  
+
</ul>
With the help of these <i>in silico</i> approaches we chose a mutant and tested it in the wetlab.  
+
</div>
 +
<div class="nominated">
 +
<div class="nominated_title">Nominated</div>
 +
<ul class="scrollFade" fadeTo="fadeIn">
 +
<li>Best Wiki</li>
 +
<li>Best Presentation</li>
 +
<li>Best Integrated Human Practices</li>
 +
<li>Best Education & Public Engagement</li>
 +
<li>Best Model</li>
 +
<li>Best New Composite Part</li>
 +
<li>Best New Basic Part</li>
 +
<li>Best Measurment</li>
 +
</ul>
 +
</div>
 +
</div>
 +
<script src="https://2018.igem.org/Template:Marburg/confetti?action=raw&ctype=text/javascript"></script>
 +
</section>
 +
<!-- 1. VIBRIO BASICS -->
 +
<div class="spacer"></div>
 +
<section>
 +
<div class="sectionBackground parallax" speed="0.2" style="background-image:url(https://static.igem.org/mediawiki/2018/8/86/T--Marburg--home_1.jpg)"></div>
 +
<div class="sectionContent">
 +
<aside class="scrollFade slideInLeft" fadeTo="transformIn" tabindex="0">
 +
Establishing <i>Vibrio natriegens</i> as the new chassis organism for synthetic biology.<br>
 +
With a doubling time of 7 minutes, we were able to complete a full cloning cycle in less than 12 hours!
 +
</aside>
 +
<figure>
 +
<img src="https://static.igem.org/mediawiki/2018/a/a6/T--Marburg--VibrioNatriegensBig.gif" alt="">
 +
</figure>
 
</div>
 
</div>
</div>
+
</section>
<div class="collapsible">
+
<!-- 2. STRAIN ENGINEERING -->
<div class="btn_expand">Metabolic Model</div>
+
<div class="spacer"><div class="spacerH" tabindex="0">Strain Engineering</div></div>
<div class="content">
+
<section>
Some Stuff from Andrej
+
<div class="sectionBackground parallax" speed="0.2" style="background-image:url(https://static.igem.org/mediawiki/2018/4/4a/T--Marburg--home_2.jpg)"></div>
</div>
+
<div class="sectionContent">
</div>
+
<figure>
 +
<img src="https://static.igem.org/mediawiki/2018/6/60/T--Marburg--StrainEngineeringNoBG.png" alt="">
 +
</figure>
 +
<aside class="scrollFade slideInRight" fadeTo="transformIn" tabindex="0">
 +
We established three new strains derived from the original wildtype strain as chassis organisms for cloning, protein expression and protein interaction studies. Moreover, we got first evidence for a CRISPR/Cas9 mediated knockout.
 +
</aside>
 +
</div>
 +
</section>
 +
<!-- 3. PART COLLECTION -->
 +
<div class="spacer"><div class="spacerH" tabindex="0">Marburg Collection</div></div>
 +
<section>
 +
<div class="sectionBackground parallax" speed="0.2" style="background-image:url(https://static.igem.org/mediawiki/2018/2/27/T--Marburg--home_3-2.jpeg)"></div>
 +
<div class="sectionContent">
 +
<aside class="scrollFade slideInLeft" fadeTo="transformIn" tabindex="0">
 +
We created the Marburg Collection, a highly flexible golden-gate based cloning toolbox consisting of 123 individual parts. Our novel measurement workflow was applied to obtain highly reproducible data on the behavior of our parts in <i>V. natriegens</i>.
 +
</aside>
 +
<figure>
 +
<img src="https://static.igem.org/mediawiki/2018/5/58/T--Marburg--PartCollectionMLogo.gif" alt="">
 +
</figure>
 +
</div>
 +
</section>
 +
<!-- 4. METABOLIC -->
 +
<div class="spacer"><div class="spacerH" tabindex="0">Metabolic Engineering</div></div>
 +
<section>
 +
<div class="sectionBackground parallax" speed="0.2" style="background-image:url(https://static.igem.org/mediawiki/2018/2/29/T--Marburg--home_4.jpg)"></div>
 +
<div class="sectionContent">
 +
<figure>
 +
<img src="https://static.igem.org/mediawiki/2018/c/c2/T--Marburg--Metabolic-EngineeringCell.gif" alt="">
 +
</figure>
 +
<aside class="scrollFade slideInRight" fadeTo="transformIn" tabindex="0">
 +
We developed a workflow for accelerating metabolic engineering. As a proof of concept we established the first synthetic pathway in <i>Vibrio natriegens</i> to produce the platform chemical 3-hydroxypropionic acid.
 +
</aside>
 +
</div>
 +
</section>
 +
<!-- 5. INTERLAB -->
 +
<div class="spacer"><div class="spacerH" tabindex="0">Interlab</div></div>
 +
<section>
 +
<div class="sectionBackground parallax" speed="0.2" style="background-image:url(https://static.igem.org/mediawiki/2018/a/a7/T--Marburg--home_5.jpg)"></div>
 +
<div class="sectionContent">
 +
<aside class="scrollFade slideInLeft" fadeTo="transformIn" tabindex="0">
 +
To collaborate with other teams and spread the word to other scientists on <i>Vibrio natriegens'</i> advantages we had teams from all over Europe conduct a growth curve or a InterLab inspired experiment.
 +
</aside>
 +
<figure>
 +
<img src="https://static.igem.org/mediawiki/2018/8/88/T--Marburg--InterLabLogoCell2.gif
 +
" alt="">
 +
</figure>
 +
</div>
 +
</section>
 +
<!-- 6. BLISTA -->
 +
<div class="spacer"><div class="spacerH" tabindex="0">Accessible Science</div></div>
 +
<section>
 +
<div class="sectionBackground parallax" speed="0.2" style="background-image:url(https://static.igem.org/mediawiki/2018/b/bd/T--Marburg--home_6.jpg)"></div>
 +
<div class="sectionContent">
 +
<figure>
 +
<img src="https://static.igem.org/mediawiki/2018/0/09/T--Marburg--accessible_wiki_green_small.png" alt="">
 +
</figure>
 +
<aside class="scrollFade slideInRight" fadeTo="transformIn" tabindex="0">
 +
This Wiki is designed to be accessible for everyone!
 +
For this years Human Practices, iGEM Marburg decided to partner up with the BLISTA again. The BLISTA is the only Highschool for visually impaired students in Europe. As part of our project we (and other teams) designed a barrier-free website to take this step to remove barriers in communication!
 +
</aside>
 +
</div>
 +
</section>
  
 +
<!-- OTHER STUFF -->
  
<div class="collapsible">
+
<style>
<div class="btn_expand">Structural Model</div>
+
.sectionH {
<div class="content">
+
width: 100%;
<h2>Teach the rabbit to quack  <br> Expanding the scope of Metabolic Engineering through novel enzyme engineering</h2>
+
padding: 0 0 4% 0;
<h3>Infrastructure</h3>
+
text-align: center;
<p>
+
font-size: 1.5em;
We want to thank Prof. Klebe and Prof. Kolb for kindly providing us with the necessary infrastructure and software access to perform our calculations.  
+
box-sizing: border-box;
For our <dfn data-info="Quantum Mechanics">QM</dfn> calculations, we used the program GAUSSIAN09 and Chemcraft to set up our systems.  
+
}
For a foray to how these kinds of calculations work, please click here.  
+
.sectionText {
 +
padding: 5% 0 15% 0;
 +
}
 +
.medal_container {
 +
position: relative;
 +
display:flex;
 +
justify-content: space-around;
 +
width: 100%;
 +
z-index: 2;
 +
}
  
<div class="collapsible">
+
.medal_container>div {
<div class="btn_expand">Foray to <dfn data-info="Quantum Mechanics">QM</dfn> Calculations</div>
+
position: relative;
<div class="content">
+
width: 20%;
<h3>Foray to <dfn data-info="Quantum Mechanics">QM</dfn> Calculations [<a href=""><abbr title=""></a>]</h3>
+
padding-bottom: 20%;
<p>
+
margin-bottom: 2%;
<dfn data-info="Quantum Mechanics">QM</dfn> Calculations are the pinnacle of precision compared to all other methods used for calculating molecular systems, but this precision comes with very high computational costs.
+
}
What the computer actually does when doing this type of calculations is calculating the Hamiltonian of the system and solving the Schroedinger Equation that way.
+
With the help of this, we can describe the system.
+
<dfn data-info="Quantum Mechanics">QM</dfn> Calculations are characterized by two important things, the functional and the basis set used. 
+
The functional is characterized by the way the Hamiltonian is calculated.
+
For all calculations that we do, we also need a starting point to describe orbitals or the density function (We will go into more detail to this later) and the basis set describes the number and type of the orbital functions that we use to calculate the system.
+
</p>
+
<h3>Born Oppenheimer Approximation</h3>
+
<p>
+
A necessary assumption to use <dfn data-info="Quantum Mechanics">QM</dfn> as well as <dfn data-info="Molecular Mechanics">MM</dfn>
+
methods is the Born Oppenheimer Approximation.
+
This is the approximation that due to the vast difference in speed between the electrons and the nucleus of the atoms the movement of both can be investigated apart from each other.
+
For <dfn data-info="Quantum Mechanics">QM</dfn> Methods this means that we only look at the movement of electrons and neglect the very slow movements of the nuclei when solving the Schroedinger Equation.
+
</p>
+
<h3>Functionals and Basis sets</h3>
+
<h3>Functionals</h3>
+
<p>
+
There are two fundamentally different type of functionals, wave function based and density function based methods.
+
We only used density function based methods, to be precise B3Lyp.
+
Density Function Theory (DFT) is centered not on the Wavefunction but on the square of the wave function, the electron density.
+
It is based on the theorem of Hohenberg and Kohn and modern DFT is also based on the Kohn Sham approach.
+
The electron density is a measurable quantity that is dependent on the three vectors of spaces.
+
In the first days of DFT (when invented by physicists) mostly the Linear Density Approach (LDA) was used and this approach works fine for metals, in which the electrons are evenly distributed inside the metal.
+
However, this is a poor approximation once we want to model molecular systems.
+
As a further Development of this approximation, Gradient corrected methods (GGA) have been invented.
+
These methods consider the electron density not to be uniform.
+
<br>
+
There are multiple terms in the Hamiltonian that have to be calculated.
+
The most troublesome one is the so-called "Exchange-Correlation" term.
+
There is a class of DFT functionals, the so-called Hybrid Functionals, that use a combination of exchange-correlation terms of different methods.
+
The method we used, B3LYP, uses a combination of LDA, GGA and Hartree Fock (A wavefunction based method) exchange-correlation.
+
  
</p>
+
.medal_container>div>img {
<h3>Basis Sets</h3>
+
position: absolute;
<p>
+
width: 100%;
Now that we know which method we use we can take a look at the second important characteristic of our <dfn data-info="Quantum Mechanics">QM</dfn> calculations, the basis set.
+
top:50%;
All methods described previously, even if based on DFT, use Orbitals in their calculations.
+
left:50%;
By combining a certain number of Orbitals the orbitals of the system have to be expressed.  
+
transform: translate(-50%,-50%);
This starting number of orbitals is called the basis set.
+
}
Obviously, the more orbitals we have the more accurate the calculations become, but they also get more demanding.
+
.medal_content_container {
As a small basis set we used the 6-31g variant and as a bigger basis set, we used cc-pVDZ.  
+
  position: relative;
</p>
+
margin-bottom: 10%;
<h3>Summary</h3>
+
}
<ul>
+
.medal_content {
<li>Based on Quantum Mechanics</li>
+
position: absolute;
<li>All electrons investigated</li>
+
opacity: 0;
<li>Bond cleavage and formation can be calculated</li>
+
top:0;
<li>Slow Calculations and limited to small Systems</li>
+
transform:translate(0,0);
</ul>
+
font-size: 1em;
</div>
+
transition: all 0.3s ease-in-out;
</div>
+
}
To perform <dfn data-info="Molecular Dynamics">MD</dfn> Simulations we used the program package AMBER.
+
.medal_content h2 a {
For a foray how <dfn data-info="Molecular Dynamics">MD</dfn> Simulations work, please click here.
+
color: unset !important;
<div class="collapsible">
+
}
<div class="btn_expand">Foray to <dfn data-info="Molecular Dynamics">MD</dfn> Simulations</div>
+
.medal_content_selected {
<div class="content">
+
opacity: 1;
    <h3>Foray to Molecular Mechanics </h3>
+
z-index: 2;
<p>
+
}
        Molecular Mechanics  (<dfn data-info="Molecular Mechanics">MM</dfn> ) uses the laws of classical mechanics to model molecular systems. It can be used to calculate anything ranging between small molecules to big proteins.
+
.bottomSection .sectionContent aside {
        Each atom is simulated as one single particle, with a radius and charge.
+
font-size: 2em;
        Bonded interactions are treated by the famous Hookes law (i.e. they are springs).
+
}
        This approximation allows us to simulate very big systems, but it is very important to asses which properties we can simulate correctly and therefore investigate.
+
.medal_content:nth-of-type(3) {
        Because classical Molecular Dynamics (<dfn data-info="Molecular Dynamics">MD</dfn>) Simulations are based on <dfn data-info="Molecular Mechanics">MM</dfn>
+
position: relative;
, we cannot simulate bond breaking or bond formation which also means that protonation states cannot change during simulation.
+
}
  
    </p>
+
.medalButton {
    <h3>
+
transition: transform 0.3s ease-in-out;
        Force Fields
+
cursor: pointer;
    </h3>
+
}
    <p>
+
        To calculate inter- and intramolecular interactions, so-called force fields are used.  
+
        With these FF all of these interactions are reduced to single additive terms.  
+
        It consists of terms for bond stretching, angle bending, torsions, Lennard-Jones potential (for Van-der-Waals interactions) and electrostatic potential.
+
        It is necessary to parametrize these terms very carefully and this is done by using experimental data or <dfn data-info="Quantum Mechanics">QM</dfn> calculations.
+
        There are many FF available and we used a force field from the AMBER family called ff14SB <a href="https://pubs.acs.org/doi/abs/10.1021/acs.jctc.5b00255"><abbr title ="James A. Maier, Carmenza Martinez, Koushik Kasavajhala, Lauren Wickstrom, Kevin E. Hauser, and Carlos Simmerling, ff14SB: Improving the Accuracy of Protein Side Chain and Backbone Parameters from ff99SB
+
, J. Chem. Theory Comput., 2015, 11 (8), pp 3696–3713
+
" >(Maier <i>et al.</i>2015)</abbr></a>.
+
<br>
+
        The complete potential function is given in the following equation: 
+
  
        <figure>
+
.medalButton_selected {
    <img style="float:center; height: 80px" src="https://static.igem.org/mediawiki/2018/thumb/c/cf/T--Marburg--eq_forcefield.png/1593px-T--Marburg--eq_forcefield.png" alt="text">
+
transform: scale(1.1);
</figure>
+
}
    </p>   
+
    <h3>
+
        Kinetic Energy and Time Evolution of a molecular system
+
    </h3>
+
    <p>
+
        If we would just apply all of the physical principles and assumptions mentioned previously, we would minimize the system to the closest potential energy minimum.
+
        For the system to overcome potential energy barriers given by the FF, we have to introduce kinetic energy.
+
        The kinetic energy of all particles in the system is dependent on their temperature and given by a Maxwell-Boltzmann velocity distribution function.
+
        <br>
+
            <figure>
+
    <img style="float:top; height:70px;" src="https://static.igem.org/mediawiki/2018/c/c5/T--Marburg--eq_boltzmann.png" alt="text">
+
</figure>
+
        <br>
+
  
        This distribution function contains the kinetic energy of a particle, which is expressed as its momentum.
+
.noAnim {
        <br>
+
transition: none;
                    <figure>
+
}
    <img style="float:top; height:70px;" src="https://static.igem.org/mediawiki/2018/9/9c/T--Marburg--eq_kinetic_energy.png" alt="text">
+
</figure>
+
        <br>
+
        The total energy of the system is given as the sum of the potential energy (given by the force field) and the kinetic energy.
+
        Each particle in every <dfn data-info="Molecular Dynamics">MD</dfn> time that we investigate has, therefore, three positional coordinates, three momentum coordinates, and a corresponding total energy.
+
        <br>
+
                    <figure>
+
    <img style="float:top; height:50px;" src="https://static.igem.org/mediawiki/2018/9/9b/T--Marburg--eq_total_energy.png" alt="text">
+
</figure>
+
<br>
+
        To now introduce time evolution in the system we use classical mechanics and newtons laws of motion in combination with the kinetic energies introduced previously.
+
        <br>
+
                    <figure>
+
    <img style="float:top; height:70px;" src="https://static.igem.org/mediawiki/2018/9/98/T--Marburg--eq_newton.png" alt="text">
+
</figure>
+
<br>
+
        To further reduce the computational cost a so-called leapfrog algorithm is used.
+
        As mentioned previously, every particle in the system is described using three positional coordinates, three momentum coordinates, and its corresponding energy.
+
        With the leapfrog algorithm for each step of the <dfn data-info="Molecular Dynamics">MD</dfn> we only calculate either the positinal coordinates or the momentum coordinates and "leap over" the other.
+
    </p>
+
    <h3>
+
    Periodic Box
+
    </h3>
+
    <p>
+
        <dfn data-info="Molecular Dynamics">MD</dfn> Simulations are performed within a confined volume, called a unit cell.
+
        This unit cell contains all particles that we simulate (i.e. protein,water,ligand)
+
        This introduces the problem of boundary effects because atoms and molecules close to these boundaries of the unit cell have fewer interaction partners than those in the middle of it.
+
        To avoid boundary effects at the edges of the unit cell we repeat the unit cell periodically.
+
        Thus, the shape of the unit cell has to allow such that a regular space filling lattice of unit cells can be arranged.
+
        In our study we used a truncated octahedron.
+
        <figure>
+
            <img style="float:right; height:400px;" src="https://upload.wikimedia.org/wikipedia/commons/7/7c/Truncatedoctahedron.gif" alt="text">
+
            <figcaption>Source:<a href="https://de.wikipedia.org/wiki/Datei:Truncatedoctahedron.gif">Wikipedia truncated octahedron<abbr title="https://de.wikipedia.org/wiki/Oktaederstumpf"></a></figcaption>
+
        </figure>
+
  
    </p>
+
.bottomSection {
    <br>
+
height: unset;
    <h3>Summary</h3>
+
background-color:white;
    <ul>
+
}
        <li>Based on Classical Physics</li>
+
        <li>No Electrons investigated</li>
+
        <li>No Bond cleavage or formation</li>
+
        <li>Fast Calculations and big Systems</li>
+
    </ul>
+
</div>
+
</div>
+
    <div class="skipTarget" skipname="Motivation Structural Model"></div>
+
<h3>Motivation</h3>
+
<p>
+
  We went to great lengths to develop a workflow for metabolic engineering that utilizes the incredible power of directed evolution and is worthy of synthetic biology in the not so early 21st Century.
+
              With the very recent Nobel prize in chemistry towards directed evolution we think we have struck a nerve, and with <i>Vibrio Natriegens</i> this process can be streamlined even further.
+
              Traditional Chemistry with Synthesis as its supreme discipline and its implications in industry is one of the driving forces behind the modern wealth and is being improved on a daily basis.
+
              Synthetic Biology and in particular Metabolic Engineering as a chemical producing science can use that incredible knowledge and expand on it.
+
              Due to the completely different way of synthesis, we can mend the problems that classical synthesis is facing (e.g. natural products with many stereocenters, neccessary purification of products after most reaction steps) and synthesize compounds previously not able to be synthesized (e.g. Artemisinic acid) or ones that were too costly.
+
              Using metabolic engineering also has the advantage to produce chemical out of renewable resources while many chemicals right now are synthesized starting with fossil oil.
+
              To further improve this incredible opportunity to make more of the chemical space synthesizable in a cheap, easy and renewable manner we need to go beyond "mix and match" pathways and explore novel enzymatic reactions.
+
              According to
+
  
<a href="https://www.sciencedirect.com/science/article/pii/S1367593116302071"><abbr title ="Tobias J Erb, Patrik R Jones, Arren Bar-Even, Synthetic metabolism: metabolic engineering meets enzyme design, Current Opinion in Chemical Biology (2017) 56-62" >(Erb <i>et al.</i>2017)</abbr></a>
+
.bottomSection aside {
 +
color: #333;
 +
}
  
metabolic engineering has been categorized in 5 different levels, depending on the methods employed.  
+
.medal_table table {
These levels and the corresponding metabolic space is displayed in Figure [1].
+
border-spacing: 0;
We tried to expand on what we already did in our metabolic engineering project and tap the huge advantages using novel pathways offer.
+
border: 2px solid rgb(231, 231, 231) !important;
We tried to enable a novel pathway by engineering an enzyme to catalyze a new reaction which corresponds to the 4th level of metabolic engineering.
+
font-size: 0.9em;
</p>
+
width: 100%;
<figure style="float: right; width: 400px">
+
border-collapse: unset !important;
<img style="float:right; width:100%;" src="https://ars.els-cdn.com/content/image/1-s2.0-S1367593116302071-gr1.jpg" alt="text" width="70%">
+
border-radius: 1vw;
<figcaption style="float: right;"><b>Figure 1:</b> Different levels of metabolic engineering and their respective biochemical space.<a href="https://www.sciencedirect.com/science/article/pii/S1367593116302071"><abbr title ="Tobias J Erb, Patrik R Jones, Arren Bar-Even, Synthetic metabolism: metabolic engineering meets enzyme design, Current Opinion in Chemical Biology (2017) 56-62" >(Erb <i>et al.</i>2017)</abbr></a></figcaption>
+
text-align: center;
</figure>
+
}
<h3>Design of the binding pocket</h3>
+
.medal_table th, td {
<p>
+
border-right: none !;
The pathway we chose for our metabolic engineering efforts was - in our opinion - the best pathway that has been explored previously.
+
padding:3% !important;
But there are many more possible theoretical
+
color:#505050 !important;
<a href="https://link.springer.com/article/10.1007/s00253-013-4802-4"><abbr title ="Kris Niño G. Valdehuesa, Huaiwei Liu, Grace M. Nisola, Wook-Jin Chung, Seung Hwan Lee, Si Jae Park, Recent advances in the metabolic engineering of microorganisms for the production of 3-hydroxypropionic acid as C3 platform chemical, Applied Microbiology and Biotechnology (2013), Volume 97, Issue 8, pp 3309–332" >(Valdehuesa <i>et al.</i>2013)</abbr></a>
+
}
pathways with remarkable properties that have not been explored yet.
+
.medal_table td {
The reason is most of the times that it involves one or more reactions with no known enzyme to catalyze them.
+
position: relative;
One theoretical pathway is from a free energy standpoint much more favorable, but there is one step without a known enzyme to catalyze it. We performed an intense literature research and decided to try to build an enzyme capable of decarboxylating malate to <dfn data-info="3-hydroxypropionic acid">3HPA</dfn>. Even with <i> Vibrio Natriegens </i> if we would try to engineer an enzyme to catalyze the wanted reaction using random mutagenesis it would take ages if it succeeds at all. That is why we decided to use a combination of <i>in silico</i> as well as wet lab methods to boost our chances of succeeding.
+
}
</p>
+
.medal_table th{
<br>
+
border-top: none !important;
<figure style="width: 600px; float: right;">
+
border-right: none !important;
<img width="100%" src="https://static.igem.org/mediawiki/2018/2/25/T--Marburg--pathways_notfinal.png" alt="text">
+
border-left: none !important;
<figcaption><b>Figure 2:</b> Comparison between established and theoretical pathway using free energy. Reaction with no enzyme to catalyze marked with a green star.</figcaption>
+
border-bottom: 2px solid rgb(231, 231, 231) !important;
</figure>
+
background-color: white !important;
<br>
+
}
<p>
+
.medal_table tr td:first-of-type {
The pathway that we want to enable is displayed in Figure [2]. The step that has to be catalyzed is the decarboxylation reaction of malate to our final product, 3-hydroxypropionic acid ( <dfn data-info="3-hydroxypropionic acid">3HPA</dfn>). As a start, we investigated the enzyme family of Carboxy-lyases (EC Number 4.1.1). We - in accordance to literature - were not able to find an enzyme that can catalyse this reaction.  
+
border:none !important;
However, there were some that we thought could help us to develope a binding pocket capable of decarboxylating malate.
+
}
<br>
+
.medal_table tr td:last-of-type {
One of those was acetolactate decarboxylase (<dfn data-info="Acetolactate Decarboxylase">ALD</dfn> 4.1.1.5).  
+
border:none !important;
The important difference from its natural substrate to malate being that there is a carboxy group in &beta; position (see Figure X).
+
width: 22%;
In this enzyme with the help of this carboxy group a double bond is formed to an intermediate product (see Figure X) that we cannot form with malate as substrate. But the zinc cation that is used as a cofactor should be able to bind to malate in a similar way as it does with the natural substrate. 
+
border-left: 2px solid rgb(231, 231, 231) !important;*/
This could be a promising starting point, because we would be able to sustain a specific conformation of the substrate and alter the electronic structure of the substrate at the same time.
+
}
The complex of malate inside the <dfn data-info="Acetolactate Decarboxylase">ALD</dfn> binding pocket is shown in Figure [3].
+
.medal_table tr:nth-child(even){
As you can see the zinc cofactor is bound by three histidines and the zinc binds to the malate (or the substrate analogue in the real crystal structure) with three interactions.
+
background-color: rgb(255, 255, 255);
There is also another important residue close to this complex, Arg145.
+
}
After the double bond and with it the intermediate product is formed, this residue is protonating the intermediate to form the product.
+
</p>
+
<figure style="width: 500px; float: left;">
+
<img style="width: 100%" src="https://static.igem.org/mediawiki/2018/thumb/2/2a/T--Marburg--ald_binding_pocket_with_malate.png/1600px-T--Marburg--ald_binding_pocket_with_malate.png" alt="text">
+
<figcaption><b>Figure 3:</b> Complex of Malate with the Zn Cofactor inside the <dfn data-info="Acetolactate Decarboxylase">ALD</dfn> binding pocket [PDB 4BT3]. .</figcaption>
+
</figure>
+
<br>
+
<p>
+
Another enzyme with an enzyme mechanism that might help us find a way to catalyse this reaction is Orotidine 5'-phosphate decarboxylase (<dfn data-info="Orotidine 5′-monophosphate decarboxylase">ODCase</dfn> 4.1.1.23).
+
The reaction <dfn data-info="Orotidine 5′-monophosphate decarboxylase">ODCase</dfn>  catalyses compared to the reaction of <dfn data-info="Acetolactate Decarboxylase">ALD</dfn> and the one we want to catalyse is shown in Figure X.
+
<br>
+
<figure style="width: 400px; float: right;">
+
<img style="display:block; margin:0 auto 0 auto; width:400px;" src="https://static.igem.org/mediawiki/2018/9/90/T--Marburg--vergleich_substrates_reactions_notfinal.png" alt="text" width="100%">
+
<figcaption><b>Figure X:</b> Comparison between the reaction catalysed by <dfn data-info="Orotidine 5′-monophosphate decarboxylase">ODCase</dfn> , <dfn data-info="Acetolactate Decarboxylase">ALD</dfn> and the reaction that we want to catalyse. .</figcaption>
+
</figure>
+
<br>
+
    In one impressive study conducted by <a href="https://pubs.acs.org/doi/abs/10.1021/jp074858n"><abbr title ="Courtney L. Stanton, I-Feng W. Kuo, Christopher J. Mundy, Teodoro Laino, and K. N. Houk, QM/MM Metadynamics Study of the Direct Decarboxylation Mechanism for Orotidine-5‘-monophosphate Decarboxylase Using Two Different QM Regions:  Acceleration Too Small To Explain Rate of Enzyme Catalysis, J. Phys. Chem. B, <b>2007 </b>, 111 (43), pp 12573–12581" >(Courtney <i>et al.</i>2007)</abbr></a> using
+
    <dfn data-info="Quantum Mechanics">QM</dfn>/<dfn data-info="Molecular Mechanics">MM</dfn>
+
    <dfn data-info="Molecular Dynamics">MD</dfn>
+
    simulations, the decarboxylation mechanism of <dfn data-info="Orotidine 5′-monophosphate decarboxylase">ODCase</dfn> has been investigated.  
+
    They have proposed a direct decarboxylation mechanism with theoretical values that are in good agreement with experimental values.
+
    The reaction is split into two steps, first the decarboxylation and a simultaneous salt bridge between a lysine and the resulting carbanion.
+
    After this, the lysine protonates the carbanion to yield the final product.
+
    The most important difference between the substrate of <dfn data-info="Orotidine 5′-monophosphate decarboxylase">ODCase</dfn> and malate is, that the carbanion is stabilized through mesomeric structures (Figure X) in the former one whilst there is nearly no stabilization in the latter one.
+
    The idea of our enzyme design is that we use the direct decarboxylation of <dfn data-info="Orotidine 5′-monophosphate decarboxylase">ODCase</dfn> and try to stabilize the carbanion with the cofactor of <dfn data-info="Acetolactate Decarboxylase">ALD</dfn>.
+
    With this plan, we need to engineer the pocket in a way that a lysine side chain can get to the carbon atom of malate that shall be protonated.
+
    Even if this is achieved, the reaction is not automatically working since the transition state energy is probably far too high.
+
    We need to calculate the transition state energy of our engineered systems and compare it to the literature to estimate the feasibility of our reaction.
+
<br>
+
<br>
+
As a start point we looked at all single point mutations to lysine that can be done where the protonated nitrogen of lysine has the possibility to get as close to the malate as needed for reprotonation. All Mutations investigated are displayed in table 1.
+
In the natural binding pocket of <dfn data-info="Acetolactate Decarboxylase">ALD</dfn> there is an arginine residue that is used for reprotonation of the natural substrate.
+
Because of the possibility that this could disturb the lysine we mutated that in each binding pocket where it is not already mutated to a glycine.
+
  
</p>
+
.checkmark {
 +
position: absolute;
 +
width: 25%;
 +
padding-bottom: 25%;
 +
top:50%;
 +
left: 50%;
 +
transform: translate(-50%, -50%);
 +
background-position: center;
 +
background-size: contain;
 +
background-image:url(https://static.igem.org/mediawiki/2018/2/23/T--Marburg--checkmark.svg);
 +
opacity: 0.7;
 +
}
  
<table align="center" style="width:100%";>
+
/* - - - - - - MEDIA QUERIES - - - - - - - */
  <caption> <b>Table 1:</b> All point mutations to <dfn data-info="Acetolactate Decarboxylase">ALD</dfn> (PDB 4BT3) that have been investigated. The aminoacids are displayed as single character with the residue number in between. All mutations besides R145K also include R145G. </caption>
+
/* medium desktops */
   <tr>
+
@media only screen and (max-width: 1800px) {
    <th>L34K</th>
+
    <th>G57K</th>
+
    <th>T58K</th>
+
    <th>L62K</th>
+
  <tr>
+
  </tr>
+
    <th>E65K</th>
+
    <th>G64K</th>
+
    <th>R145K</th>
+
    <th>V147K</th>
+
  
  </tr>
+
}
 
+
@media only screen and (max-width: 1500px) {
</table>
+
  
    <div class="skipTarget" skipname="Enzyme Design"></div>
+
}
 +
/* small desktops */
 +
@media only screen and (max-width: 1100px) {
 +
.winner_pic img {
 +
border-radius: 0;
 +
}
 +
}
 +
/* landscape tablets */
 +
@media only screen and (max-width: 992px) {
 +
.medal_content {
 +
font-size: 0.8em;
 +
}
 +
.achieved_wrapper {
 +
display: flex;
 +
justify-content: space-around;
 +
flex-wrap: wrap;
 +
}
 +
.awards ul {
 +
      padding-bottom: 25%;
 +
}
 +
.achieved_wrapper {
 +
font-size: 0.9em;
 +
}
 +
}
  
<h3><i>in silico</i> enzyme design</h3>
+
/* larger phones, portrait tablets */
<p>
+
@media only screen and (max-width: 786px) {
We developed a double modeling approach to investigate the whole system to the best of our ability. First, we try to investigate the reaction using quantum mechanical calculations (<dfn data-info="Quantum Mechanics">QM</dfn>) and model the best possible system.  
+
.logoSection img {
Then we control how well this system is represented if we make certain mutations in the <dfn data-info="Acetolactate Decarboxylase">ALD</dfn> with the help of molecular dynamic (<dfn data-info="Molecular Dynamics">MD</dfn> ) Simulations.  
+
width: 80%;
</p>
+
}
 +
.slideInLeft {
 +
transform: none;
 +
}
 +
.slideInRight {
 +
transform: none;
 +
}
 +
section:nth-of-type(even) .sectionContent {
 +
flex-wrap: wrap-reverse;
 +
}
 +
section:nth-of-type(odd) .sectionContent {
 +
flex-wrap: wrap;
 +
}
 +
.sectionContent figure {
 +
  width: 50%;
 +
  }
 +
.sectionContent aside {
 +
width: 100%;
 +
font-size: 1.5em;
 +
}
 +
.spacerH {
 +
font-size: 6vw;
 +
padding: 1% 3% 1% 3%;
 +
text-align: center;
 +
}
 +
.sectionH {
 +
font-size: 6vw;
 +
}
 +
/*.medal_table table {
 +
border: 2px solid rgb(231, 231, 231) !important;
 +
}
 +
.medal_table th{
 +
border-bottom: 2px solid rgb(231, 231, 231) !important;
 +
}
 +
.medal_table tr td:last-of-type {
 +
border-left: 2px solid rgb(231, 231, 231) !important;
 +
}*/
 +
.medal_table table {
 +
font-size:  0.7em !important;
 +
}
 +
.awards_first {
 +
font-size: 5em;
 +
}
 +
}
 +
/* small phones */
 +
@media only screen and (max-width: 600px) {
 +
.logoSection img {
 +
width: 100%;
 +
}
 +
.medal_table table {
 +
  font-size:  0.5em !important;
 +
  }
 +
.sectionContent figure {
 +
  width: 70%;
 +
  }
 +
  .awards_first {
 +
  font-size: 3em;
 +
  }
 +
}
  
 +
</style>
  
  
<h3>Quantum mechanics calculations </h3>
+
<section class="bottomSection">
<p>  
+
<div class="sectionContent">
First, we wanted to model the reaction that we try to catalyze using <dfn data-info="Quantum Mechanics">QM</dfn> level calculations. We used density functional theory based method b3-lyp with different basis sets. With these calculations, we tried to get a further insight into the reaction coordinate and all corresponding energies, most importantly the activation energy of the reaction.
+
<aside>
    The activation energy can be calculated as the difference between the energy of the educts and the transition state energy.
+
<div class="medalBody">
    The activation energy is crucial in the activity of the final enzyme and high activation energies correspond to low or no activity of the final enzyme.
+
<div class="sectionH scrollFade" fadeTo="fadeIn"><h1>Medal Criteria</h1></div>
    According to
+
<div class="medal_container scrollFade" fadeTo="fadeIn">
    <a href="https://pubs.acs.org/doi/abs/10.1021/jp074858n"><abbr title ="Courtney L. Stanton, I-Feng W. Kuo, Christopher J. Mundy, Teodoro Laino, and K. N. Houk, QM/MM Metadynamics Study of the Direct Decarboxylation Mechanism for Orotidine-5‘-monophosphate Decarboxylase Using Two Different QM Regions:  Acceleration Too Small To Explain Rate of Enzyme Catalysis, J. Phys. Chem. B, <b>2007 </b>, 111 (43), pp 12573–12581" >(Courtney <i>et al.</i>2007)</abbr></a>
+
<div class="medalButton" mContent="m_a">
    the reaction is split into two steps.
+
          <img src="https://static.igem.org/mediawiki/2018/4/41/T--Marburg--BronzeCriteria.png" alt="">
    First, the decarboxylation happens and a salt bridge is formed between the positively charged lysine and negatively charged carbanion.
+
</div>
    In a second step one of the protons of the lysine is protonating the negatively charged carbanion and with that the reaction is complete.
+
<div class="medalButton" mContent="m_b">
    The first step of the reaction is the rate-limiting step of the reaction
+
          <img src="https://static.igem.org/mediawiki/2018/3/38/T--Marburg--SilverCriteria.png" alt="">
    <a href="https://pubs.acs.org/doi/abs/10.1021/jp074858n"><abbr title ="Courtney L. Stanton, I-Feng W. Kuo, Christopher J. Mundy, Teodoro Laino, and K. N. Houk, QM/MM Metadynamics Study of the Direct Decarboxylation Mechanism for Orotidine-5‘-monophosphate Decarboxylase Using Two Different QM Regions:  Acceleration Too Small To Explain Rate of Enzyme Catalysis, J. Phys. Chem. B, <b>2007 </b>, 111 (43), pp 12573–12581" >(Courtney <i>et al.</i>2007)</abbr></a>
+
</div>
    and because of this, we decided to focus on it.  
+
<div class="medalButton" mContent="m_c">
</p>  
+
          <img src="https://static.igem.org/mediawiki/2018/0/01/T--Marburg--GoldCriteria.png" alt="">
 
+
</div>
 
+
<div class="medalButton" mContent="m_d">
<h4>Setup of systems for calculation</h4>
+
          <img src="https://static.igem.org/mediawiki/2018/9/97/T--Marburg--CrystalCriteria.png" alt="">
<p> As a start point for a structure we used the <dfn data-info="Acetolactate Decarboxylase">ALD</dfn> crystal structure of
+
</div>
<a href="https://pubs.acs.org/doi/abs/10.1021/cb400429h"><abbr title ="Victoria A. Marlow, Dean Rea, Shabir Najmudin, Martin Wills, and Vilmos Fülöp, PStructure and Mechanism of Acetolactate Decarboxylase, ACS Chem. Biol., 2013, 8 (10), pp 2339–2344" >(Marlow <i>et al.</i>2013)</abbr></a>  
+
</div>
(PDB CODE 4BT3).
+
<div class="medal_content_container">
    From that, we extracted the position of the three zinc coordinating histidines, the zinc cation, and the substrate and changed the substrate to malate.
+
<div id="m_a" class="medal_content" tabindex="0">
    We then built multiple differently binding pockets that are displayed in Table [2].
+
<h1>Bronze</h1>
</p>
+
We fulfilled all bronze medal criteria.
<table style="width:100%" cellspacing="5" border="1">
+
</h2>
  <caption> <b>Table 2:</b> The differently setup systems with the changes made and names given.</caption>
+
Our team registered for iGEM, we had a challenging but great iGEM season and we are really looking forward to attend the Giant Jamboree.
  <tr>
+
<h2>Deliverables</h2>
  <th>Kind of Binding Pocket</th>
+
We already finalized our Wiki and <a href="https://igem.org/2018_Judging_Form?id=2560">Judging Form</a>. We will hold our presentation at the Giant Jamboree in Boston and we expect exciting discussions at our poster.
  <th>Abbreviation used in Graphs</th>
+
<h2>Attributions</h2>
  <th>Residues/Molecules involved</th>
+
Our project was only possible with a great <a href="https://2018.igem.org/Team:Marburg/Team">team</a> and we also want to thank people, institutions and companies who helped with financial and infrastructural support or scientific advice, and we are grateful to honor them on our <a href="https://2018.igem.org/Team:Marburg/Attributions">attributions page</a>.
  </tr>
+
<h2>Characterization</h2>
  <tr>
+
We participated in the fifth <a href="https://2018.igem.org/Team:Marburg/InterLab">iGEM InterLab</a> measurement study, submitted our data in time and we are happy that our results were accepted by the measurement committee. 
  <td>Binding Pocket without Cofactor</td>
+
</div>
  <td>Complex</td>
+
<div id="m_b" class="medal_content" tabindex="0">
  <td>Lysine, Substrate</td>
+
<h1>Silver</h1>
  </tr>
+
We are certain that we completed all silver medal criteria
  <tr>
+
<h2>Validated Part</h2> We submitted <a href="http://parts.igem.org/Part:BBa_K2560069">BBa_K2560069</a> as a new basic parts. This part fulfills all formal requirements and was submitted to the registry. <a href="http://parts.igem.org/Part:BBa_K2560069">BBa_K2560069</a> is a 5’ Connector which was newly designed by us. We validated its function by showing that it can reduce crosstalk from backbone features 14 fold.
  <td>Binding Pocket</td>
+
<h2><a href="https://2018.igem.org/Team:Marburg/Collaborations">Collaborations</a></h2>
  <td>Nor_1</td>
+
We strengthened the iGEM community in Germany by hosting the <a href="https://2018.igem.org/Team:Marburg/Collaborations">German iGEM Meetup</a> and we planned and realized the <a href="https://2018.igem.org/Team:Marburg/Collaborations">Vibrigens InterLab study</a> with eleven participating teams.  
  <td>Three Histidines, Zinc cation, Lysine, Glutamate, Substrate</td>
+
  </tr>
+
  <tr>
+
  <td>Binding Pocket pre-optimized</td>
+
  <td>Nor_2</td>
+
  <td>Three Histidines, Zinc cation, Lysine, Glutamate, Substrate</td>
+
  </tr>
+
  <tr>
+
  <td>Minimal Binding Pocket</td>
+
  <td>Min</td>
+
  <td>Three Histidines, Zinc cation, Lysine, Substrate</td>
+
  </tr>
+
  <tr>
+
  <td>Binding Pocket with two lysine residues</td>
+
  <td>2ly</td>
+
  <td>Three Histidines, Zinc cation, Lysine, Lysine, Substrate</td>
+
  </tr>
+
</table>
+
<p>
+
Because we wanted to resemble the binding pocket to the best of our knowledge we made a system where we kept Glu 253 and added a lysine close to the carbon that it shall protonate.
+
    Later we used a pre-optimized structure of previous calculations and used this pre-optimized structure to build a minimal binding pocket where we removed Glu.  
+
    We also made one system with two lysine residues.  
+
    We will go into detail on why and how we designed this system when we explain the hypothesis. 
+
    As a start point we also used a structure of just malate and lysine.
+
    The final systems are displayed in Figure BLA.  
+
  
    <figure>
+
<h2><a href="https://2018.igem.org/Team:Marburg/Human_Practices">Human Practices</a></h2>
<div class="imageContainer2x2">
+
We got into contact with the BLISTA as part of our local community to open our project for everyone and we achieved to present our project in an accessible manner for the visually impaired.
<div><img src="https://static.igem.org/mediawiki/2018/thumb/0/03/T--Marburg--pre_converged_1.png/1600px-T--Marburg--pre_converged_1.png">a</div>
+
</div>
<div><img src="https://static.igem.org/mediawiki/2018/thumb/1/11/T--Marburg--post_converged_binding_pocket.png/1600px-T--Marburg--post_converged_binding_pocket.png">b</div>
+
<div id="m_c" class="medal_content" tabindex="0">
<div><img src="https://static.igem.org/mediawiki/2018/thumb/3/38/T--Marburg--minimal_binding_pocket.png/1600px-T--Marburg--minimal_binding_pocket.png">c</div>
+
<h1>Gold</h1>
<div><img src="https://static.igem.org/mediawiki/2018/thumb/4/48/T--Marburg--binding_pocket_2lys.png/1600px-T--Marburg--binding_pocket_2lys.png">d</div>
+
We hope that we can convince you that we fulfilled all gold medal criteria.
</div>  
+
<h2><a href="https://2018.igem.org/Team:Marburg/Human_Practices">Integrated Human Practices</a></h2>
<figcaption>
+
We integrated valuable input from society, academia and industry into the design and execution of our project by starting a wiki collaboration and implementing the suggestions of stakeholders into the design of our strains.
Figure X : Displayed of the different binding pockets. a) pre converged full binding pocket b) post converged full binding pocket c) minimal binding pocket d) binding pocket with two lysine residues
+
<h2><a href="https://2018.igem.org/Team:Marburg/Improve">Improve a previous part</a></h2>
</figcaption>
+
We improved <a href="http://parts.igem.org/Part:BBa_P10500">BBa_P10500</a> by replacing the dropout with a sfGFP cassette, resulting in <a href="http://parts.igem.org/Part:BBa_K2560002">BBa_K2560002</a>.
</figure>
+
To evaluate the transition state energy and the overall energy profile of the reaction an investigation of the reaction path is necessary.  
+
<h2><a href="https://2018.igem.org/Team:Marburg/Model">Model Your Project</a></h2>
Since we want to investigate a decarboxylation reaction, which is a c-c bond break, we chose to set up multiple calculations at different c-c bond lengths to evaluate the energy necessary to split that bond.
+
Using modeling we predicted the metabolic pathway that yields optimal 3HPA producting and conducted foundational work towards a novel pathway.
This way we sample the reaction coordinate of the systems.
+
In 20 calculations we added from 0 to 2 Angstroem to the c-c bond length in 0.1 Angstroem steps.
+
<h2><a href="https://2018.igem.org/Team:Marburg/Demonstrate">Demonstration of Your Work</a></h2>
With this method, we performed calculations for the starting system (no added c-c distance), the transition state (varying c-c distances depending on the system) and the end product (high c-c distances).
+
We succeeded in all major parts of our project. We established genome engineering methods, created a toolbox and showed production of 3-HPA.
</p>
+
</div>
 
+
<div id="m_d" class="medal_content" tabindex="0">
 
+
<h1>Special Prizes</h1>
<h4>Results of <dfn data-info="Quantum Mechanics">QM</dfn> Calculations</h4>
+
We are proud about what we achieved and applied for the following special awards:<br><br>
<p>
+
<a href="https://2018.igem.org/Team:Marburg/Human_Practices">Integrated Human Practices</a><br><br>
 
+
<a href="https://2018.igem.org/Team:Marburg/Public_Engagement">Education and Public Engagement</a><br><br>
<figure style="width: 50%; float: right;">
+
<a href="https://2018.igem.org/Team:Marburg/Model">Model</a><br><br>
<div class="imageContainer2x2">
+
<a href="https://2018.igem.org/Team:Marburg/Measurement">Measurement</a><br><br>
<div><img src="https://static.igem.org/mediawiki/2018/0/08/T--Marburg--complex_ccpvdz_1.png">A</div>
+
<a href="https://2018.igem.org/Team:Marburg/Software">Software Tool</a><br><br>
<div><img src="https://static.igem.org/mediawiki/2018/6/6b/T--Marburg--nor1_631g.png">B</div>
+
<a href="https://2018.igem.org/Team:Marburg/Measurement">Measurement</a><br><br>
<div><img src="https://static.igem.org/mediawiki/2018/7/7d/T--Marburg--nor2_ccpvdz.png">C</div>
+
<a href="https://2018.igem.org/Team:Marburg/Basic_Part">Best New Basic Part</a><br><br>
<div><img src="https://static.igem.org/mediawiki/2018/2/28/T--Marburg--min_631g_1.png">D</div>
+
<a href="https://2018.igem.org/Team:Marburg/Composite_Part">Best New Composite Part</a><br><br>
</div>  
+
<a href="https://2018.igem.org/Team:Marburg/Part_Collection">Best Part Collection</a>
<figcaption><b>Figure 5:</b> Energy Profiles of C-C bond lengthening</figcaption>
+
</div>
</figure>
+
                </div>
The results of the calculations can be seen in Figure [5].
+
</div>
    <br>
+
<br>
    Just for the complex the activation barrier is 59.04 kcal/mol.
+
<br>
    This is far over the free energy barrier of <dfn data-info="Orotidine 5′-monophosphate decarboxylase">ODCase</dfn> in the literature (15.54 kcal/mol <a href="https://pubs.acs.org/doi/abs/10.1021/jp074858n"><abbr title ="Courtney L. Stanton, I-Feng W. Kuo, Christopher J. Mundy, Teodoro Laino, and K. N. Houk, QM/MM Metadynamics Study of the Direct Decarboxylation Mechanism for Orotidine-5‘-monophosphate Decarboxylase Using Two Different QM Regions:  Acceleration Too Small To Explain Rate of Enzyme Catalysis, J. Phys. Chem. B, <b>2007 </b>, 111 (43), pp 12573–12581" >(Courtney <i>et al.</i>2007)</abbr></a>).
+
<div class="medal_table" tabindex="0">
    If we now take a look at the activation barrier with the normal binding pocket with the 6-31g* basis set (53.48).
+
<table>
    This is not what we expected or wanted to see since this means the addition of the zinc complex that shall stabilize the carbanion only benefits the reaction with around 6 kcal/mol.
+
<tr>
    The transition states that we calculate are confirmed using frequency calculations.
+
<th>Results</th>
    If there is just one negative frequency calculated for a optimized structure, this means that it is a transition state.
+
<th>Achieved</th>
    The frequency can then be animated, to show the movement that is enforced by it.
+
</tr>
    An animation of the negative frequency of the minimal binding pocket transition state can be seen in Figure 6.
+
<tr>
<figure style="width: 600px; float: left;">
+
<td class="scrollFade slideInRight" fadeTo="transformIn">Initially, we carried out foundational experiments to characterize the growth rate, pH, salt and antibiotic tolerance of <i>V. natriegens</i> and sequenced its genome.
<img src="https://static.igem.org/mediawiki/2018/9/93/T--Marburg--ts_frequency_animation.png" alt="text" width="100%" height="100%"> <figcaption><b>Figure 6:</b> Animation of negative frequency of the transition state of the normal binding pocket.</figcaption>
+
</td>
</figure>
+
<td><div class="checkmark"></div></td>
All of the calculations that we do take quite a long time and to reduce the computational cost we minimized the starting structure further before we tried to calculate the normal binding pocket with a larger basis set and the minimal binding pocket.  
+
</tr>
    As minimizations are heavily dependent on the starting structure, we got different results with these structures than we expected.  
+
<tr>
    For both calculations, the activation barrier was approximately 7 kcal/mol less than in the previous calculations.
+
<td class="scrollFade slideInRight" fadeTo="transformIn">We performed Cloning in One day: From transformation to isolated plasmids in less than 12 hours!</td>
    This was due to the fact that the lysine was not in the intended place at the end of the minimization.
+
<td><div class="checkmark"></div></td>
    Rather than building the salt bridge with the carbanion, it was interacting with both carboxy functions, which was lowering the activation energy.
+
</tr>
    <br>
+
<tr>
    <br>
+
<td class="scrollFade slideInRight" fadeTo="transformIn">Low amounts of DNA could be transformed reliably and we successfully demonstrated challenging clonings such as Gibson Assembly with 5 and Aquacloning with 3 fragments as well as 8 part golden-gate reactions.</td>
    This was boosting our hope that if we introduce the correct changes to the binding pocket, we could change the electronic structure of the ligand in a way that reduces the activation barrier enough.
+
<td><div class="checkmark"></div></td>
    To use this knowledge we set up another system with two lysine residues, one interacting with both carboxy functions and one that shall protonate the carbanion in the hopes of lowering the activation energy even further.
+
</tr>
    Our expectations were subverted multiple times.
+
<tr>
    The activation barrier was slightly lower than before (~ 43 kcal/mol), but the second lysine was again not reprotonating the carbanion but interacting with the hydroxy group.
+
<td class="scrollFade slideInRight" fadeTo="transformIn">We designed and constructed the Marburg Collection, a highly flexible golden-gate based toolbox consisting of 123 parts.
    Far more interesting was the fact that the carbanion formed a covalent bond with the zinc cation with ca. 10 kcal/mol less energy than the transition state.
+
</td>
    The optimized structure with the covalent bond between the zinc cation and the malate is displayed in Figure 8.
+
<td><div class="checkmark"></div></td>
<figure style="width: 400px; float: right;" >
+
</tr>
<img src="https://static.igem.org/mediawiki/2018/d/d4/T--Marburg--malate_bound_to_zinc.jpg" alt="text" width="100%">
+
<tr>
<figcaption><b>Figure 8:</b> Intermediate state of the reaction with covalent bond between zinc cation and malate.</figcaption>
+
<td class="scrollFade slideInRight" fadeTo="transformIn">Dozens of test constructs were built and tested to obtain characterization data for all part categories in our toolbox.
</figure>
+
</td>
This adds a new way that the reaction can take place that can be used as an alternative approach without need of direct reprotonation. 
+
<td><div class="checkmark"></div></td>
</p>
+
</tr>
 
+
<tr>
 
+
<td class="scrollFade slideInRight" fadeTo="transformIn">This was only possible with our novel experimental and data analysis workflow using platereader measurements.
 
+
</td>
<h3>Molecular Dynamic (<dfn data-info="Molecular Dynamics">MD</dfn> ) Simulations </h3>
+
<td><div class="checkmark"></div></td>
<p>
+
</tr>
To evaluate how well the system that we tried to engineer in the <dfn data-info="Quantum Mechanics">QM</dfn> calculations is represented in the complete enzyme systems we performed <dfn data-info="Molecular Dynamics">MD</dfn> simulations with <i>in silico</i> mutated enzyme versions.
+
<tr>
We performed 200 ns <dfn data-info="Molecular Dynamics">MD</dfn>  Simulations of all previously mentioned mutated systems as well as the wild-type enzyme with 3 replicas each.
+
<td class="scrollFade slideInRight" fadeTo="transformIn">We successfully demonstrated a genome engineering workflow in <i>V. natriegens</i> to establish three new lab strains for diverse applications.
With the help of these <dfn data-info="Molecular Dynamics">MD</dfn>  simulations, we are able to evaluate how well the different mutations resemble the system that we designed for the <dfn data-info="Quantum Mechanics">QM</dfn> calculations.</p>
+
</td>
<h4>Setup of <dfn data-info="Molecular Dynamics">MD</dfn> Simulations</h4>
+
<td class="scrollFade slideInRight" fadeTo="transformIn"><div class="checkmark"></div></td>
<p>
+
</tr>
For the <dfn data-info="Molecular Dynamics">MD</dfn>  simulations, we used the <dfn data-info="Acetolactate Decarboxylase">ALD</dfn>  crystal structure of [Reference] (PDB CODE 4BT3).
+
<tr>
    We changed the substrate to malate and made the corresponding mutations for each system.
+
<td class="scrollFade slideInRight" fadeTo="transformIn">Subsequently, we were able to use Flp/FRT recombinase system for marker recycling thus allowing additional rounds of genomic modifications.</td>
    Then we capped the termini of the enzyme, checked for missing residues and protonated all residues according to pH 7.0.
+
<td><div class="checkmark"></div></td>
    We visually inspected the residues close to the binding pocket to make sure that all protonation states seem correct.</p>
+
</tr>
<h4>Results of <dfn data-info="Molecular Dynamics">MD</dfn> Simulations</h4>
+
<tr>
 
+
<td class="scrollFade slideInRight" fadeTo="transformIn">Chromosomal locations suitable for genomic integration were identified and characterized to detect possible fitness effects. </td>
<p>
+
<td><div class="checkmark"></div></td>
To evaluate the different systems that we did <dfn data-info="Molecular Dynamics">MD</dfn>  Simulations on we developed a mechanical descriptor.
+
</tr>
    The most important thing in our case was the distance between the lysine side chain and the malate to see how well each variation resembles the structure that we assumed for the <dfn data-info="Quantum Mechanics">QM</dfn> calculations.
+
<tr>
    We measured the distance between the lysine sidechains nitrogen atom and the carbon atom that shall be protonated of the malate for every frame of every <dfn data-info="Molecular Dynamics">MD</dfn> Simulation.
+
<td class="scrollFade slideInRight" fadeTo="transformIn">We accelerated metabolic engineering by developing a workflow for rapid pathway assembly and pathway optimization in <i>V. natriegens</i>.</td>
    An animation of one <dfn data-info="Molecular Dynamics">MD</dfn> Simulation with the distance highlighted is shown in Figure 9.
+
<td><div class="checkmark"></div></td>
<figure style="width: 800px; float: top;">
+
</tr>
<img src="https://static.igem.org/mediawiki/2018/e/e1/T--Marburg--md_distance_1.gif" alt="text" width="100%">
+
                                                <tr>
<figcaption><b>Figure 9:</b> <dfn data-info="Molecular Dynamics">MD</dfn> Simulation of the L34K mutated system with the Malate-Lysine distance highlighted.</figcaption>
+
<td class="scrollFade slideInRight" fadeTo="transformIn">Model-predicted parts were used to construct a pathway for maximal 3-hydroxypropionate production in <i>V. natriegens</i> and we demonstrated its functionality.</td>
</figure>
+
<td><div class="checkmark"></div></td>
To display this data we chose to use normalized histograms.
+
</tr>
    This way we can display the variation of this one variable.
+
<tr>
    That the Histograms are normalized means that we do not display the number of observations on the y-axis, but rather the density of observations in the bin.
+
<td class="scrollFade slideInRight" fadeTo="transformIn">Via mass spectrometry, we detected our pathway product                          3-hydroxypropionic acid in <i>V. natriegens</i>.
    If we multiply the bin width and the density of every bin and add the values up, the end value will be one.
+
</td>
    This helps to compare different histograms.
+
<td><div class="checkmark"></div></td>
    We also colored each of the three trajectories that we simulated for each variation differently, so that we see if there is just one outlier or if all trajectories show the same behavior.
+
</tr>
    The data is displayed in Figure [10].  
+
</table>
 
+
</div>
<figure>
+
</aside>
<div class="imageContainer3x3">
+
</div>
<div><img src="https://static.igem.org/mediawiki/2018/2/24/T--Marburg--gg_1dhist_L34K.png">a</div>
+
</section>
<div><img src="https://static.igem.org/mediawiki/2018/6/60/T--Marburg--gg_1dhist_L62K.png">b</div>
+
</div>
<div><img src="https://static.igem.org/mediawiki/2018/3/33/T--Marburg--gg_1dhist_R145K.png">c</div>
+
<script>
<div><img src="https://static.igem.org/mediawiki/2018/e/e2/T--Marburg--gg_1dhist_T58K.png">d</div>
+
$(document).ready(function() {
<div><img src="https://static.igem.org/mediawiki/2018/a/aa/T--Marburg--gg_1dhist_E65K.png">e</div>
+
var last = null;
<div><img src="https://static.igem.org/mediawiki/2018/a/a2/T--Marburg--gg_1dhist_V147K.png">f</div>
+
$(".medalButton").each(function(i){
</div>  
+
if(last == null){
<figcaption><b>Figure 10:</b> Histograms of all simulated trajectories. Histograms colored differently for each replica..</figcaption>
+
last = $(this).attr("mContent");
</figure>
+
$("#"+last).addClass("medal_content_selected");
    The first thing that stood out to us is that all the variations show mostly low distances and all replicas are in good agreement to each other.
+
$(this).addClass("medalButton_selected");
    We expected higher distances for some of them and more outliers than we were able to observe.
+
}
    There are some outliers though, especially in the E65K and R145K variations we see that we sample distances that are far too large to allow for reprotonation.
+
//lastX = 0;
    Apart from R145K and V147K all variants show distances under 4 Angstroem.
+
$(this).click(function(){
    Especially L34K, T58K, and E65K have stable and low distances.
+
if($(this).attr("mContent") != last){
    <br>
+
var content = $("#"+$(this).attr("mContent"));
    This is very promising because it means that there is not only one potential position to introduce point mutations, which opens up further possibilities for enzyme design.
+
/*var x = $(this).position().left;
    To further distinguish between the different variations we decided to look at two dihedral angles of the lysine sidechain to evaluate its flexibility.  
+
var dir = x > lastX ? -1 : 1;*/
    We do this with the help of two-dimensional histograms, which basically means that we overlap two histograms of different properties to see if and how they correlate.
+
//$(content).css({"opacity":"1"});
    We substituted the normal counts that would be on the z-axis with densities to help compare the different graphs.
+
$(content).addClass("medal_content_selected");
    This means again that the integral over the complete 2d Histogram sums up to 1.
+
//$("#"+last).css({"opacity":"0"});
    The optimal candidate should show some flexibility so it is not entropically inhibited, but should also show consistent small distances.
+
$("#"+last).removeClass("medal_content_selected");
    The results are displayed in Figure [FIGURE] and [Figure].
+
$(this).addClass("medalButton_selected");
   
+
$(".medalButton[mContent='"+last+"']").removeClass("medalButton_selected");
 
+
last = content.attr("id");
</p>
+
//lastX = x;
<figure>
+
}
<div class="imageContainer3x3">
+
});
<div><img src="https://static.igem.org/mediawiki/2018/c/c1/T--Marburg--gg_2dhist1_L34K.png">a</div>
+
});
<div><img src="https://static.igem.org/mediawiki/2018/2/20/T--Marburg--gg_2dhist1_L62K.png">b</div>
+
});
<div><img src="https://static.igem.org/mediawiki/2018/9/9d/T--Marburg--gg_2dhist1_R145K.png">c</div>
+
</script>
<div><img src="https://static.igem.org/mediawiki/2018/a/a8/T--Marburg--gg_2dhist1_T58K.png">d</div>
+
<div><img src="https://static.igem.org/mediawiki/2018/f/f7/T--Marburg--gg_2dhist1_E65K.png">e</div>
+
<div><img src="https://static.igem.org/mediawiki/2018/8/80/T--Marburg--gg_2dhist1_V147K.png">f</div>
+
</div>  
+
<figcaption><b>Figure X:</b> LOREM IPSUM</figcaption>
+
</figure>
+
 
+
<figure>
+
<div class="imageContainer3x3">
+
<div><img src="https://static.igem.org/mediawiki/2018/8/8a/T--Marburg--gg_2dhist2_L34K.png">a</div>
+
<div><img src="https://static.igem.org/mediawiki/2018/c/c3/T--Marburg--gg_2dhist2_L62K.png">b</div>
+
<div><img src="https://static.igem.org/mediawiki/2018/0/0a/T--Marburg--gg_2dhist2_R145K.png">c</div>
+
<div><img src="https://static.igem.org/mediawiki/2018/5/58/T--Marburg--gg_2dhist2_T58K.png">d</div>
+
<div><img src="https://static.igem.org/mediawiki/2018/a/a4/T--Marburg--gg_2dhist2_E65K.png">e</div>
+
<div><img src="https://static.igem.org/mediawiki/2018/8/88/T--Marburg--gg_2dhist2_V147K.png">f</div>
+
</div>  
+
<figcaption><b>Figure X:</b> LOREM IPSUM</figcaption>
+
</figure>
+
<p>
+
There are multiple interesting things that we can conclude from these graphs.  
+
We can see that R145K shows very high densities, which means that the single state it is in is also very stable.
+
Due to the restrained formation entropically this is not very favorable, which further declassifies this variation.  
+
T58K showed a stable conformation at a low distance, but we can also see that it is stable at a broad range of distances.  
+
L34K has multiple stable angles for dihedral angle 2, whilst having only one for dihedral angle 1 and a small and low distance range.
+
If we take the normal as well as the 2d histograms into account, L34K seems the most promising of all of the different variations.  
+
 
+
</p>
+
    <div class="skipTarget" skipname="Summary Structural Model"></div>
+
<h3>Summary</h4>
+
 
+
<p>
+
We have developed an <i>in silico</i> workflow to design a novel decarboxylase that with minor changes can be adapted for other carbon-carbon bond cleavage enzyme designs, <i>de novo</i> or not.
+
    We predicted that the activation barrier for the reaction is too high for successful catalysis and this prediction was in agreement with our experiments.
+
    Because of time and resources we were only able to look at single point and double mutations, but the reduction in the activation barrier when using lysine to interact with the carboxy functions showed that there are possibilities to change the electronical structure of the substrate in a meaningful way.
+
    With the covalent bond between the zinc cation and the substrate we also showed that we can and should dare to think outside the box to find novel ways that could help to create a novel enzyme mechanism.
+
    With the data obtained through our <dfn data-info="Molecular Dynamics">MD</dfn>  Simulations we showed that there are multiple positions in the binding pocket of <dfn data-info="Acetolactate Decarboxylase">ALD</dfn> where we can introduce point mutations that interact with the substrate.
+
    <br>
+
    <br>
+
    <i>"I have not failed. I've just found 10.000 ways that won't work." - <b>Thomas A. Edison</b></i>
+
    <br>
+
    <br>
+
    We strongly believe that it is possible to engineer a malate decarboxylase with the method that we developed.  
+
    Our data also shows that it might be worth it to think out of the box to do so and that there are multiple things that we can and should question about our catalysis idea.
+
    In the coming years and decades, enzyme design will become more and more abundant, sophisticated and easy.  
+
    We would love to make a contribution towards this trend and do hope that we did this with our work.  
+
 
+
</p>
+
 
+
 
+
</body>
+
 
+
 
+
 
+
</article>
+
 
</html>
 
</html>
 
{{Marburg/footer}}
 
{{Marburg/footer}}

Latest revision as of 13:24, 3 December 2018

Grand Prize Winner
Awards
  • Grand Prize Winner
  • Best Foundational Advance
  • Best Poster
  • Best Part Collection
  • Gold Medal
Nominated
  • Best Wiki
  • Best Presentation
  • Best Integrated Human Practices
  • Best Education & Public Engagement
  • Best Model
  • Best New Composite Part
  • Best New Basic Part
  • Best Measurment
Strain Engineering
Marburg Collection
Metabolic Engineering
Interlab
Accessible Science
B. Marchal