Difference between revisions of "Team:Stanford-Brown/Modeling"

Line 43: Line 43:
  
 
   <p>We wanted to create a plasmid containing our three genes of interest, PAL, UbiX, and FDC, but we didn’t know which order to place the genes in our plasmid. Since the genes placed closer to the beginning of the operon are transcribed more than those closer to the end, we would want to place our most influential enzymes toward the promoter, and our less important enzymes toward the end. There are 3! = 6 orderings of these three genes so we would potentially make 6 plasmids, test their styrene productivity levels, and submit the one which yielded the most styrene. The described process would have cost us weeks of our time as well as lab resources and money. Instead of creating all 6 plasmids and conducting the wet lab experiments, we instead turned to our mathematical model. In order to model our enzymatic pathway, we created a system of ordinary differential equations based on the Michaelis Menten enzyme model shown to the right. Numerically simulating the model in MATLAB gave us curves that represented the species concentration as a function of time over a specified period of time.</p>
 
   <p>We wanted to create a plasmid containing our three genes of interest, PAL, UbiX, and FDC, but we didn’t know which order to place the genes in our plasmid. Since the genes placed closer to the beginning of the operon are transcribed more than those closer to the end, we would want to place our most influential enzymes toward the promoter, and our less important enzymes toward the end. There are 3! = 6 orderings of these three genes so we would potentially make 6 plasmids, test their styrene productivity levels, and submit the one which yielded the most styrene. The described process would have cost us weeks of our time as well as lab resources and money. Instead of creating all 6 plasmids and conducting the wet lab experiments, we instead turned to our mathematical model. In order to model our enzymatic pathway, we created a system of ordinary differential equations based on the Michaelis Menten enzyme model shown to the right. Numerically simulating the model in MATLAB gave us curves that represented the species concentration as a function of time over a specified period of time.</p>
 +
 +
  <p>Each FDC and PAL’s influence on the overall reaction flux was tested by varying each of their concentrations while keeping the other constant. It was found that changing the concentration of FDC changed the rate of the reaction much more than changing PAL. Specifically, PAL and FDC started out at 3 nM protein concentration and 1 nM of PAL concentration was added to one while keeping FDC constant. This process was repeated for the varying of FDC while keeping PAL constant. We then recorded the model’s prediction of styrene concentration after an hour of the reaction running and compared the two enzyme’s influence. The results can be seen below. Clearly, we can see that FDC had a much bigger effect on the overall reaction velocity.</p>
 +
 +
  <p>We decided not to include UbiX in the model because we already knew that UbiX would correspond to active FDC in a 1 to 1 ratio, so we would never need more UbiX than FDC, and also because UbiX would always be right after FDC since UbiX is needed to activate FDC, our enzyme of most influence. In conclusion, our model helped us decide on the order FDC-UbiX-PAL for our combo plasmid without having to wastefully test out every combination possible.</p>
 +
 +
  <h2>Constructing a Model for P(3HB) Synthesis</h2>
 +
 +
  <p>Seeing that Coenzyme A (CoA) and acetate are two precursors to our bioplastic P(3HB), we hypothesized that by adding the PanK gene, we could upregulate CoA and thus significantly increase the amount of plastic produced. We did increase the amount of 3HB CoA monomer produced, but the difference wasn’t as large as we had hoped and expected. To explain our observations, we looked towards a mathematical model.</p>
 +
 +
  <p>Using a similar approach to the one detailed above, we attempted to model the bioproduction of P(3HB) using the same construction as we did for styrene. Detailed on the right is our set of differential equations used to represent the dynamics of the reaction pathway producing our other bioplastic P(3HB).</p>
 +
 +
  <p>In a similar fashion to our strategy for determining the most influential enzyme, we tried to determine the most influential substrate on the amount of produced P(3HB). We plotted the time profiles of our P(3HB) for varying CoA while holding the initial concentration of acetate constant, and also the reverse, varying acetate while keeping the initial concentration of CoA constant. We found that over long time periods, final concentration of P(3HB) grew linearly with initial concentration of acetate. In other words, as we increased the initial concentration of acetate by a constant 1 mM each simulation while holding initial concentration of CoA constant at 1 mM, the final concentration of P(3HB) increased each time by a constant amount. In contrast, as we increased the initial concentration of CoA by a constant 0.5 mM each simulation while holding the initial concentration of acetate fixed at 1 mM, we found that the corresponding changes in final concentration of P(3HB) decreased. So after a certain threshold initial concentration of CoA, any additional CoA added made little to no difference on the final concentration of our plastic produced by the pathway.</p>
  
  

Revision as of 02:56, 18 September 2015

Notebooks

Modeling an in silico alternative

Why Model?

Experimentation makes up the backbone of any scientific discipline, and synthetic biology is no exception. It is only through experimental analysis that we can understand, test, and refine our biological creations in a rigorous manner. One might be tempted to ask why computation and simulation need even make appearances on our stage. We shall attempt to say a few words in the defense of mathematical modeling.

To the question “Why model?”, Joshua Epstein, the 2008 recipient of the NIH Director’s Pioneer Award, offers a simple retort: “You are a modeler,” by which he means to say that we all are constantly running implicit models inside our head often without realizing it. When a PCR yields unexpected results, for example, we may call upon an internal model of DNA replication in order to assess the points at which reality may have diverged from expectation: perhaps the primers bound to the template DNA non-selectively or maybe our chosen annealing temperature was too high. Whenever scientists generate hypotheses based on some internal picture in their head, those scientists are practicing the age old tradition of modeling.

The question then becomes, “Why use mathematical models?” Our PCR example from above offers an answer to this question as well. In determining whether nonspecificity lay at the root of our faulty PCR, we may resort to a read-alignment program that can computationally predict potential primer binding sites. And it is standard practice to use an annealing-temperature calculator before designing a set of PCR cycles. The existence and widespread use of tools such as these illustrates the inadequacy of our minds in solving certain problems without aid as well as the consequent need for explicit quantitative models and computing machinery.

In the case of our project, we used computational tools to help model the molecular dynamics of two of our biosynthetic reactions. These were instances where human intuition alone could not reliably answer a question that interested us, namely, which enzyme (PAL or FDC) or substrate (CoA or Acetate) exerts greater control on the flux or amount of product in our specified pathway? It is this question that we shall explore below.

Constructing a Model for Styrene Synthesis

We wanted to create a plasmid containing our three genes of interest, PAL, UbiX, and FDC, but we didn’t know which order to place the genes in our plasmid. Since the genes placed closer to the beginning of the operon are transcribed more than those closer to the end, we would want to place our most influential enzymes toward the promoter, and our less important enzymes toward the end. There are 3! = 6 orderings of these three genes so we would potentially make 6 plasmids, test their styrene productivity levels, and submit the one which yielded the most styrene. The described process would have cost us weeks of our time as well as lab resources and money. Instead of creating all 6 plasmids and conducting the wet lab experiments, we instead turned to our mathematical model. In order to model our enzymatic pathway, we created a system of ordinary differential equations based on the Michaelis Menten enzyme model shown to the right. Numerically simulating the model in MATLAB gave us curves that represented the species concentration as a function of time over a specified period of time.

Each FDC and PAL’s influence on the overall reaction flux was tested by varying each of their concentrations while keeping the other constant. It was found that changing the concentration of FDC changed the rate of the reaction much more than changing PAL. Specifically, PAL and FDC started out at 3 nM protein concentration and 1 nM of PAL concentration was added to one while keeping FDC constant. This process was repeated for the varying of FDC while keeping PAL constant. We then recorded the model’s prediction of styrene concentration after an hour of the reaction running and compared the two enzyme’s influence. The results can be seen below. Clearly, we can see that FDC had a much bigger effect on the overall reaction velocity.

We decided not to include UbiX in the model because we already knew that UbiX would correspond to active FDC in a 1 to 1 ratio, so we would never need more UbiX than FDC, and also because UbiX would always be right after FDC since UbiX is needed to activate FDC, our enzyme of most influence. In conclusion, our model helped us decide on the order FDC-UbiX-PAL for our combo plasmid without having to wastefully test out every combination possible.

Constructing a Model for P(3HB) Synthesis

Seeing that Coenzyme A (CoA) and acetate are two precursors to our bioplastic P(3HB), we hypothesized that by adding the PanK gene, we could upregulate CoA and thus significantly increase the amount of plastic produced. We did increase the amount of 3HB CoA monomer produced, but the difference wasn’t as large as we had hoped and expected. To explain our observations, we looked towards a mathematical model.

Using a similar approach to the one detailed above, we attempted to model the bioproduction of P(3HB) using the same construction as we did for styrene. Detailed on the right is our set of differential equations used to represent the dynamics of the reaction pathway producing our other bioplastic P(3HB).

In a similar fashion to our strategy for determining the most influential enzyme, we tried to determine the most influential substrate on the amount of produced P(3HB). We plotted the time profiles of our P(3HB) for varying CoA while holding the initial concentration of acetate constant, and also the reverse, varying acetate while keeping the initial concentration of CoA constant. We found that over long time periods, final concentration of P(3HB) grew linearly with initial concentration of acetate. In other words, as we increased the initial concentration of acetate by a constant 1 mM each simulation while holding initial concentration of CoA constant at 1 mM, the final concentration of P(3HB) increased each time by a constant amount. In contrast, as we increased the initial concentration of CoA by a constant 0.5 mM each simulation while holding the initial concentration of acetate fixed at 1 mM, we found that the corresponding changes in final concentration of P(3HB) decreased. So after a certain threshold initial concentration of CoA, any additional CoA added made little to no difference on the final concentration of our plastic produced by the pathway.

But how? with the following projects below

Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.

Generic placeholder image

Go write all your modeling stuff here

Polystyrene Engineering E. coli to produce polystyrene

Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.

Generic placeholder image

Polyhydroxyalkanoates Optimizing the production of biological PHA

Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.

Generic placeholder image

C.A.S.H. Cellulose Associated Spore HYDRAS, or a biological contractile mechanism

Based on work done by Chen et al. at Columbia university, we sought to employ the contractile properties of bacterial spores to use as a contractile mechanism for biOrigami.

Generic placeholder image

CRATER Crisper Assited Transformation Efficient Reaction

Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.

Generic placeholder image

Copyright © 2015 Stanford-Brown iGEM Team