Game of life in E coli Conway's Game of Life in E coli Principles - - PowerPoint PPT Presentation

game of life in e coli
SMART_READER_LITE
LIVE PREVIEW

Game of life in E coli Conway's Game of Life in E coli Principles - - PowerPoint PPT Presentation

Game of life in E coli Conway's Game of Life in E coli Principles of Synthetic Biology David Joy December 7 th 2015 Game of life in E coli What is Conway's Game of Life? "Gospers glider gun" by Kieff - Own work. Licensed under CC


slide-1
SLIDE 1

Game of life in E coli

Conway's Game of Life in E coli Principles of Synthetic Biology David Joy December 7th 2015

slide-2
SLIDE 2

Game of life in E coli

  • What is Conway's Game of Life?

"Gospers glider gun" by Kieff - Own work. Licensed under CC BY-SA 3.0 via Commons - https://commons.wikimedia.org/wiki/File:Gospers_glider_gun.gif#/media/File:Gospers_glider_gun.gi f

slide-3
SLIDE 3

Game of Life in E coli

  • Simple Rules:

– Count the number of neighbors that are ON

slide-4
SLIDE 4

Game of Life in E coli

  • Simple Rules:

– If there are exactly two neighbors, stay the same

slide-5
SLIDE 5

Game of Life in E coli

  • Simple Rules:

– If there are exactly three neighbors, turn ON

slide-6
SLIDE 6

Game of Life in E coli

  • Simple Rules:

– If there are exactly three neighbors, turn ON

slide-7
SLIDE 7

Game of Life in E coli

  • Simple Rules:

– Otherwise, turn OFF

slide-8
SLIDE 8

Game of Life in E coli

  • Simple Rules:

– Otherwise, turn OFF

slide-9
SLIDE 9

Game of life in E coli

  • Why implement the Game of Life in E coli?

"EscherichiaColi NIAID" by Credit: Rocky Mountain Laboratories, NIAID, NIH - NIAID: These high- resolution (300 dpi) images may be downloaded directly from this site. All the images, except

slide-10
SLIDE 10

Game of Life in E coli

  • Simple example of Cell-to-Cell Communication
slide-11
SLIDE 11

Game of Life in E coli

  • That can lead to complex behaviors
slide-12
SLIDE 12

Game of Life in E coli

  • How would we implement it in E coli?
slide-13
SLIDE 13

Game of Life in E coli

  • Level sensor to count our neighbors
slide-14
SLIDE 14

Game of Life in E coli

  • Logic Gates to apply the rules of the game
slide-15
SLIDE 15

Game of Life in E coli

  • Memory to remember our current state
slide-16
SLIDE 16

Game of Life in E coli

  • And an output system to signal other cells
slide-17
SLIDE 17

Game of Life in E coli

  • Converting logic gates to biological circuits

A

  • ut
slide-18
SLIDE 18

Game of Life in E coli

  • Converting logic gates to biological circuits
slide-19
SLIDE 19

Game of Life in E coli

  • Converting logic gates to biological circuits
slide-20
SLIDE 20

Game of Life in E coli

  • Converting logic gates to biological circuits
slide-21
SLIDE 21

Game of Life in E coli

  • Spatial Arrangement
slide-22
SLIDE 22

Game of Life in E coli

  • Simulation:

Blinker

slide-23
SLIDE 23

Game of Life in E coli

  • Simulation:

Beacon

slide-24
SLIDE 24

Game of Life in E coli

  • Simulation:

Spaceship

slide-25
SLIDE 25

Game of Life in E coli

  • Discussion

– The logic gate network works

  • Most of the constants are biologically reasonable
  • It's a big circuit, but not the biggest

– The level sensors are finicky

  • Need really precisely tuned constants
  • Need really high cooperativity
  • Probably need to implement this as multiple components
slide-26
SLIDE 26

Game of Life in E coli

  • Conclusions:

– Cell-to-cell communication is a powerful tool for

creating programmable biological systems

– Modeling can show the strengths, and weaknesses

  • f trying to program biology as a logic system