Difference between revisions of "Team:NCTU Formosa/Model"

Line 25: Line 25:
 
                 we also develop an AI which can accurately predict the mutagenicity. Our model can be divided into the
 
                 we also develop an AI which can accurately predict the mutagenicity. Our model can be divided into the
 
                 following three parts:</p>
 
                 following three parts:</p>
             <div id="modtab"> <table>
+
             <div id="modtab">
 +
                <table>
 
                      <tr>
 
                      <tr>
 
                          <td><img src="https://2019.igem.org/wiki/images/a/ae/T--NCTU_Formosa--easymodel1.png"></td>
 
                          <td><img src="https://2019.igem.org/wiki/images/a/ae/T--NCTU_Formosa--easymodel1.png"></td>
Line 33: Line 34:
 
                     </tr>
 
                     </tr>
 
                      <tr>
 
                      <tr>
                          <td><a href="https://2019.igem.org/Team:NCTU_Formosa/Growth_Model">
+
                          <td>
                                <p>Computational<br>Growth Model</p>
+
                            <div id="but"><a href="https://2019.igem.org/Team:NCTU_Formosa/Growth_Model">
                            </a></td>
+
                                    <p>Computational<br>Growth Model</p>
                          <td><a href="https://2019.igem.org/Team:NCTU_Formosa/QS_Model">
+
                                </a></div>
                                <p>QS System Model</p>
+
                        </td>
                            </a></td>
+
                          <td>
                         <td><a href="https://2019.igem.org/Team:NCTU_Formosa/Mutagenicity_Prediction">
+
                            <div id="but"><a href="https://2019.igem.org/Team:NCTU_Formosa/QS_Model">
                                <p>Mutagenicity<br>Prediction</p>
+
                                    <p>QS System Model</p>
                            </a></td>
+
                                </a></div>
 +
                        </td>
 +
                         <td>
 +
                            <div id="but"><a href="https://2019.igem.org/Team:NCTU_Formosa/Mutagenicity_Prediction">
 +
                                    <p>Mutagenicity<br>Prediction</p>
 +
                                </a></div>
 +
                        </td>
 
                          
 
                          
 
                     </tr>
 
                     </tr>
                 </table></div>
+
                 </table>
         
+
            </div>
 +
 
  
 
             <p>&emsp;&emsp; First, computational growth model simulates the result of our experiment. Mainly focusing on
 
             <p>&emsp;&emsp; First, computational growth model simulates the result of our experiment. Mainly focusing on

Revision as of 17:51, 21 October 2019

Navigation Bar

<!DOCTYPE html> Model Overview

Overview

   Modeling is calculating the physical phenomenon by using mathematical methods or logical algorithms. Our model aims at computing bacterial growth curve and predicting quorum sensing. Besides, we also develop an AI which can accurately predict the mutagenicity. Our model can be divided into the following three parts:

   First, computational growth model simulates the result of our experiment. Mainly focusing on the function of substance toxicity, nutrient limit, and mutation rate.

   On top of that, quorum sensing model predicts the effect of mutagenicity to the time of red fluorescence.

   Furthermore, we develop an AI to predict the mutagenicity by analyzing the chemical structure. Take our database of SMILES and Ames test result as training data for machine learning, and then we use support vector machine (SVM) algorithm to train our model to accurately predict the mutagenicity.

   All in all, for unknown chemical structure, we can measure it by our engineered E. coli, and calculate the time of red fluorescence to get our quantified mutagenicity. For known chemical structure, we can quickly get the mutagenicity by using the result of machine learning.

Figure 1: The workflow of our model

Go to >>>