Team:TCU Taiwan/Modeling
From 2014.igem.org
(Difference between revisions)
(8 intermediate revisions not shown) | |||
Line 6: | Line 6: | ||
<head> | <head> | ||
<meta name="google-site-verification" content="pY8JgIYK6zMi9LoymHQcUKbj-xnD-rcPBrYI-xllU9o" /> | <meta name="google-site-verification" content="pY8JgIYK6zMi9LoymHQcUKbj-xnD-rcPBrYI-xllU9o" /> | ||
+ | <script type="text/x-mathjax-config"> | ||
+ | MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}}); | ||
+ | </script> | ||
+ | <script type="text/javascript" | ||
+ | src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> | ||
+ | </script> | ||
</head> | </head> | ||
</html> | </html> | ||
Line 111: | Line 117: | ||
<ul> | <ul> | ||
<li><a href="https://2014.igem.org/Team:TCU_Taiwan/Team"><font size="3">Members</font></a></li> | <li><a href="https://2014.igem.org/Team:TCU_Taiwan/Team"><font size="3">Members</font></a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:TCU_Taiwan/Achievements"><font size="3">Achievements</font></a></li> | ||
<li><a href="https://igem.org/Team.cgi?id=1473" target="_blank"><font size="3">Official Team Profile</font></a></li> | <li><a href="https://igem.org/Team.cgi?id=1473" target="_blank"><font size="3">Official Team Profile</font></a></li> | ||
<li><a href="https://2014.igem.org/Team:TCU_Taiwan/Contact"><font size="3">Contact</font></a></li> | <li><a href="https://2014.igem.org/Team:TCU_Taiwan/Contact"><font size="3">Contact</font></a></li> | ||
Line 250: | Line 257: | ||
<p>1.Data pre-processing</p> | <p>1.Data pre-processing</p> | ||
</font> | </font> | ||
- | <font size="3" face="Verdana" color="#333"> | + | |
- | + | <p>We generated 70 data from our experiment and then picked $1\over 5$ of them randomly as Training Data. The other $4\over 5$ is treated as Testing Data.</p> | |
+ | |||
+ | <p>Because our results are too large (at least 10<sup>8</sup>), we divided them by 1 x 10<sup>6</sup>. This can help us analyzed these results more quickly.</p><font size="3" face="Verdana" color="#333"><font face="Trebuchet MS" size="5" color="#90B849"> | ||
<p>2.Loading the Data</p> | <p>2.Loading the Data</p> | ||
</font> | </font> | ||
Line 259: | Line 268: | ||
<p><font face="Trebuchet MS" size="5" color="#90B849">3.Generating the Initial ANFIS Structure</font></p> | <p><font face="Trebuchet MS" size="5" color="#90B849">3.Generating the Initial ANFIS Structure</font></p> | ||
</font> | </font> | ||
- | <p><font color="#333" size="3" face="Verdana">Before we start the ANFIS training, we specify an initial ANFIS model structure as below:</font></p><table width="70%" border=" | + | <p><font color="#333" size="3" face="Verdana">Before we start the ANFIS training, we specify an initial ANFIS model structure as below:</font></p> |
+ | <p> </p> | ||
+ | <table width="70%" border="0" cellspacing="0" cellpadding="0" align="center"> | ||
<tr> | <tr> | ||
<td align="center"><img src="https://static.igem.org/mediawiki/2014/8/8c/TCU_MD_Structure.png" width="100%"></td> | <td align="center"><img src="https://static.igem.org/mediawiki/2014/8/8c/TCU_MD_Structure.png" width="100%"></td> | ||
Line 267: | Line 278: | ||
</tr> | </tr> | ||
</table> | </table> | ||
- | <font color="#333" size="3" face="Verdana"><p>The branches in this graph are color coded. Color coding of branches characterize the rules and indicate whether or not and, not, or or are used in the rules. The input is represented by the left-most node and the output by the right-most node. The node represents a normalization factor for the rules. </p></font> | + | <font color="#333" size="3" face="Verdana"> |
+ | <p>The branches in this graph are color coded. Color coding of branches characterize the rules and indicate whether or not<em> and</em>, <em>not</em>, or <em>or</em> are used in the rules. The input is represented by the left-most node and the output by the right-most node. The node represents a normalization factor for the rules. </p></font> | ||
<p> </p> | <p> </p> | ||
<p><font face="Trebuchet MS" size="5" color="#90B849">4.Training the ANFIS</font></p> | <p><font face="Trebuchet MS" size="5" color="#90B849">4.Training the ANFIS</font></p> | ||
<p><font color="#333" size="3" face="Verdana">After loading the training data and generating the initial ANFIS structure, we started training the ANFIS. The number of training Epochs(Epochs means number of iterations) is over 2500.</font></p> | <p><font color="#333" size="3" face="Verdana">After loading the training data and generating the initial ANFIS structure, we started training the ANFIS. The number of training Epochs(Epochs means number of iterations) is over 2500.</font></p> | ||
- | <p><font color="#333" size="3" face="Verdana">During training we can see how Training error develops as below:</font> | + | <p><font color="#333" size="3" face="Verdana">During training we can see how Training error develops as below:</font><br><br> |
- | <table width="85%" border=" | + | <p> |
+ | <table width="85%" border="0" cellspacing="0" cellpadding="0" align="center"> | ||
<tr> | <tr> | ||
<td align="center"><img src="https://static.igem.org/mediawiki/2014/d/dd/TCU_MD_Training_error.png" width="100%"></td> | <td align="center"><img src="https://static.igem.org/mediawiki/2014/d/dd/TCU_MD_Training_error.png" width="100%"></td> | ||
Line 284: | Line 297: | ||
<p><font color="#333" size="3" face="Verdana">Finally,we had to test our data against the trained ANFIS.After the ANFIS is trained, validate the model using a Testing data that differs from the one we used to train the ANFIS. </font></p> | <p><font color="#333" size="3" face="Verdana">Finally,we had to test our data against the trained ANFIS.After the ANFIS is trained, validate the model using a Testing data that differs from the one we used to train the ANFIS. </font></p> | ||
<p><font color="#333" size="3" face="Verdana">When we test the testing data against the ANFIS, it looks satisfactory.</font></p> | <p><font color="#333" size="3" face="Verdana">When we test the testing data against the ANFIS, it looks satisfactory.</font></p> | ||
- | <table width="85%" border=" | + | <p> </p> |
+ | <table width="85%" border="0" cellspacing="0" cellpadding="0" align="center"> | ||
<tr> | <tr> | ||
<td align="center"><img src="https://static.igem.org/mediawiki/2014/e/e1/TCU_MD_Test.png" width="100%"></td> | <td align="center"><img src="https://static.igem.org/mediawiki/2014/e/e1/TCU_MD_Test.png" width="100%"></td> | ||
Line 308: | Line 322: | ||
<font size="3" face="Verdana" color="#333"></font></legend> | <font size="3" face="Verdana" color="#333"></font></legend> | ||
<div class="wrapper" style="background-color: white;"><br> | <div class="wrapper" style="background-color: white;"><br> | ||
- | <p><font face="Trebuchet MS" size="5" color="#90B849">Model 1 : Release</font> </p><p><font size="3" face="Verdana" color="#333">We chose two variables to find the best release amount of phage after helper phage infecting. The first variable is the time after we input helper phages M13KO7 into <em>E. | + | <p><font face="Trebuchet MS" size="5" color="#90B849">Model 1 : Release</font> </p><p><font size="3" face="Verdana" color="#333">We chose two variables to find the best release amount of phage after helper phage infecting. The first variable is the time after we input helper phages M13KO7 into <em>E.coli </em>(JM101) with phagemid pBluescript II SK(-).(We have put<a href="http://parts.igem.org/Part:BBa_I13521" target="_blank"> BBa_I13521</a> inside as an reporter gene.)This is the time for helper phages to infect bacterium.<br><br> |
After the infection, we added kanamycin into these JM101 for selection becauseJM101 can get kanamycin resistance only when they are infected by M13KO7. Then we incubated these JM101 so they can have time to release phagemid-carrying phage, and the incubating time is the second variable in our test.<br><br> | After the infection, we added kanamycin into these JM101 for selection becauseJM101 can get kanamycin resistance only when they are infected by M13KO7. Then we incubated these JM101 so they can have time to release phagemid-carrying phage, and the incubating time is the second variable in our test.<br><br> | ||
As we can see in this figure, the most amount of phage being released is at the time when we add kanamycin after 30 minutes of infection and then incubate them for 14 hours. Under this condition, the best releasing amount of phage is 4×10<sup>10</sup> pfu/ml.</font></p> | As we can see in this figure, the most amount of phage being released is at the time when we add kanamycin after 30 minutes of infection and then incubate them for 14 hours. Under this condition, the best releasing amount of phage is 4×10<sup>10</sup> pfu/ml.</font></p> | ||
Line 315: | Line 329: | ||
<br> | <br> | ||
</p></font> | </p></font> | ||
- | <table width="80%" border=" | + | <table width="80%" border="0" cellspacing="0" cellpadding="0" align="center"> |
<tr> | <tr> | ||
<td align="center"><img src="https://static.igem.org/mediawiki/2014/d/d8/TCU_MD_Surface1.jpg" width="837" height="421"></td> | <td align="center"><img src="https://static.igem.org/mediawiki/2014/d/d8/TCU_MD_Surface1.jpg" width="837" height="421"></td> | ||
Line 329: | Line 343: | ||
<font size="3" face="Verdana" color="#333"><p>Then we came up with another question: Under which condition will we get the best infection rate of our phagemid-carrying phage? We believe this is influenced by the MOI between phages and bacterium. MOI means multiplicity of infection, it is the ratio of agents (phage-carrying phage) to infection targets (<em>E.coli</em> JM101). So we choose MOI as the variable, and incubate bacterium for 1 hour after infecting.<br> | <font size="3" face="Verdana" color="#333"><p>Then we came up with another question: Under which condition will we get the best infection rate of our phagemid-carrying phage? We believe this is influenced by the MOI between phages and bacterium. MOI means multiplicity of infection, it is the ratio of agents (phage-carrying phage) to infection targets (<em>E.coli</em> JM101). So we choose MOI as the variable, and incubate bacterium for 1 hour after infecting.<br> | ||
In our test, we found that as long as the MOI is higher than 6 pfu/cfu, the infection rate can access 100%. This is an exciting result!!</p></font><br><br> | In our test, we found that as long as the MOI is higher than 6 pfu/cfu, the infection rate can access 100%. This is an exciting result!!</p></font><br><br> | ||
- | <table width="70%" border=" | + | <table width="70%" border="0" cellspacing="0" cellpadding="0" align="center"> |
<tr> | <tr> | ||
<td align="right">Tip: Clicking on the points indicates information about the value.</td> | <td align="right">Tip: Clicking on the points indicates information about the value.</td> |
Latest revision as of 17:02, 17 October 2014
Modeling |
|
|
^
|
Lost the way? Use it to help you if you're lost. |
^