Difference between revisions of "Team:DTU-Denmark/Model"

Line 53: Line 53:
 
<div class="row"> <!--Must sorround both content and sidebar-->
 
<div class="row"> <!--Must sorround both content and sidebar-->
 
     <div class="col-md-9 col-sm-10 colLeft"> <!-- LEFT -->
 
     <div class="col-md-9 col-sm-10 colLeft"> <!-- LEFT -->
         <div><a class="anchor" id="section-1"></a>
+
         <div><a class="anchor" id="overview"></a>
 
         <h2 class="h2">Overview</h2>
 
         <h2 class="h2">Overview</h2>
 
          
 
          
Line 63: Line 63:
 
</p>
 
</p>
 
<ol>
 
<ol>
<li>Explore how Yarrowia Lipolytica (Y.Lip) grows in different environments, and identify optimal conditions.</li>
+
<li>Explore how Yarrowia Lipolytica (Y.Lip) grows in different environments, and identify optimal conditions for growing Y.Lip.</li>
 
<li>Predict what genes can be amplified to enhance beta-carotene yield.</li>
 
<li>Predict what genes can be amplified to enhance beta-carotene yield.</li>
 
</ol>
 
</ol>
 +
 +
 +
        <h3 class="h3">Results</h3>
 +
<p>
 +
We used the most recently published GSM for Y.Lip, solved using Cameo [cameo.bio] and CobraMatlab. </p>
 +
 +
<p>
 +
We  fulfilled purpose 1: using Phenotype Phase Planes (PHPP). We investigated different Carbon sources as substrates and identified lines of optimality (the optimal relationship between substrate and oxygen uptake rates). The simulation results are supported by the substrate screening experiments, adding the value of predicting the effect of substrate uptake rates on growth behaviour.
 +
</p>
 +
<p>
 +
We fulfilled purpose 2: using Flux Scanning based on Enforced Objective Flux (FSEOF) simulations. We identified the short list of genes that could be amplified to optimize beta-carotene production.
 +
</p>
 +
<p>
 +
The results will serve as excellent starting point and guidance for future genetic engineering efforts in the lab.
 +
</p>
 
 
 
              
 
              

Revision as of 00:04, 19 October 2016

New HTML template for the wiki




Bootstrap Example

Genome Scale Modelling

What medium should I use to grow my microorganism? Which genes should I mutate to make my organism produce more beta-carotene? Let genome scale modelling help you design your dream organism. A genome scale model (GSM) is a computational representation of the metabolic network, containing information about the metabolites, reactions, genes and more. Using a GSM of Y.Lip, we explored how Y.Lip grows on different substrates. We compared it to S.cer to see the pros and cons of each organism. We also found out what genes need to be manipulated to optimize beta-carotene production.


Overview

A Genome-scale-model (GSM) is a representation of the metabolic network in a form that computers can understand, and make calculations to predict the fluxes (rates of reactions).

We used GSM for two purposes,

  1. Explore how Yarrowia Lipolytica (Y.Lip) grows in different environments, and identify optimal conditions for growing Y.Lip.
  2. Predict what genes can be amplified to enhance beta-carotene yield.

Results

We used the most recently published GSM for Y.Lip, solved using Cameo [cameo.bio] and CobraMatlab.

We fulfilled purpose 1: using Phenotype Phase Planes (PHPP). We investigated different Carbon sources as substrates and identified lines of optimality (the optimal relationship between substrate and oxygen uptake rates). The simulation results are supported by the substrate screening experiments, adding the value of predicting the effect of substrate uptake rates on growth behaviour.

We fulfilled purpose 2: using Flux Scanning based on Enforced Objective Flux (FSEOF) simulations. We identified the short list of genes that could be amplified to optimize beta-carotene production.

The results will serve as excellent starting point and guidance for future genetic engineering efforts in the lab.

Theory

Why? to explore how to grow y.lip efficiently. To optimize b-carotene produciton by amplifying or deleting genes.

This is done by using genome-scale modelling,

And we found that...

Genome-scale Modelling

The following explains the mathematical basis for genome-scale modeling (GSM). In short, a metabolic network can be modeled as linear equations and optimized by solving the corresponding linear program. The output is the set of reaction rates for all reactions in the network along with the set of shadow prices associated with the metabolites. Both play important roles in the subsequent phenotype phase plane analysis.

A simple metabolic network

Consider a very simple metabolic network with two metabolites, \(A\) and \(B\), where \(A\) flows into the cell with rate \(r_1\), is converted into \(B\) with rate \(r_2\), which is then excreted from the cell with rate \(r_3\): $$ \begin{split} & \xrightarrow{r_1} A \\ A & \xrightarrow{r_2} B \\ B & \xrightarrow{r_3} \\ \end{split} $$ Under a steady-state assumption, i.e. where all metabolite levels are constant and no metabolite can be accumulated in the system, the formation and degradation rates for each metabolite must cancel each other. For the network above, this is equivalent to the following set of constraints: $$ \begin{split} A:& \quad r_1 - r_2 = 0 \\ B:& \quad r_2 - r_3 = 0 \end{split} $$

The linear program

Now, consider the full genome-scale model of Yarrowia lipolytica with \(M\) = 1683 metabolites and \(R\) = 1985 reactions.

Let \(r = (r_1, ... , r_R)\) be the vector of the \(R\) reaction rates, and similarly let \(m = (m_1, ... ,m_M)\) be the vector of the \(M\) metabolites. The reaction of which the rate is to be maximized, for example the biomass function, is then denoted the objective function and can be expressed as, $$ f(r) = r_{\text{obj}} $$ Now, for \(m_i\), the equality constraint \(c_i\) can be expressed as a sum of all \(r_j\) weighted by the stoichiometric coefficients \(a_{ij}\), where \(a_{ij}\) = 0 for reactions that do not affect the concentration of the considered metabolite. Thus, $$ c_i(r) = \sum\limits_{j=1}^R a_{ij}r_j $$ Which is just a generalization of the constraints of the two-metabolite network presented in the previous section. In addition to the steady-state constraints on the metabolites, for each reaction rate, \(r_j\), there is a lower and an upper bound (\(l_j\) and \(u_j\)). These inequality constraints can be expressed as, $$ \begin{split} c_{j,l} &= r_j \geq l_j \iff r_j - l_j \geq 0 \\ c_{j,u} &= r_j \leq u_j \iff -r_j + u_j \geq 0 \end{split} $$ Having the objective function and the constraints well-stated, the linear program can be formulated in standard form: $$ \begin{split} \max \quad & f(x) \\ s.t. \quad c_i &= 0 \quad \forall i \\ c_j &\geq 0 \quad \forall j \end{split} $$ Solving this program is equal to optimizing the genome-scale model. In order to accomplish that, it is necessary to define the so-called Lagrangian Function.

Solution to FBA and shadow prices

For each constraint \(c_i\) on the metabolite \(m_i\), let \(\lambda_i\) be the associated Lagrange multiplier or shadow price, let \(\lambda = (\lambda_i,...,\lambda_M)\) and let \(c = (c_1,...,c_M, c_{M+1}...,c_{M+R})\). Now, define the Lagrangian function: $$ \mathcal{L}(\lambda,r) = f(r) - \lambda^Tc(r) $$ The solution to the linear program is then found by solving the system, $$ \begin{pmatrix} \bigtriangledown \mathcal{L}(\lambda,c,r) \\ c(r) \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \end{pmatrix} $$ Then, the output will consist of the set \(f(r),r,\lambda)\), i.e. the reaction rates (including the one corresponding to the objective function) and the shadow prices. In our case, the linear program was solved in COBRA, which uses a simplex algorithm by default. The objective function and constraints were based on an SBML model. REFERENCE Further mathematical details are omitted. REFERENCE.

model validation

Paragraph

Paragraph

phpp

Paragraph

Paragraph

Adding B_carotene reactions

Paragraph

Paragraph

what genes to amp? FVA and differential FVA

Paragraph

Paragraph

what genes to amp FSEOF

Paragraph

Paragraph

what genes to ko? optgene

Paragraph

Paragraph

lmoma and room results

Paragraph

Paragraph

Results

Has ut facer debitis, quo eu agam purto. In eum justo aeterno. Sea ut atqui efficiantur, mandamus deseruisse at est, erat natum cum eu. Quot numquam in vel. Salutatus euripidis moderatius qui ex, eu tempor volumus vituperatoribus has, ius ea ullum facer corrumpit.

phpp on y.lip and s.cer on diff. substrates

Paragraph

Paragraph

what genes to amp and ko

Paragraph

Paragraph

so whta does this means?

Paragraph

Paragraph

Section 4

Has ut facer debitis, quo eu agam purto. In eum justo aeterno. Sea ut atqui efficiantur, mandamus deseruisse at est, erat natum cum eu. Quot numquam in vel. Salutatus euripidis moderatius qui ex, eu tempor volumus vituperatoribus has, ius ea ullum facer corrumpit.

Section 5

Has ut facer debitis, quo eu agam purto. In eum justo aeterno. Sea ut atqui efficiantur, mandamus deseruisse at est, erat natum cum eu. Quot numquam in vel. Salutatus euripidis moderatius qui ex, eu tempor volumus vituperatoribus has, ius ea ullum facer corrumpit.

Section 6

Has ut facer debitis, quo eu agam purto. In eum justo aeterno. Sea ut atqui efficiantur, mandamus deseruisse at est, erat natum cum eu. Quot numquam in vel. Salutatus euripidis moderatius qui ex, eu tempor volumus vituperatoribus has, ius ea ullum facer corrumpit.

Attributors

Niko, Joao, Mikael, Kristian, Anne Sophie, Patrice, Julian, Anders, Eduard, Martin, Biosustain slack

  • FIND US AT:
Facebook Twitter
  • DTU BIOBUILDERS
  • DENMARK
  • DTU - SØLTOFTS PLADS, BYGN. 221/002
  • 2800 KGS. LYNGBY

  • E-mail:
  • dtu-biobuilders-2016@googlegroups.com
  • MAIN SPONSORS:
Lundbeck fundation DTU blue dot Lundbeck fundation Lundbeck fundation