Team:TU Munich/model/guide

From 2011.igem.org

(Difference between revisions)
 
(16 intermediate revisions not shown)
Line 1: Line 1:
{{Team:TU_Munich/Header}}
{{Team:TU_Munich/Header}}
-
<html>
+
<html xmlns="http://www.w3.org/1999/xhtml">
 +
<head>
 +
<meta name="GENERATOR" content="LyX 2.0.0" />
 +
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
 +
<title>LyX Document</title>
 +
 
 +
<!-- Text Class Preamble -->
 +
 
 +
<!-- Preamble Snippets -->
 +
<style type="text/css">
 +
mstyle.mathbox { font-style: normal; }
 +
</style>
 +
<style type="text/css">
 +
mstyle.math { font-style: italic; }
 +
</style>
 +
 
 +
<!-- Layout-provided Styles -->
 +
<style type='text/css'>
 +
div.standard {
 +
text-align: left;
 +
 
 +
}
 +
h2.section {
 +
font-weight: normal;
 +
font-style: normal;
 +
font-variant: small-caps;
 +
font-size: medium;
 +
margin-top: 1.3ex;
 +
margin-bottom: 0.7ex;
 +
text-align: center;
 +
 
 +
}
 +
</style>
 +
</head>
<body>
<body>
<div id="social" class="content">
<div id="social" class="content">
<div class="subcontent ui-corner-all sublab" style="clear:both;">
<div class="subcontent ui-corner-all sublab" style="clear:both;">
-
  <h1>Modeling Guide</h1>
+
<h1>Guide</h1>
-
  <h3>Introduction</h3>
+
<p>This guide is also available as <a href="https://static.igem.org/mediawiki/2011/4/45/TumModelingguide.pdf">PDF</a>. <b>Please use Firefox 6.0 or later for the best experience of this page - if you are not using Firefox you should use the PDF.</b> </p>
-
  <p>The first step in modeling is always to choose wether you want to model your system in a stochastic or deterministic and time/state-discrete or time/state-continuous manner.</p>
+
<script src="https://2011.igem.org/Team:TU_Munich/model/guidedata?action=raw&ctype=text/js" type="text/javascript"></script>
-
<p>The most convenient way to select between a discrete and continuous model is to look at the behaviour of the variables in the real world, since it makes no sense to model single molecule interactions with quantities that include fractions of molecules. A model where the state variable is discrete in most cases limits you to a stochastical model.
+
-
If you pick a continuous model the choice to model the system with a deterministic or stochastic ansatz is highly dependent on what characteristics of the system you want to analyse in your model. For quantitative data, like what amount of Proten XY is produced, a deterministic model fits your needs. For qualitative data, like the variance in the production of Protein XY.</p>
+
-
<p>The decision between a stochastic and deterministic models is sometimes also dependant on which parameters for the system are available or rather attainable.</p>
+
-
<br>
+
-
<p>The next step is to pick a level of detail. Here your decision should be based on what level of detail is feasible and what level of detail is needed and you should always choose the lower level of those two.The feasability again depends on the available parameters and how well  the considered system is known.</p>
+
-
<p>In your implementation the the level of detail should be reflected by the tolerances that you pass to your solver and the amount of simplifications that you apply to your equations.</p>
+
-
<br>
+
-
<p>In our case we decided on a continuous deterministic model.</p>
+
-
</p>
+
-
  <br>
+
-
  <h3 id="massactionlaw">Mass Action Law</h3>
+
-
  <p>Blargh</p>
+
-
  <br>
+
-
  <h3 id="transcription">Transcription</h3>
+
-
  <p>Blargh</p>
+
-
  <br>
+
-
  <h3 id="translation">Translation</h3>
+
-
  <p>Blargh</p>
+
-
  <br>
+
-
  <h3 id="matlab">MATLAB Implementation</h3>
+
-
  <p>Blargh</p>
+
-
  <br>
+
</div>
</div>
</div>
</div>

Latest revision as of 22:30, 28 October 2011

LyX Document

Guide

This guide is also available as PDF. Please use Firefox 6.0 or later for the best experience of this page - if you are not using Firefox you should use the PDF.