Team:Paris Bettencourt/RISC

From 2011.igem.org

Team IGEM Paris 2011

Risc project

The Risc is a long term project. It consist in a database of pre-constructed pattern describing minimalist biological behaviours.

We introduce the concept of Biobrick patterns' database based on the frequency of biobrick construct in Igem team.

The objective is to simplify design of synthetic systems by using intuitive pattern describing the behaviour we need insteed of combining a lot of biobrick. It is a way of having an abstraction of the biobrick level. Also : for a behaviour, we can find different patterns. For example, for an inhibition behaviour, we can use a promoter, a RBS or RNA degradation. The idea is having behind this description a compiler working on those behaviour and choosing the finest pattern for the behaviour we are looking for.

Compilation

This project is based on an other project witch consist in using a high level behaviousal langage for synthetic biology. This compiling top down chain begin with a synthetic system idea.

Then this idea is traduced in a program in an high level langage witch use behaviour description of the synthetic system.

Next, this program is traduced in a combination of minimalist patterns witch are equivalent to a biobrick construct.

Assembling pattern

We will use those minimalist patterns by combination and substitution to simulate the model described by the langage.

Combination


We combine P1's behaviour and P2's behaviour to create a model doing P1's behaviour and next P2's behaviour

Substitution


In the pattern P1, we identify a sub function F witch will be remplaced by the P2 behaviour.

Our approach is to propose to create a behaviousal description of those patterns instead of a structural design. This to facilitate the usage of these construct.

This idea is different from other modeling method by not trying to modelize biologic systems but having the biologic system simulating the model(doing possibly more than the model but not less).

We starded by analysing older igem project looking for common used biobrick circuit and define the behaviour of those circuits.

Example of patterns

Mechanism

Pattern description

Pattern code

Transposon
  • in : one sequence with 2 extraction site
  • out : 1 sequence extracted and the original sequence regenerated
  • behaviours : extract a part of a sequence and potentialy active another
Phage
  • in : 1 sequence with 2 insertion site and 1 plasmid with 2 attachment sites
  • out : 1 sequence combination of the two first
  • behaviours : insert a subsequence in a DNA sequence