Team:Berkeley Software/Eugene Examples

From 2009.igem.org

(Difference between revisions)
Line 46: Line 46:
<p align="center">'''Figure 6b: Textual representation of BBa_I8510'''</p>
<p align="center">'''Figure 6b: Textual representation of BBa_I8510'''</p>
[[Image:BBa_I8510Picture.png|center]]<br><br>
[[Image:BBa_I8510Picture.png|center]]<br><br>
 +
 +
<html>
 +
<center>
 +
<embed
 +
  src="https://static.igem.org/mediawiki/2009/7/72/BerkeleySoftware_EugeneWink.swf"
 +
  width="800"
 +
  height="600"
 +
  allowscriptaccess="always"
 +
  allowfullscreen="true"
 +
/>
 +
</center>
 +
</html>
<p style="text-align: right;">[[#contentMenu|back to Contents]]</p>
<p style="text-align: right;">[[#contentMenu|back to Contents]]</p>

Revision as of 12:30, 21 October 2009


Contents
1. Introduction
2. Language Definition
3. Examples
4. Implementation
5. Results










Examples

Several Device constructs have been selected from the Registry of Standard Biological Parts to show the creation of visual and textual designs. The visual representation has been implemented using Visual BioBrick Open Language symbols and Spectacles, a visual tool editor, while Eugene was employed to demonstrate a textual representation. Due to the one to one relationship between standard biological parts and the Eugene syntax, the conversion could easily be achieved in both directions.

BBa_K112809 is T4 Lysis Device with Pbad as the inducible Promoter. The Lysis device allows for the easy release of any product produced in the cell. The main file in Figure 3b displays the construct as an ordered list of Parts, while the header files are imported to hide the details of the Part declarations. With only one line of declaration, a complicated Device construct can be reproduced while the detailed information can still be accessed.

Figure 3a: Visual representation of BBa_K112809

Spectacles screenshot BBa K112809.jpg

Figure 3b: Textual representation of BBa_K112809

BBa K112809Picture.png


BBa_E7104 is a GFP Reporter Device. Again, each new Device can be created using very few lines of code as Figure 4 demonstrates.

Figure 4a: Visual representation of BBa_E7104

Spectacles screenshot BBa E7104.jpg

Figure 4b: Textual representation of BBa_E7104

BBa E7104Picture.png


BBa_K118021 in Figure 5a is a Promoter characterization Device. The second Part in BBa_K118021 is a Reporter as specified by the Standard Registry of Parts. It has no image associated, since technically speaking BBa_J33204 is a Device. However, currently with the available standards and specifications, there does not exist a way of breaking this Device cleanly into separate existing Parts. For example, there needs to be a way of specifying point mutation, which could be a feature of Devices, currently not supported by Eugene but is considered for future releases. Therefore, BBa_K118021 was specified as the Part Reporter rather than Device in the code.

Figure 5a: Visual representation of BBa_K118021

Spectacles screenshot BBa K118021.jpg

Figure 5b: Textual representation of BBa_K118021

BBa K118021Picture.png


BBa_I8510 in Figure 6a is an Inverter that takes 3OC6HSL as input and produces lacZalpha as output. It also creates an orthogonal GFP protein generator.

Figure 6a: Visual representation of BBa_I8510

Spectacles screenshot BBa I8510.jpg

Figure 6b: Textual representation of BBa_I8510

BBa I8510Picture.png


back to Contents