(3 intermediate revisions by the same user not shown) | |||
Line 42: | Line 42: | ||
text-align:left; | text-align:left; | ||
} | } | ||
+ | #content { | ||
+ | background-color: #FFFBF0; | ||
+ | } | ||
+ | |||
+ | #content h6, #content h3, #content h4, #content p, #content h2 { | ||
+ | margin-left: 100px; | ||
+ | margin-right: 100px; | ||
+ | } | ||
+ | |||
+ | #content table { | ||
+ | width: 800px; | ||
+ | height: 250px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | |||
+ | #content td, #content th { | ||
+ | text-align: center; | ||
+ | } | ||
</style> | </style> | ||
<body style="width:1263px; margin-left:auto;margin-right:auto;"> | <body style="width:1263px; margin-left:auto;margin-right:auto;"> | ||
Line 49: | Line 68: | ||
<div id="comic"> | <div id="comic"> | ||
− | <p> | + | <p style="font-family:'Avenir';font-size:23px"> |
<img src="https://static.igem.org/mediawiki/2017/b/bb/SIAT-SCIE_modeling.png" alt="comic" /> | <img src="https://static.igem.org/mediawiki/2017/b/bb/SIAT-SCIE_modeling.png" alt="comic" /> | ||
</p> | </p> | ||
+ | </div> | ||
+ | <div id="content"> | ||
+ | <h3 style="font-family:'Avenir';font-size:23px">Results</h3> | ||
+ | |||
+ | <table> | ||
+ | <tr> | ||
+ | <th></th> | ||
+ | <th style="text-align:center;font-family:'Avenir';font-size:23px">-IPTG</th> | ||
+ | <th style="text-align:center;font-family:'Avenir';font-size:23px">+IPTG</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th style="font-family:'Avenir';font-size:23px">Control</th> | ||
+ | <td style="font-family:'Avenir';font-size:23px">3072</td> | ||
+ | <td style="font-family:'Avenir';font-size:23px">4244</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th style="font-family:'Avenir';font-size:23px">UV 5s</th> | ||
+ | <td style="font-family:'Avenir';font-size:23px">4/7(5.5)</td> | ||
+ | <td style="font-family:'Avenir';font-size:23px">15/46(30.5)</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th style="font-family:'Avenir';font-size:23px">UV 10s</th> | ||
+ | <td style="font-family:'Avenir';font-size:23px">1/7(4)</td> | ||
+ | <td style="font-family:'Avenir';font-size:23px">11/22(16.5)</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | <p style="font-family:'Avenir';font-size:23px"> | ||
+ | So, overall we can see that the control groups have similar clone numbers, while the + IPTG group displays approximately 4 to 5 fold survivability. The induced Dsup protein can help the cell survive high radiation exposure. | ||
+ | </p> | ||
+ | <br /> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/e/e2/SIAT-SCIE_model1.jpg" alt="model1" style="width:1000px;margin-left:130px;"/> | ||
+ | <p style="font-family:'Avenir';font-size:23px"> | ||
+ | Due to the limited sample size, we are unable to conduct T-test or similar statistical tests on our data. | ||
+ | </p> | ||
+ | <br /> | ||
+ | <p style="font-family:'Avenir';font-size:23px"> | ||
+ | We have adopted a simpler model to investigate the correspondence between Dsup expression and survival rate. | ||
+ | </p> | ||
+ | <br /> | ||
+ | <p style="font-family:'Avenir';font-size:23px"> | ||
+ | Assume a pair of constants, representing the cell damage rate. (k1 and k2 for – IPTG and + IPTG groups) | ||
+ | </p> | ||
+ | <p style="font-family:'Avenir';font-size:23px"> | ||
+ | Let the survival of cells be function S(t), given the cells are under UV light incidence,</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/b/bc/SIAT-SCIE_model2.png" alt="model2" style="width:200px;margin-left:130px;"/> | ||
+ | <p style="font-family:'Avenir';font-size:23px">Solve the equation, we have,</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/8/86/SIAT-SCIE_model3.png" alt="model3" style="width:200px;margin-left:130px;"/> | ||
+ | <p style="font-family:'Avenir';font-size:23px"> Put in the data, we have</p> | ||
+ | |||
+ | <img src="https://static.igem.org/mediawiki/2017/2/20/SIAT-SCIE_model4.png" alt="model4" style="width:1000px;margin-left:130px;"/> | ||
+ | |||
+ | <p style="font-family:'Avenir';font-size:23px">Solve differential equations in Mathematica, we have</p> | ||
+ | <p style="font-family:'Avenir';font-size:23px"> | ||
+ | k1 = 1.26507</p> | ||
+ | <p style="font-family:'Avenir';font-size:23px"> | ||
+ | k2 =0.95675 | ||
+ | </p> | ||
+ | <p style="font-family:'Avenir';font-size:23px"> | ||
+ | The Dsup increases the cell resilience to radiation about 25%.</p> | ||
+ | <p style="font-family:'Avenir';font-size:23px"> | ||
+ | Extend time to 20s, we have the following expectations | ||
+ | </p> | ||
+ | |||
+ | <p style="font-family:'Avenir';font-size:23px">We noticed the model is somehow inaccurate after extending the UV time to 10s onwards, taking into account the sample size, this is what we can do. | ||
+ | </p> | ||
+ | <p style="font-family:'Avenir';font-size:23px"> | ||
+ | A more accurate analysis is in the PDF file attached. | ||
+ | Another complete differential analysis is in another PDF down below. | ||
+ | </p> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
</div> | </div> | ||
<div class="block" style="text-align: center;"> | <div class="block" style="text-align: center;"> | ||
− | <embed src="https://static.igem.org/mediawiki/2017/3/34/SIAT-SCIE_Modeling.pdf" alt=" | + | <embed src="https://static.igem.org/mediawiki/2017/2/24/SIAT-SCIE_Model.pdf" alt="Modeling" /> |
− | + | <p style="font-family:'Avenir';text-align:center; font-size:23px; width:800px;margin-left:225px;color:blue;"><a href="https://static.igem.org/mediawiki/2017/2/24/SIAT-SCIE_Model.pdf" alt="DOWNLOAD PDF"><em>Donwload the pdf</em></a><p style="font-family:'Avenir';font-size:23px";> | |
− | + | <p style="font-family:'Avenir';text-align:center; font-size:23px; width:800px;margin-left:225px;color:blue;"><a href="https://static.igem.org/mediawiki/2017/3/34/SIAT-SCIE_Modeling.pdf" alt="DOWNLOAD PDF"><em>Donwload an complete analysis</em></a><p style="font-family:'Avenir';font-size:23px";> | |
− | + | ||
+ | <br /><br /><br /> | ||
+ | </div> | ||
+ | |||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> | ||
{{SIAT-SCIE footer}} | {{SIAT-SCIE footer}} |
Latest revision as of 03:46, 2 November 2017
Results
-IPTG | +IPTG | |
---|---|---|
Control | 3072 | 4244 |
UV 5s | 4/7(5.5) | 15/46(30.5) |
UV 10s | 1/7(4) | 11/22(16.5) |
So, overall we can see that the control groups have similar clone numbers, while the + IPTG group displays approximately 4 to 5 fold survivability. The induced Dsup protein can help the cell survive high radiation exposure.
Due to the limited sample size, we are unable to conduct T-test or similar statistical tests on our data.
We have adopted a simpler model to investigate the correspondence between Dsup expression and survival rate.
Assume a pair of constants, representing the cell damage rate. (k1 and k2 for – IPTG and + IPTG groups)
Let the survival of cells be function S(t), given the cells are under UV light incidence,
Solve the equation, we have,
Put in the data, we have
Solve differential equations in Mathematica, we have
k1 = 1.26507
k2 =0.95675
The Dsup increases the cell resilience to radiation about 25%.
Extend time to 20s, we have the following expectations
We noticed the model is somehow inaccurate after extending the UV time to 10s onwards, taking into account the sample size, this is what we can do.
A more accurate analysis is in the PDF file attached. Another complete differential analysis is in another PDF down below.