Team:NTNU Trondheim/Modeling

From 2011.igem.org

(Difference between revisions)
(Includeing material at all points (Modeling))
Line 5: Line 5:
= Modeling =
= Modeling =
-
To describe the biological reactions and process as the bacteria turns red  
+
To describe and understand the biological reactions and process, as the bacteria turns red under stress we developed multiple mathematical and statistical models. As the most basic model we used a system om ordinary differential equations (ODE), this is a fully deterministic model, describing the change in concentration for all molecules involved. The process for a bacteria to go from normal to glowing red is involved, and one can think of this as a stochastic process, that at each step, the process can ether succeed or fail, with a given probability. This gives rise to a Bayesian model.
-
 
+
-
 
+
-
 
+
-
== '''Model Introduction''' ==
+
-
-What to model  
+
-
 
+
-
-How to model
+
 +
Combining these two models will result in a system of stochastic differential equations (SDE), which will be solved using numerical algorithms. As a last model we will explore the relationship between variants of stress and fluoricene intensity using (non)-conventional regression.
 +
== Model Introduction ==
 +
At the hart of the modeling lies biological consistency and data integration. The modeling will be focused on interpretation simplicity and data consistency. That is to develop models that can be easily interpreted by biologist and mathematicians, but the models should also strive to describe that which is observed at the laboratory.
 +
The two main ways to model biological systems. One way is deterministic, the other is stochastic. In this project we will attempt to approach to problems in both ways. Using a deterministic model, with fixed parameters, and a stochastic model to integrate data more dynamically.
Line 22: Line 19:
== The Models==
== The Models==
 +
Four basic models where constructed, which will be described below.
=== Systems of ODE ===
=== Systems of ODE ===
Line 27: Line 25:
=== Bayesian Hierarchy  ===
=== Bayesian Hierarchy  ===
-
We then wish to model the reliability for the observations... That is the probability of false positive/negative results
+
We then wish to model the reliability for the observations... That is the probability of false   positive/negative results P(RTF = 1|stress) -- NO
-
P(RTF = 1|stress)
+
-
and opposite.
+
-
Having the observations  from the lab
+
-
<b>x</b> = (x<sub>1</sub> , x<sub>2</sub> , &middot; &middot; &middot; &middot; , x<sub>n</sub>)<sup>T</sup>
 
-
were x<sub>i</sub> is under condition C = 1 (stress) , and y<sub>j</sub> is under condition C = 0 (no stress).
+
=== Stochastic Differential equations ===
 +
This is AWESOME
-
=== Linear Classification ===
+
=== Linear/ non-linear Regression ===
-
 
+
-
==== Non-linear Classification ====
+
Line 44: Line 37:
== Model Validation ==
== Model Validation ==
-
 
+
No data yet.
== References ==
== References ==

Revision as of 14:16, 16 July 2011




Modeling

To describe and understand the biological reactions and process, as the bacteria turns red under stress we developed multiple mathematical and statistical models. As the most basic model we used a system om ordinary differential equations (ODE), this is a fully deterministic model, describing the change in concentration for all molecules involved. The process for a bacteria to go from normal to glowing red is involved, and one can think of this as a stochastic process, that at each step, the process can ether succeed or fail, with a given probability. This gives rise to a Bayesian model.

Combining these two models will result in a system of stochastic differential equations (SDE), which will be solved using numerical algorithms. As a last model we will explore the relationship between variants of stress and fluoricene intensity using (non)-conventional regression.

Model Introduction

At the hart of the modeling lies biological consistency and data integration. The modeling will be focused on interpretation simplicity and data consistency. That is to develop models that can be easily interpreted by biologist and mathematicians, but the models should also strive to describe that which is observed at the laboratory.

The two main ways to model biological systems. One way is deterministic, the other is stochastic. In this project we will attempt to approach to problems in both ways. Using a deterministic model, with fixed parameters, and a stochastic model to integrate data more dynamically.



The Models

Four basic models where constructed, which will be described below.

Systems of ODE

Bayesian Hierarchy

We then wish to model the reliability for the observations... That is the probability of false positive/negative results P(RTF = 1|stress) -- NO


Stochastic Differential equations

This is AWESOME

Linear/ non-linear Regression

Model Validation

No data yet.

References