Difference between revisions of "Team:Hong Kong HKUST/Parts Improvement"

Line 34: Line 34:
  
  
<script>
 
function tour_page() {
 
    document.getElementById("tour_none").style.display ="none";
 
    document.getElementById("tour_next").style.display = "block";
 
  
}
 
//Tour mode Effect of changing content
 
function tourFunction_home() {
 
        document.getElementById("tourPar").innerHTML = "Welcome to HKUST 2016 iGEM team - Troika!!";
 
 
}
 
function tourFunction_about(){
 
document.getElementById("tourPar").innerHTML = "Let's meet our members and see how division of labour works out in our team! Also, check out the attributed parties of our project if you may.";
 
}
 
function tourFunction_project(){
 
document.getElementById("tourPar").innerHTML = "Get to know our project here! We built a biological device termed as tri-stable switch that could perform three discrete but alternating, steady states driven by three different repressible promoters. What's more, you can find a schematic diagram of the genetic switch by clicking on the green light button on the top right corner for your reference!";
 
}
 
function tourFunction_achievements(){
 
document.getElementById("tourPar").innerHTML = "We list out here the medal requirements that we have fulfilled, with other additional achievements such as new parts that we submitted to the Registry.";
 
}
 
function tourFunction_future_plan(){
 
document.getElementById("tourPar").innerHTML = "You can have a grasp of how we are to sustain our project in the future as well as how an add-on investigation on the transcriptional manipulation in collaboration with the Rice University was conducted.";
 
}
 
function tourFunction_human_practices(){
 
document.getElementById("tourPar").innerHTML = "For the outreach part, our main focus is on designing an applicable product of the tri-stable switch that is intended for public convenient use. Other missions that we have accomplished so far include educating high school students, exploring intellectual property right policies, and assisting other iGEM teams in plan-making.";
 
}
 
function tourFunction_modelling(){
 
document.getElementById("tourPar").innerHTML = "To evaluate our works, we identified the parameters potentially affecting our design, predicted, and verified the consistency of our experimental results by bringing about a mathematical prediction model and a stability analysis.";
 
}
 
function tourFunction_lab(){
 
document.getElementById("tourPar").innerHTML = "We have compiled our logbooks together with the protocols we employed in this page. Safety information is also provided.";
 
}
 
function tourFunction_interlab(){
 
document.getElementById("tourPar").innerHTML = "We joined this year's iGEM Interlab Measurement Study where we conducted a relative expression compression by green fluorescence measurement.";
 
}
 
function tourFunction_collaboration(){
 
document.getElementById("tourPar").innerHTML = "This year, we collaborate with two institutions, NUS and IIT in respective areas.";
 
}
 
</script>
 
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 09:03, 26 September 2016

Improvements on BBa_K592023 and BBa_K592024

(Blue Fluorescent Protein mTagBFP generators)

The 2011 Uppsala Sweden iGEM team had previously submitted characterization data for parts BBa_K592023 and BBa_K592024. However, we discovered that they did not put a terminator after the mTagBFP CDS. We wondered if the observed fluorescence outputs will be different with versus without a terminator. Therefore, we decided to perform an experiment for comparison. The experimental results showed that the observed fluorescence levels were lowered without a terminator.

Given our results, we would like to caution future users in referencing the relative promoter strengths reported by Uppsala Sweden 2011, as their measured expression levels, generated by parts without a terminator, may not fully represent the true strength of the tested promoters.




            

Figure 1. Comparison of the expression levels of a BFP generator with and without a terminator. (a) Circuit diagram illustrates experimental setup of the experiment harboring BBa_B0032. (b) Experimental results of the experiment harboring BBa_B0032.(c) Circuit diagram illustrates experimental setup of the experiment harboring BBa_B0034. (d) Experimental results of the experiment harboring BBa_B0034. Error bars represent SEM of 3 independent experiments on 3 different days.


We hypothesized that the expression level of mTagBFP is affected by the presence or absence of a terminator. To check if that was true, we compared fluorescence outputs from BFP generators with terminator, versus one without a terminator.

An experimental construct was built where the mTagBFP generator (BBa_K592100) was driven by a constitutive promoter (BBa_J23101) and a medium (BBa_B0032). It was compared against its counterpart which harbored a terminator, BBa_B1006 3’ to the CDS. Constructs without promoters served as controls for auto-fluorescence. We then performed the same experiment but used BBa_B0034 as the RBS instead. Both of the results showed that the observed blue fluorescence outputs were lowered when the transcription was not properly terminated.




Our results indicated that the proper expression of mTagBFP requires a terminator, thus the previously submitted part BBa_K592023 (BBa_B0032-BBa_K592100) and BBa_K592024 (BBa_B0032-BBa_K592100) are translational units only and should not be considered as acceptable alternatives to mTagBFP generators, which have terminators.

We are not sure about the reason behind this phenomenon. It could be an issue related to energy expenditure: transcription run off might have used extra energy resources in the cell, which would normally be available to generate more mTagBFP production. Repeating the above experiment but substituting the strong terminator with terminators of weaker strengths might shed light on our guess.

In this experiment, we have improved BBa_K592023 (BBa_B0032-BBa_K592100) and BBa_K592024 (BBa_B0034-BBa_K592100) by adding a terminator BBa_B1006 3’ to these parts. Both of the improved parts, BBa_K1899001 (BBa_K592023-BBa_B1006) and BBa_K1899002 (BBa_K592024-BBa_B1006) were submitted to the Parts Registry this year. With the improved parts, we hope to provide future users with better reporters for their assays. Furthermore, we hope to raise the awareness on the standards of parts measurement through this investigation. We cautioned on the direct use of previous measurement data for promoters generated using BBa_K592023 or BBa_K592024, and we suggest future iGEM teams that undertake measurement experiments of any kind not to omit parts that might appear irrelevant in the measurement cassettes.


*For a detailed doucmentation of this characterization and the materials or methods used, please refer to our PDF version of this investigation.