Line 23: | Line 23: | ||
<div class = "column full_size"> | <div class = "column full_size"> | ||
<h3>Kinetics Model </h3> | <h3>Kinetics Model </h3> | ||
− | <p>The enzyme kinetics model describes the biochemical pathway that our bacteria | + | <p>The enzyme kinetics model describes the biochemical pathway that our bacteria follow to degrade and assimilate PET plastic. Kinetics models in general use differential equations to describe the interactions between the enzymes in the metabolites and chemicals used in metabolism. They also describe the rate of change in the concentration of these metabolites. Click on the biochemical pathway in the picture to see the equations and assumptions used to describe the main metabolites in the PET degradation pathway. </p> |
</div> | </div> | ||
<div class = "clear extra_space"></div> | <div class = "clear extra_space"></div> | ||
Line 47: | Line 47: | ||
<div class="column full_size"> | <div class="column full_size"> | ||
<h3>Metabolism Model </h3> | <h3>Metabolism Model </h3> | ||
− | <p>The last modeled portion of the project used the Flux Balance Analysis tool to predict the growth rate of the E. coli cells on the sole carbon source of PET. The original matrix and parameters | + | <p>The last modeled portion of the project used the Flux Balance Analysis tool to predict the growth rate of the E. coli cells on the sole carbon source of PET. The original matrix and parameters were downloaded from the CoBRA toolbox iJO1366 model [ ]. The model was then expanded to include the new pathway and genes, and then the system was optimized for biomass growth. The objective value was proportional to the growth rate of the bacteria. FBA uses a stochastic matrix of the all the metabolisms’ chemical reactions and optimizes these various equations to produce a unit of biomass, which is inferred as another metabolite of the system. The general form of the model is:<br/ > |
− | FBA uses a stochastic matrix of the all the metabolisms’ chemical reactions and optimizes these various equations to produce a unit of biomass, which is inferred as another metabolite of the system. The general form of the model is:<br/ > | + | |
</div> | </div> | ||
Line 59: | Line 58: | ||
<div class="column full_size"> | <div class="column full_size"> | ||
− | <p>The variable column V are fluxes, which are bounded by the upper and lower bounds of U and L. The S matrix is a matrix of stoichiometric coefficients for the metabolites in the reactions. A flux is best described as the number of times the reaction must run forwards or backwards for the entire system to meet the | + | <p>The variable column V are fluxes, which are bounded by the upper and lower bounds of U and L. The S matrix is a matrix of stoichiometric coefficients for the metabolites in the reactions. A flux is best described as the number of times the reaction must run forwards or backwards for the entire system to meet the homogeneous assumption that the rates of the metabolites changing are zero. The dimensions of the matrix are MxN, where M is the number of metabolites and N is the number of reactions in the metabolism. The maximized flux, vg, is the flux for the biomass growth equation. |
</p> | </p> | ||
</div> | </div> | ||
Line 69: | Line 68: | ||
<div class="column two_thirds_size"> | <div class="column two_thirds_size"> | ||
<p>For the fake chemical reaction: 2 [A] ↔ [B] + 3 [C] | <p>For the fake chemical reaction: 2 [A] ↔ [B] + 3 [C] | ||
− | The reaction is input into the matrix so that metabolite A loses 2 units, while metabolites B and C gain 1 and 3 units respectively. | + | The reaction is input into the matrix so that metabolite A loses 2 units, while metabolites B and C gain 1 and 3 units, respectively. |
− | The dotted column shows the biomass growth reaction | + | The dotted column shows the biomass growth reaction producing 1 unit of biomass. All the reactions have some bounds on the flux values so that the system will return a real number. <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> |
</p> | </p> | ||
</div> | </div> | ||
Line 90: | Line 89: | ||
<h3>Genetics Model </h3> | <h3>Genetics Model </h3> | ||
− | <p>The genetics system used in our experiments has the degradation of PET and the assimilation of PET carbons in the cell on two separate plasmids. The relevant | + | <p>The genetics system used in our experiments has the degradation of PET and the assimilation of PET carbons in the cell on two separate plasmids. The relevant numbers of copies of the 6 enzyme genes and their rates of change were described in differential equations. The different promoter interactions of each plasmid were also taken into account and the secretion of mechanisms for PETase and/or MHETase were also included to help us predict the amount of enzymes breaking down the PET. Click on the plasmid and genetics section to read about our description. </p> |
</div> | </div> | ||
<div class = "column full_size"> | <div class = "column full_size"> | ||
Line 105: | Line 104: | ||
<img src="https://static.igem.org/mediawiki/2018/0/05/T--RHIT--GeneticsExRxn.png" style="width:242px;height:190px;"> | <img src="https://static.igem.org/mediawiki/2018/0/05/T--RHIT--GeneticsExRxn.png" style="width:242px;height:190px;"> | ||
</center> | </center> | ||
− | <p>This set of reactions models what is happening in the pictures. The first reaction shows the production of the B protein. The second shows that when B binds to O it creates an inhibited complex that does not allow the polymerase to bind. The polymerase not being able to bind means that the protein cannot be synthesized. The third reaction describes when the polymerase is able to bind to the operator. When the polymerase does bind the mRNA is able to be synthesized. The fourth shows the mRNA creating the protein.</p> | + | <p>This set of reactions models what is happening in the pictures. The first reaction shows the production of the B protein. The second shows that when B binds to O, it creates an inhibited complex that does not allow the polymerase to bind. The polymerase not being able to bind means that the protein cannot be synthesized. The third reaction describes when the polymerase is able to bind to the operator. When the polymerase does bind, the mRNA is able to be synthesized. The fourth shows the mRNA creating the protein.</p> |
<p>Once assumptions that the rate of creating C_I is at equilibrium and that k_2 and k_3 are grouped into one k ̂_2 are made, a simplified equation can be written to describe what is happening. This equation will be written in the form of: | <p>Once assumptions that the rate of creating C_I is at equilibrium and that k_2 and k_3 are grouped into one k ̂_2 are made, a simplified equation can be written to describe what is happening. This equation will be written in the form of: | ||
</p> | </p> |
Revision as of 16:41, 13 July 2018