Team:UNAM-Genomics Mexico/Modeling/FBA

From 2011.igem.org

(Difference between revisions)
Line 17: Line 17:
FBA is part of a larger set of models known as the Constraint Based Models (CBM). Since cells may adopt an astronomical level of possible solutions for a given set of conditions, CBM models create constrains on the solution space to limit the complexity of the solution and render it easier to compute, interpret, and/or understand.
FBA is part of a larger set of models known as the Constraint Based Models (CBM). Since cells may adopt an astronomical level of possible solutions for a given set of conditions, CBM models create constrains on the solution space to limit the complexity of the solution and render it easier to compute, interpret, and/or understand.
-
FBA starts at the assumption that pathways strive towards stability. Thus, it assumes the cellular chemoton will adjust whatever it has to do in order to maintain chemical stability. In other words, this model does not require pesky kinetic constants, something that made our lives easier. For some ''light reading'' on this, you can consult "Properties of Reconstructed Networks", by Bernhard Palsson '''[note1]'''.
+
FBA starts at the assumption that pathways strive towards stability. Thus, it assumes the cellular chemoton will adjust whatever it has to do in order to maintain chemical stability. In other words, this model does not require pesky kinetic constants, something that made our lives easier. For some ''light reading'' on this, you can consult "Properties of Reconstructed Networks", by Bernhard Palsson '''[Ref1]'''.
==The Simulation==
==The Simulation==
-
0x00000
+
We performed the FBA calculations using a particular toolbox in iGEM's favorite program: MATLAB.
 +
 
 +
===The Tool===
 +
We used the COBRA toolbox '''[Ref2]''' to simulate our system.
==The Results==
==The Results==
Line 27: Line 30:
==References==
==References==
-
# Note 1: Properties of Reconstructed Networks, Bernhard Palsson
+
# Properties of Reconstructed Networks, Bernhard Palsson
 +
# [http://opencobra.sourceforge.net/openCOBRA/Welcome.html openCOBRA Project]
}}
}}

Revision as of 06:08, 25 September 2011

UNAM-Genomics_Mexico

Flux Balance Analysis

Our synthetic pathway produces Hydrogen. Our chassis fixes Nitrogen, which is influenced by Hydrogen availability. Therefore, we were keenly interested in finding out how our synthetic pathway would interact with the host metabolism. After some exploratory consultation, we determined Flux Balance Analysis was an effective tool for this.


Introduction

Flux Balance Analysis (FBA) can serve to explore the fluxes of a given metabolic reconstruction. In this case, we wanted to determine the level and extent of interaction of our added pathway with the core metabolism. Since our chassis, R.etli, has two "flavors" (free living organism & plant symbiont), we were curious as to weather our transgenic system would remain functional under symbiont form. Moreover, since a key aspect of the project was Nitrogen fixation, we wanted to ensure said pathway was as functional as it could be.

Furthermore, key researchers at our University warned us against the project due to the widespread presence of endogenous hydrogenases. These native enzymes play the opposite role of the activity we were interested in, they consume molecular hydrogen instead of producing it. Apparently, since Nitrogen fixation produces molecular hydrogen, some Rhizobial species developed capture hydrogenases to recycle the protons into the all-important proton gradient that feeds cellular machinery. However, our particular strain, CFN42, doesn't have any capture hydrogenase. Nonetheless, since nature developed pathways to do the exact opposite of what we're doing, we were interested in finding out any toxic or deleterious effects our system might have. Finaly, out goals can be stated as being:

  1. Under symbiont form, our transgenic chassis is capable of Hydrogen production?
  2. To what extent does the Hydrogen production affect core metabolism, and Nitrogen fixation?
  3. Is there a toxic effect derived from Hydrogen production?


Theoretical Background

FBA is part of a larger set of models known as the Constraint Based Models (CBM). Since cells may adopt an astronomical level of possible solutions for a given set of conditions, CBM models create constrains on the solution space to limit the complexity of the solution and render it easier to compute, interpret, and/or understand.

FBA starts at the assumption that pathways strive towards stability. Thus, it assumes the cellular chemoton will adjust whatever it has to do in order to maintain chemical stability. In other words, this model does not require pesky kinetic constants, something that made our lives easier. For some light reading on this, you can consult "Properties of Reconstructed Networks", by Bernhard Palsson [Ref1].


The Simulation

We performed the FBA calculations using a particular toolbox in iGEM's favorite program: MATLAB.

The Tool

We used the COBRA toolbox [Ref2] to simulate our system.

The Results

0x00000

References

  1. Properties of Reconstructed Networks, Bernhard Palsson
  2. openCOBRA Project