Team:SCUT/Model/Overview

From 2014.igem.org

(Difference between revisions)
Line 7: Line 7:
   p.atop{position:absolute;top:20px;left:0px;width:835px;height:30px;line-height:10px;text-align:left;border:1px solid black;}
   p.atop{position:absolute;top:20px;left:0px;width:835px;height:30px;line-height:10px;text-align:left;border:1px solid black;}
   p.atop span{font-size:40px;margin-left:50px;color:#92E0BD;}
   p.atop span{font-size:40px;margin-left:50px;color:#92E0BD;}
-
   #mainbody{position:absolute;top:30px;width:835px;height:auto;border:1px solid black;}
+
   #mainbody{position:absolute;top:30px;width:835px;height:auto;}
   #mainbody p{margin:35px;text-align:justify;font-size:17px;font-family:Times New Roman;color:gray;line-height:40px;color:gray;}
   #mainbody p{margin:35px;text-align:justify;font-size:17px;font-family:Times New Roman;color:gray;line-height:40px;color:gray;}
   #mainbody p.first{margin-top:70px;}
   #mainbody p.first{margin-top:70px;}

Revision as of 08:45, 7 October 2014

Overview

The design and redesign is one of the hallmarks of synthesis biology. In order to test the consistence of the pathway we designed and the function of scaffold we used, modeling is the most powerful tool to be used before doing experiments.

For the Rubisco part, we use ODEs (ordinary differential equations) to simulate the pathway and proof the function of Rubisco. With the help of parameter sweep, we find out the optimal reaction rate ratio of the reactions involved in the scaffold. By the way ,we also use the“bottom-up” strategy, the most famous principle of Computer Science, to guide our work.

For the N-butanol part, in order to simulate the n-butanol biosynthetic pathway in Saccharomyces cerevisiae mitochondria, we construct a model by using Michealis-Menton kinetics and ODEs (ordinary differential equations). The model shows that, with high concentrations of NADH and NADPH in mitochondria, the production of n-butanol will be greatly improved.

Besides, all of our programs run on the MATLAB.