ETHZ/Model

From 2007.igem.org

< ETHZ
Revision as of 09:43, 15 October 2007 by Rico (Talk | contribs)

For our poject we decided on designing a systems that is able to learn or adapt to its environment. Please note that this is only a minimal system that should be able to act as a proof of concept. A protocol how the system should react according to an input is shown in Figure 1.

Fig. 1: Flow diagram

The idea behind this protocol is that

  • The system will be able to learn one of two input signals - aTc or IPTG - furing a learning phase if no input signal AHL is present. Depending on the input it will report by either green or yellow florescence.
  • Once the system learned, the inputs - aTc or IPTG - can be released and the system goes into a memory state in the presence of AHL. In this state no output color is reported.
  • During a recognition phase the inputs aTc or IPTG are (re-) presented again. The system reports by changing its color depending on the input and its current memory state. That is why the system can have different florescence properties even in the presence of the same input. The recognition phase takes place in the presence of AHL to keep the memory enabled and avoid another learning phase.


To define our system we start with the classical back box approach as shown in Figure 2.

Fig. 2: Black box

To fill that back box we have to think a bit more about the properties of our system. From our protocol we know that we need:

  • 2 inputs that should be learned/detected/adapted to,
  • 1 input to switch on the memory.
  • We need to store at least 3 states. That is why we decided to use 2 state variables - cI and p22cII.
  • To be more robust against pertubations we couple that state variables in the way that is well known from memory circuits that engineers build where one state variable is depressing the other one.
  • We need 4 florescense signals for the outputs. Actually one could also decide to take 6 output signals into account to further distinguish the learning phase from the recognition phase but we restricted ourself to 4 outputs to reduce the number of genes that we will need to implement the signals.

An overview about the final system is shown in Figure 3.

Fig.3: System overview