Team:Tec-Monterrey/antifreeze/results
From 2012.igem.org
Line 158: | Line 158: | ||
.content #cl6:hover{ background:url(https://static.igem.org/mediawiki/2012/2/24/TECMTY_Antifreeze_notebook_hover.png) no-repeat;} | .content #cl6:hover{ background:url(https://static.igem.org/mediawiki/2012/2/24/TECMTY_Antifreeze_notebook_hover.png) no-repeat;} | ||
- | . | + | .msg_head { |
- | + | color:#414141; | |
- | + | } | |
+ | .msg_head:hover { | ||
+ | color:#000000; | ||
+ | } | ||
+ | .msg_content { | ||
+ | padding-top:8px; | ||
+ | background:#E9E9E9; | ||
+ | color:#414141; | ||
+ | border-radius:5px; | ||
+ | -moz-border-radius:5px; | ||
+ | } | ||
+ | |||
+ | .tabcolor { | ||
+ | border:none; | ||
height:60px; | height:60px; | ||
- | + | width:100%; | |
- | + | background:#414141; | |
- | + | ||
color:#FFF; | color:#FFF; | ||
- | font-size: | + | font-size:18px; |
- | + | } | |
- | + | .tabcolor:hover { | |
+ | background:#E9E9E9; | ||
+ | color:#414141; | ||
+ | } | ||
+ | .tablft { | ||
+ | border-top-left-radius:8px; | ||
+ | border-bottom-left-radius:8px; | ||
+ | -moz-border-radius-topleft:8px; | ||
+ | -moz-border-radius-bottomleft:8px; | ||
+ | } | ||
+ | .tabrit { | ||
+ | border-top-right-radius:8px; | ||
+ | border-bottom-right-radius:8px; | ||
+ | -moz-border-radius-topright:8px; | ||
+ | -moz-border-radius-bottomright:8px; | ||
} | } | ||
.content #replace { | .content #replace { | ||
+ | max-width:980px; | ||
border-radius:8px; | border-radius:8px; | ||
-moz-border-radius:7px; | -moz-border-radius:7px; | ||
Line 178: | Line 205: | ||
padding-left:10px; | padding-left:10px; | ||
padding-right:10px; | padding-right:10px; | ||
+ | font-size:16px; | ||
+ | text-align: justify; | ||
color:#414141; | color:#414141; | ||
+ | } | ||
+ | .content #tabs-back { | ||
+ | margin-top:25px; | ||
+ | margin-bottom:40px; | ||
} | } | ||
.content #div_subcontent { | .content #div_subcontent { | ||
Line 267: | Line 300: | ||
$("#div_subcontent").fadeOut(1000); | $("#div_subcontent").fadeOut(1000); | ||
}); | }); | ||
+ | //Tabs | ||
+ | $('#tab1').click(function() { | ||
+ | $('#replace').html($('#content1').html()); | ||
+ | }); | ||
+ | /*$('#tab2').click(function() { | ||
+ | $('#replace').html($('#content2').html()); | ||
+ | }); | ||
+ | $('#tab3').click(function() { | ||
+ | $('#replace').html($('#content3').html()); | ||
+ | }); | ||
+ | $('#tab4').click(function() { | ||
+ | $('#replace').html($('#content4').html()); | ||
+ | });*/ | ||
+ | //load funcs | ||
+ | $('#tab1').click(); | ||
}); | }); | ||
</script> | </script> | ||
Line 287: | Line 335: | ||
<img src="https://static.igem.org/mediawiki/2012/2/24/TECMTY_Antifreeze_notebook_hover.png" alt="12" /> | <img src="https://static.igem.org/mediawiki/2012/2/24/TECMTY_Antifreeze_notebook_hover.png" alt="12" /> | ||
</span> | </span> | ||
+ | |||
+ | <div class="preload" id="content1"> | ||
+ | <p><h2>ANTIFREEZE</h2></p> | ||
+ | <p>The antifreeze protein, transformed into BL21 Star and TOP10 F’, proved to express the protein when seen at the Tris-Tricine SDS-PAGE. Knowing that the RiAFP is present, what is next is to prove its activity. To prove the activity of the RiAFP, a massive 40-treatment experiment with 3 repetitions to consider variance was done and its respective analysis was made.</p> | ||
+ | <p>Using two different strains, BL21 star and TOP10F’, 4 different numbers of freeze-thaw cycles ranging from 0 to 3, absence and presence of inductors, 2 different inductor treatment (Arabinose+NaCl and Arabinose), and using transformed and non-transformed cells were all the different aspects we took into account when doing the experiment. </p> | ||
+ | <p>When the experiment finished, the results were processed doing linear regressions for all individual treatments. Also, most importantly, analysis of variance tests (ANOVA) were done to compare any significant difference between the treatments of interests. </p> | ||
+ | <p>In general, what we observe from the ANOVA tests was that in general, TOP10F’ resulted to be a better strain to resist cryopreservation than BL21 Star. Also, we noticed that Arabinose alone seemed to be a better inductor at the first times of freeze-thaw cycles, latter, the number of colonies counted when the inductor of arabinose+NaCl was used was greater than in just Arabinose. This could happen for different reasons; the combination of arabinose and NaCl could act in the solution increasing its colligative propierties, enduring the harsh temperatures and preventing the culture from freezing totally. Nevertheless, independent from which inductor was used and which strain was transformed, or even if it was inducted or no, we have enough information to affirm that our RiAFP is being expressed and with a desired activity. </p> | ||
+ | </div> | ||
<div class="container"> | <div class="container"> | ||
Line 340: | Line 396: | ||
<td> | <td> | ||
<div id="tabs-back"> | <div id="tabs-back"> | ||
- | + | <table width="100%" cellspacing=0 cellpadding=0> | |
+ | <tr> | ||
+ | <td width="25%"> | ||
+ | <button type="button" id="tab1" class="tabcolor tablft">results</button> | ||
+ | </td> | ||
+ | <td width="25%"> | ||
+ | <button type="button" id="tab2" class="tabcolor"> </button> | ||
+ | </td> | ||
+ | <td width="25%"> | ||
+ | <button type="button" id="tab3" class="tabcolor"> </button> | ||
+ | </td> | ||
+ | <td width="25%"> | ||
+ | <button type="button" id="tab4" class="tabcolor tabrit"> </button> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
</div> | </div> | ||
</td> | </td> | ||
Line 347: | Line 418: | ||
<td> | <td> | ||
<div class="inner" id="replace"> | <div class="inner" id="replace"> | ||
- | + | Waiting | |
</div> | </div> | ||
</td> | </td> |
Revision as of 01:57, 27 September 2012
ANTIFREEZE
The antifreeze protein, transformed into BL21 Star and TOP10 F’, proved to express the protein when seen at the Tris-Tricine SDS-PAGE. Knowing that the RiAFP is present, what is next is to prove its activity. To prove the activity of the RiAFP, a massive 40-treatment experiment with 3 repetitions to consider variance was done and its respective analysis was made.
Using two different strains, BL21 star and TOP10F’, 4 different numbers of freeze-thaw cycles ranging from 0 to 3, absence and presence of inductors, 2 different inductor treatment (Arabinose+NaCl and Arabinose), and using transformed and non-transformed cells were all the different aspects we took into account when doing the experiment.
When the experiment finished, the results were processed doing linear regressions for all individual treatments. Also, most importantly, analysis of variance tests (ANOVA) were done to compare any significant difference between the treatments of interests.
In general, what we observe from the ANOVA tests was that in general, TOP10F’ resulted to be a better strain to resist cryopreservation than BL21 Star. Also, we noticed that Arabinose alone seemed to be a better inductor at the first times of freeze-thaw cycles, latter, the number of colonies counted when the inductor of arabinose+NaCl was used was greater than in just Arabinose. This could happen for different reasons; the combination of arabinose and NaCl could act in the solution increasing its colligative propierties, enduring the harsh temperatures and preventing the culture from freezing totally. Nevertheless, independent from which inductor was used and which strain was transformed, or even if it was inducted or no, we have enough information to affirm that our RiAFP is being expressed and with a desired activity.
|
||||
Waiting
|