Difference between revisions of "Team:Edinburgh UG/Design"

Line 7,310: Line 7,310:
 
<p class="lead">Word Coding Region: This region is 7bp long, 5 of which are unique to each BabbleBrick. The other two bases are spacers which prevent illegal restriction sites.  There are 1024 different possible combinations of 5bases, and so we can encode 1024 different words in BabbleBricks. We have chosen 5bp for simplicity, however this can be extrapolated to 6 or 7 bases, which would give many more combinations.</p>  
 
<p class="lead">Word Coding Region: This region is 7bp long, 5 of which are unique to each BabbleBrick. The other two bases are spacers which prevent illegal restriction sites.  There are 1024 different possible combinations of 5bases, and so we can encode 1024 different words in BabbleBricks. We have chosen 5bp for simplicity, however this can be extrapolated to 6 or 7 bases, which would give many more combinations.</p>  
 
<p class="lead">The 1024 combinations are arbitrarily assigned to the data. A list of data segments, eg words, and the list of 5 base combinations are mapped together. One advantage of this design means that different libraries can be used.</p>
 
<p class="lead">The 1024 combinations are arbitrarily assigned to the data. A list of data segments, eg words, and the list of 5 base combinations are mapped together. One advantage of this design means that different libraries can be used.</p>
<div class="col-sm-6"><img src="table placeholder"></div>
+
<div class="col-sm-6"><img src="https://static.igem.org/mediawiki/2016/0/06/Edigem16ugdesigntable.png"></div>
 
<div class="col-sm-6"><p class="lead">The coding sequence: ATCGG-GAGTC-GGTCA-GTAC can be made. If the computer is instructed to decode using list 1 it will read “Team Edinburgh love pizza”. If instructed to decode using list 2 it will read “iGEM is really great”.</p></div>
 
<div class="col-sm-6"><p class="lead">The coding sequence: ATCGG-GAGTC-GGTCA-GTAC can be made. If the computer is instructed to decode using list 1 it will read “Team Edinburgh love pizza”. If instructed to decode using list 2 it will read “iGEM is really great”.</p></div>
 
<p class="lead">The instructions to use a certain decoding list can be in the address.  
 
<p class="lead">The instructions to use a certain decoding list can be in the address.  

Revision as of 21:40, 19 October 2016

Collaborations

Design


BabbleBrick Format

We went through an iterative design process with our BabbleBricks, which we have continued up to the Jamboree and will follow through on afterwards. Version 1.5 of the BabbleBrick is the standard we largely used in our proof of concept and summer work, and is the standard we submitted to the registry.

Key considerations we had throughout the design process included:

- The length of a BabbleBrick. Too long would reduce the density of information, and be more difficult to insert BabbleBlocks into a plasmid. Too short however would be difficult to work with in the lab. We originally wanted to use very short bits of DNA (~10bp) but this was too short to work with. Having to make each BabbleBrick longer however benefitted us because we now have space to include features such as error correction.

- Inclusion of stop codons. Discussion with various people resulted in the decision to add a stop codon region. This is both to help the cell by ensuring it is not unnecessarily making protein, and as a safety feature.

- The types of hangs to be used. We considered utilising enzymes that only work on methylated DNA to ensure that we only had addition of one BabbleBrick at a time. This method however was discarded and replaced with the current system of A and B hangs.

Every BabbleBrick 1.5 has the format you can see here.

The main body of the BabbleBrick consists of three regions; Word coding, Stop, and ORC

Word Coding Region: This region is 7bp long, 5 of which are unique to each BabbleBrick. The other two bases are spacers which prevent illegal restriction sites. There are 1024 different possible combinations of 5bases, and so we can encode 1024 different words in BabbleBricks. We have chosen 5bp for simplicity, however this can be extrapolated to 6 or 7 bases, which would give many more combinations.

The 1024 combinations are arbitrarily assigned to the data. A list of data segments, eg words, and the list of 5 base combinations are mapped together. One advantage of this design means that different libraries can be used.

The coding sequence: ATCGG-GAGTC-GGTCA-GTAC can be made. If the computer is instructed to decode using list 1 it will read “Team Edinburgh love pizza”. If instructed to decode using list 2 it will read “iGEM is really great”.

The instructions to use a certain decoding list can be in the address. The use of multiple lists further enhances the advantage of this modular system over de novo synthesis because it means we can use the same blocks make times over.

For our proof of concept we have chosen to encode words. This is conceptually the easiest encoding of data to follow. We wish to encode large bits of data, by adding together smaller, modular chunks. Sentences (BabbleBlocks) are large bits of data made up of words (BabbleBricks). Anything however can be encoded in this region; numbers for chunks of binary code, pixel colours for pictures, musical notes to encode a song

Stop Region: This 17 base pair long sequence introduces a stop codon into every reading frame within a BabbleBrick. This helps prevent large BabbleBrick constructs from producing any protein when replicating in cells. Read more about why we chose to include these here.

ORC Region: The ORC is a vector of error-correcting code intrinsic to each BabbleBrick. This helps rectify any errors introduced by mutation or poor-sequencing in the word coding region with high fidelity. Like the word coding region, it is staggered with nucleotides to allow fine control of the overall sequence. Read more about how an ORC works and our error-correcting functions here.

Flanking each BabbleBrick are hangs, which are used for assembly. There are two types of hangs; A and B. Each BabbleBrick is present in two forms, an AB and a BA form. In the AB BabbleBrick above.

A: The 5’ A type hang is produced upon digesting an AB type BabbleBrick with BsaI. It can anneal to the 3’ A hang of BA parts.

B: The 3’ ‘B’ type hang is produced upon digesting a AB type BabbleBrick with BsaI. It can anneal to the 5’ B hang of BA parts.

BabbleBricks are housed in plasmids as phytobricks, and are excised as above using BsaI. BabbleBlocks are constructs of multiple BabbleBricks, which can then again be housed in phytobricks.



Follow Us