Team:Edinburgh/Artificial Selection

From 2011.igem.org

(Difference between revisions)
(Rules)
(Rules)
Line 22: Line 22:
* Every iteration, every cell produces that many cellulase molecules.
* Every iteration, every cell produces that many cellulase molecules.
* When produced, a cellulase molecule either:
* When produced, a cellulase molecule either:
-
** [LEFT SIMULATION] stays where it was produced, or
+
** stays where it was produced [LEFT SIMULATION], or
-
** [RIGHT SIMULATION] floats a short distance randomly
+
** floats a short distance randomly [RIGHT SIMULATION]
* Each iteration, some random bacteria are given a chance to reproduce.
* Each iteration, some random bacteria are given a chance to reproduce.
* Cells with higher food supply have a greater chance to reproduce.
* Cells with higher food supply have a greater chance to reproduce.

Revision as of 12:53, 15 August 2011

Suppose, like most people, you want to create E. coli that is really efficient at degrading cellulose. Rather than do a bunch of difficult genetic engineering work, why not let Darwin do the work for you? If you simply get your E. coli working at 1% efficiency, can't you just use artificial selection to get you the remaining 99% of the way?

If cellulose is available as a food source for your culture, then it should work: the cells will only get food if they can break down cellulose, and so there is a selection pressure to get better at doing so. But there's a problem noted by [http://www.springerlink.com/content/4l4m28lp06120253/ Van Zyl et al (2007)]: if your E. coli simply secrete cellulases into the media, then a rare mutant that produces more or better cellulases will not gain much benefit, since these cellulases float away and will probably benefit other cells instead.

However, if the cellulases are attached to the cell (for example, because they are part of a fusion to Ice Nucleation Protein...) then this problem does not arise; the rare mutant gains all of the benefit, since the sugar that is created is right there beside it.

To demonstrate this, enter Team Synergy's Celluvolve computer simulation!

Contents

Rules

The rules are as follows:

  • There is an array; every point contains a bacterial cell.
  • Each cell has a "genotype": its ability to produce cellulase.
  • The genotype is a number between 0 and 255.
  • Every iteration, every cell produces that many cellulase molecules.
  • When produced, a cellulase molecule either:
    • stays where it was produced [LEFT SIMULATION], or
    • floats a short distance randomly [RIGHT SIMULATION]
  • Each iteration, some random bacteria are given a chance to reproduce.
  • Cells with higher food supply have a greater chance to reproduce.
  • Food supply is defined as the amount of cellulase present at the cell.
  • Reproduction means:
    • Overwriting a nearby cell with one's own genotype.
    • Reproduction is not exact. There is "mutation".
    • The offspring's genotype is a number close to the parent's.

The left half of the simulation models the case where the cellulase produced by a cell can only benefit itself. The right half models the case where the cellulase can float away and benefit neighbours instead of the cell that produced it.

Software

C code for the simulator is available. Note that, by default, it will spit out about 62 MB of .bmp graphics files so you can see visually what is going on.

Simulation run

In this simulation, each pixel represents a bacterium. Its brightness indicates its ability to produce cellulase. In the left half of the simulation, the amount of cellulase available to a cell is entirely dependent on its genotype, whereas in the right half, the amount also depends on the genotype of nearby cells.


Generation 1000: Hardly a noticable difference...
Generation 2000: Evolution is making more of a difference on the left side...
Generation 4000: Foom... bacteria on the left side are now much better at degrading cellulose.

Graph

Here's a graph of the simulation, using parameters that are very generous to the "floating cellulase" bacteria...


Graph of average genotype (i.e. ability to make cellulase) over time. Blue is the case where cellulases attach to the cell producing them; red is the case where cellulases can float away.

Conclusion

This is an excellent reason why surface display of cellulases is preferable to releasing them into the media. Surface display drastically improves the prospects for simply evolving the desired phenotype.

References

  • Van Zyl WH, Lynd LR, Den Haan R, McBride EJ (2007) [http://www.springerlink.com/content/4l4m28lp06120253/ Consolidated bioprocessing for bioethanol production using Saccharomyces cerevisiae]. Advances in Biochemical Engineering/Biotechnology 108: 205-235 (doi: 10.1007/10_2007_061).