Team:Paris Bettencourt/RISC

From 2011.igem.org

(Difference between revisions)
Line 3: Line 3:
<h2>Risc project</h2>
<h2>Risc project</h2>
<p>
<p>
-
The risc is a long term project. It consist in a Database of pre-constructed pattern describing minimalist biological behaviours.
+
The Risc is a long term project. It consist in a database of pre-constructed pattern describing minimalist biological behaviours.
-
<br/>
+
</p><p>
So, it introduce the concept of usualy used Biobrick's pattern database based on the frequency of biobrick construct in Igem team.
So, it introduce the concept of usualy used Biobrick's pattern database based on the frequency of biobrick construct in Igem team.
 +
</p><p>
 +
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.
</p>
</p>
<h2>compilation</h2>
<h2>compilation</h2>
Line 12: Line 17:
<td>
<td>
<p>This project is based on an other project witch consist in using a high level behavious langage for synthetic biology.
<p>This project is based on an other project witch consist in using a high level behavious langage for synthetic biology.
 +
This compiling top down chain begin with an synthetic system idea.
 +
</p><p>
 +
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.
</p>
</p>
</td></tr>
</td></tr>
Line 32: Line 41:
<p>
<p>
Our approach is to propose to creat a comportemental description of those patterns instead of a  structural design. This to facilitate the usage of these construct.
Our approach is to propose to creat a comportemental description of those patterns instead of a  structural design. This to facilitate the usage of these construct.
-
 
+
</p><p>
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).
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).
</p>
</p>
Line 52: Line 61:
</tr><tr>
</tr><tr>
<td>Phage<img src="https://static.igem.org/mediawiki/2011/2/2e/Paris2011Phage.png" width="200"/></td>
<td>Phage<img src="https://static.igem.org/mediawiki/2011/2/2e/Paris2011Phage.png" width="200"/></td>
-
<td></td>
+
<td><ul><li>in : 1 sequence with 2 insertion site and 1 plasmid with 2 attachment sites</li><li>out : 1 sequence combination of the two first</li><li>behaviours : insert a subsequence in a DNA sequence</li></ul></td>
<td><img src="https://static.igem.org/mediawiki/2011/c/c0/Paris2011Phagecode.png" width="400"/></td>
<td><img src="https://static.igem.org/mediawiki/2011/c/c0/Paris2011Phagecode.png" width="400"/></td>
</tr>
</tr>

Revision as of 16:30, 19 September 2011

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.

So, it introduce the concept of usualy used Biobrick's pattern 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 behavious langage for synthetic biology. This compiling top down chain begin with an 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.

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

Combination

Substitution

Our approach is to propose to creat a comportemental 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