Team:Imperial College London/Software

From 2011.igem.org

(Difference between revisions)
Line 9: Line 9:
-
<h2>Background:</h2>
+
<h2>1. Background</h2>
<p>The genetic code is redundant which means that multiple codons can encode the same amino acid. Synonymous codons are circumstantially decoded at different speeds. Codon usage also varies between different species. This phenomenon means that sequence optimisation can be used to tune protein expression levels.
<p>The genetic code is redundant which means that multiple codons can encode the same amino acid. Synonymous codons are circumstantially decoded at different speeds. Codon usage also varies between different species. This phenomenon means that sequence optimisation can be used to tune protein expression levels.
Line 16: Line 16:
Recent optimisation studies<sup>[1]</sup> have highlighted the importance of maintaining a diverse codon population in a given coding sequence. This said, the inclusion of ‘rare codons’ has also been shown to dramatically reduce protein expression <i>E.coli.</i></p>
Recent optimisation studies<sup>[1]</sup> have highlighted the importance of maintaining a diverse codon population in a given coding sequence. This said, the inclusion of ‘rare codons’ has also been shown to dramatically reduce protein expression <i>E.coli.</i></p>
-
<h2>Solution:</h2>
+
<h2>2. Solution</h2>
<p>In our approach to codon optimisation, we attempted to maintain codon diversity while simultaneously limiting rare codon inclusion. This was achieved by weighting codon selection using bias tables obtained from the <i>Codon Usage Database</i><sup>[2]</sup>. Joint optimisation was facilitated by combining the bias tables of <i>E.coli</i> and <i>B.subtilis</i>. Following the generation of a <i>seed-sequence</i>, the stochastic pruning of rare codons was used to iteratively optimise the sequence.</p>
<p>In our approach to codon optimisation, we attempted to maintain codon diversity while simultaneously limiting rare codon inclusion. This was achieved by weighting codon selection using bias tables obtained from the <i>Codon Usage Database</i><sup>[2]</sup>. Joint optimisation was facilitated by combining the bias tables of <i>E.coli</i> and <i>B.subtilis</i>. Following the generation of a <i>seed-sequence</i>, the stochastic pruning of rare codons was used to iteratively optimise the sequence.</p>
-
<h2>In-silico Testing:</h2>
+
<h2>3. In-silico Testing</h2>
<p>To test our codon optimisation algorithm, we ran the protein coding sequence for Dendra2 (BBa_K515007) through our software. The resultant DNA sequences were then fed into Genscript’s Codon Adaptation Index (CAI) analyser. This online tool measures the suitability of a sequence for expression in <i>E.coli</i>. Genscript’s own codon optimisation claims to be able to generate sequences with a CAI > 0.8. We were able to match this.</p>
<p>To test our codon optimisation algorithm, we ran the protein coding sequence for Dendra2 (BBa_K515007) through our software. The resultant DNA sequences were then fed into Genscript’s Codon Adaptation Index (CAI) analyser. This online tool measures the suitability of a sequence for expression in <i>E.coli</i>. Genscript’s own codon optimisation claims to be able to generate sequences with a CAI > 0.8. We were able to match this.</p>
Line 28: Line 28:
-
<h2>Future Work:</h2>
+
<h2>4. Future Work</h2>
<p>Recent studies<sup>[3]</sup> have suggested that rather than favouring highly used codons, it is preferable to  select a subset for which the accompanying tRNAs are the most frequently charged during amino acid starvation. Once these codons have been tabulated for both <i>E.coli</i> and <i>B.subtilis</i> this data could be incorporated into our program.</p>
<p>Recent studies<sup>[3]</sup> have suggested that rather than favouring highly used codons, it is preferable to  select a subset for which the accompanying tRNAs are the most frequently charged during amino acid starvation. Once these codons have been tabulated for both <i>E.coli</i> and <i>B.subtilis</i> this data could be incorporated into our program.</p>
-
<h2>R code</h2>
+
<h2>5. R code</h2>
<div class="thelanguage">
<div class="thelanguage">
<p><a href="https://static.igem.org/mediawiki/2011/f/f5/CodonOptimisationScript.zip"><img src="https://static.igem.org/mediawiki/2011/8/8c/ICL_DownloadIcon.png" width="180px" /></a></p>
<p><a href="https://static.igem.org/mediawiki/2011/f/f5/CodonOptimisationScript.zip"><img src="https://static.igem.org/mediawiki/2011/8/8c/ICL_DownloadIcon.png" width="180px" /></a></p>
Line 40: Line 40:
-
<h2>References:</h2>
+
<h2>6. References:</h2>
<p>
<p>

Revision as of 03:39, 22 September 2011




Software - Joint Codon Optimisation Algorithm

We wanted the option of expressing the genes responsible for auxin production in both B.subtilis and E.coli. To achieve this, we decided to joint codon optimise the IaaM and IaaH coding sequences. We could not find any software to do this so wrote our own.


1. Background

The genetic code is redundant which means that multiple codons can encode the same amino acid. Synonymous codons are circumstantially decoded at different speeds. Codon usage also varies between different species. This phenomenon means that sequence optimisation can be used to tune protein expression levels. It is tempting to think that one could codon optimise a sequence by selectively using an organism’s preferred codons. This is commonly referred to as the "one amino acid-one codon" method. Unfortunately it does not work. Recent optimisation studies[1] have highlighted the importance of maintaining a diverse codon population in a given coding sequence. This said, the inclusion of ‘rare codons’ has also been shown to dramatically reduce protein expression E.coli.

2. Solution

In our approach to codon optimisation, we attempted to maintain codon diversity while simultaneously limiting rare codon inclusion. This was achieved by weighting codon selection using bias tables obtained from the Codon Usage Database[2]. Joint optimisation was facilitated by combining the bias tables of E.coli and B.subtilis. Following the generation of a seed-sequence, the stochastic pruning of rare codons was used to iteratively optimise the sequence.

3. In-silico Testing

To test our codon optimisation algorithm, we ran the protein coding sequence for Dendra2 (BBa_K515007) through our software. The resultant DNA sequences were then fed into Genscript’s Codon Adaptation Index (CAI) analyser. This online tool measures the suitability of a sequence for expression in E.coli. Genscript’s own codon optimisation claims to be able to generate sequences with a CAI > 0.8. We were able to match this.

Figure 1: A Codon Adaptation Index (CAI) of 1.0 is deemed ideal. A CAI of >0.8 is rated as good for expression. Sequences for the 'Control' series (green line) were generated by randomly selecting codons. Sequences optimised for ''E.coli''(blue line) and joint optimised for ''E.coli'' and ''B.subtilis''(red line) were generated using our optimisation algorithm. (Data generated by Imperial College iGEM team 2011.)

4. Future Work

Recent studies[3] have suggested that rather than favouring highly used codons, it is preferable to select a subset for which the accompanying tRNAs are the most frequently charged during amino acid starvation. Once these codons have been tabulated for both E.coli and B.subtilis this data could be incorporated into our program.

5. R code

6. References:

[1] Menzella, H.G. Comparison of two codon optimization strategies to enhance recombinant protein production in Escherichia coli. Microb Cell Fact 10, 15 (2011).
[2] Nakamura, Y., Gojobori, T. & Ikemura, T. Codon usage tabulated from international DNA sequence databases: status for the year 2000. Nucleic Acids Res 28, 292 (2000).
[3] Welch M, Govindarajan S, Ness JE, Villalobos A, Gurney A, et al. 2009 Design Parameters to Control Synthetic Gene Expression in Escherichia coli. PLoS ONE 4(9): e7002. doi:10.1371/journal.pone.0007002