|
|
Line 9: |
Line 9: |
| | | |
| </div> | | </div> |
− | <div class="column third_size">
| |
− | <div class="container">
| |
− | <a href="https://2018.igem.org/Team:RHIT/KineticsModel">
| |
− | <img src = "https://static.igem.org/mediawiki/2018/0/0d/T--RHIT--Pebble_Logo.jpg" class="image">
| |
− | <div class="overlay">
| |
− | <div class="text"> Kinetics Model </div>
| |
− | </div></div>
| |
− | </a>
| |
− |
| |
− | </div>
| |
− |
| |
− | <div class="column full_size">
| |
− | <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 where downloaded from the CoBRA toolbox iJO1366 model [ ]. The model was then expanded to include this new pathway and genes and then the system was optimized for biomass growth and 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/ >
| |
− | <center>
| |
− | max { v_g: S v=O} <br />
| |
− | s.t. L≤v≤U and v≠0 <br />
| |
− | </center>
| |
− | <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 homogenous assumption that the rates of the metabolites changing are zero. The dimensions of the matrix is MxN, where M is number of metabolites and N is number of reactions in the metabolism. The maximized flux, vg, is the flux for the biomass growth equation.
| |
− | </p>
| |
− |
| |
− | <div class="column third_size">
| |
− | <img src="https://static.igem.org/mediawiki/2018/6/68/T--RHIT--FluxModel.png" >
| |
− | </div>
| |
− |
| |
− | <div class="column two_thirds_size">
| |
− | <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 dotted column shows the biomass growth reaction with it 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 />
| |
− | </p>
| |
− | </div>
| |
− |
| |
| | | |
| | | |