Difference between revisions of "Team:NCKU Tainan/Model"

Line 21: Line 21:
  
 
                         <div class="title-line" id="statistics">Statistics Analysis</div>
 
                         <div class="title-line" id="statistics">Statistics Analysis</div>
                   <p>In medicine, when the presence of urine glucose exceeds 5mM/L, it implies pre-diabetes or diabetes. However, we refer to people whose urine glucose exceeds 120mM/L as sever diabetic patients. Consequently, finding the person whose urine glucose concentration is over 5mM/L or 120mM/L is our target for prevention and early detection.</p>
+
                   <p>In medicine, when the presence of urine glucose exceeds 5 mM, it implies pre-diabetes or diabetes. However, we refer to people whose urine glucose exceeds 120 mM as sever diabetic patients. Consequently, finding the person whose urine glucose concentration is over 5 mM or 120 mM is our target for prevention and early detection.</p>
 
                         <div class="img" style="width:32%;display:inline-block;margin-left:8px">
 
                         <div class="img" style="width:32%;display:inline-block;margin-left:8px">
 
                 <img src="/wiki/images/c/c0/T--NCKU_Tainan--project-modeling-statistic-image1.jpg">
 
                 <img src="/wiki/images/c/c0/T--NCKU_Tainan--project-modeling-statistic-image1.jpg">
Line 34: Line 34:
 
               <div>0.1 model plot</div>
 
               <div>0.1 model plot</div>
 
             </div>
 
             </div>
                   <p>First, we prove that there is a difference between 0.1mM/L and 5mM/L (120mM/L) in the paired-difference T test part. And, we use the regression and prediction intervals to distinguish exceeding 120mM/L and 5mM/L from exceeding 0.1mM/L. From the result, 5mM/L can be distinguished from 0.1mM/L after 101 minutes, and 120mM/L can be distinguished from 0.1mM/L after 88 minutes.</p>
+
                   <p>First, we prove that there is a difference between 0.1 mM and 5 mM (120 mM) in the paired-difference T test part. And, we use the regression and prediction intervals to distinguish exceeding 120 mM and 5 mM from exceeding 0.1 mM. From the result, 5 mM can be distinguished from 0.1 mM after 101 minutes, and 120 mM can be distinguished from 0.1 mM after 88 minutes.</p>
 
                          
 
                          
 
                         <p>(<a href="/Team:NCKU_Tainan/Model_Statistics_Analysis">Read more...</a>)</p>
 
                         <p>(<a href="/Team:NCKU_Tainan/Model_Statistics_Analysis">Read more...</a>)</p>

Revision as of 16:10, 19 October 2016

Project Modeling - iGEM NCKU

PROJECT / Model
Model

To analyze the data obtained from U. coli, we adopted two methods to estimate the glucose concentration efficiently and accurately. With the statistical method, the glucose can be differentiated from the user's urine in 2 hours. On the the hand, the theory-dependent fitting method is used to numerically analyze the urine glucose concentration in 6 hours.

Fitting Theory

When all compounds reach its steady concentration, the production rate of protein should be a constant and be in form as the following equation:

$$\frac{[Protein]}{dt}=\frac{c1[Glucose]+c2}{[Glucose]+c3}$$

And the fitting result also show its accuracy and limitation:

(Read more...)

Statistics Analysis

In medicine, when the presence of urine glucose exceeds 5 mM, it implies pre-diabetes or diabetes. However, we refer to people whose urine glucose exceeds 120 mM as sever diabetic patients. Consequently, finding the person whose urine glucose concentration is over 5 mM or 120 mM is our target for prevention and early detection.

0.1 vs 5 mM
0.1 vs 120 mM
0.1 model plot

First, we prove that there is a difference between 0.1 mM and 5 mM (120 mM) in the paired-difference T test part. And, we use the regression and prediction intervals to distinguish exceeding 120 mM and 5 mM from exceeding 0.1 mM. From the result, 5 mM can be distinguished from 0.1 mM after 101 minutes, and 120 mM can be distinguished from 0.1 mM after 88 minutes.

(Read more...)