Team:USTC-Software/Software/Overview

From 2013.igem.org

(Difference between revisions)
(Created page with "{{USTC-Software/hidden}} {{USTC-Software/header}} <html> <head> <title>Overview</title> <script type="text/javascript" async="" src="https://2013.igem.org/Team:USTC-Software...")
 
(11 intermediate revisions not shown)
Line 6: Line 6:
     <title>Overview</title>
     <title>Overview</title>
-
<script type="text/javascript" async="" src="https://2013.igem.org/Team:USTC-Software/Software/Overview/js/slide?action=raw&ctype=text/javascript"></script>
+
<script type="text/javascript" async="" src="https://2013.igem.org/Team:USTC-Software/Software/Overview/js/slide_1?action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" async="" src="https://2013.igem.org/Team:USTC-Software/Software/Overview/js/slide_2?action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" async="" src="https://2013.igem.org/Team:USTC-Software/Software/Overview/js/slide_3?action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" async="" src="https://2013.igem.org/Team:USTC-Software/Software/Overview/js/slide_4?action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" async="" src="https://2013.igem.org/Team:USTC-Software/Software/Overview/js/slide_5?action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" async="" src="https://2013.igem.org/Team:USTC-Software/Software/Overview/js/slide_6?action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" async="" src="https://2013.igem.org/Team:USTC-Software/Software/Overview/js/slide_7?action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" async="" src="https://2013.igem.org/Team:USTC-Software/Software/Overview/js/slide_8?action=raw&ctype=text/javascript"></script>
 +
 
 +
 
 +
 
<link rel="stylesheet" type="text/css" href="https://2013.igem.org/Team:USTC-Software/Software/Overview/css?action=raw&ctype=text/css" media="all">
<link rel="stylesheet" type="text/css" href="https://2013.igem.org/Team:USTC-Software/Software/Overview/css?action=raw&ctype=text/css" media="all">
Line 16: Line 26:
<body>
<body>
-
<div id="home2">
+
<div id="home_overview">
<h1>Overview</h1>
<h1>Overview</h1>
Line 22: Line 32:
   <div id="overview_contain">
   <div id="overview_contain">
             <h2>[SOFTWARE]</h2>
             <h2>[SOFTWARE]</h2>
-
             <div id="description_l">
+
             <div id="overview_l">
             <h3>BASIC FUNCTION</h3>
             <h3>BASIC FUNCTION</h3>
             <p>Our application aims to simulate genetic networks. The application analyzes the stability of genetic networks after introduction of exogenous genes. Meanwhile, given the specific purposes of the original network, the application traces the regulative process back and gives possible regulative patterns of new gene.</p>
             <p>Our application aims to simulate genetic networks. The application analyzes the stability of genetic networks after introduction of exogenous genes. Meanwhile, given the specific purposes of the original network, the application traces the regulative process back and gives possible regulative patterns of new gene.</p>
Line 28: Line 38:
-
             <div id="description_r">
+
             <div id="overview_r">
             <h3>APPROACH & METHODOLOGY</h3>
             <h3>APPROACH & METHODOLOGY</h3>
             <p> The software is comprised of several modules as shown below:Introduction of modules:</p>
             <p> The software is comprised of several modules as shown below:Introduction of modules:</p>
             </div>
             </div>
-
         <div id="description_r">
+
         <div id="overview_r">
Line 39: Line 49:
           <div id="jobs_container">
           <div id="jobs_container">
        <div class="jobs_trigger"><span>1</span> <strong> Data Fetching</strong></div>
        <div class="jobs_trigger"><span>1</span> <strong> Data Fetching</strong></div>
-
<div class="jobs_item" style="display: none;"><p class="bodytext"><p>It is a alterable one which could be rewrite for different database document. Our model is based on the database of RegulonDB. We simulate all the TF gene regulation from the download data in this <wbr />website:<a href="" style="color:#09F;">http://regulondb.ccg.unam.mx/menu/download/<br />datasets/index.jsp</a>
+
<div class="jobs_item" style="display: none;"><p class="bodytext"><p>It is a alterable one which could be rewrite for different database document. Our model is based on the database of RegulonDB. We simulate all the TF gene regulation from the download data in this <wbr />website:<a href="" style="color:#006bb6;">http://regulondb.ccg.unam.mx/menu/download/<br />datasets/index.jsp</a>
There are 166 genes in the genetic network whose interactions are fetched from TF-TF Interaction file and we also search all those genes’ information in Gene Sequence file. Such as  gene identifier assigned by RegulonDB, gene left & right end position in the genome and gene sequence.</p>
There are 166 genes in the genetic network whose interactions are fetched from TF-TF Interaction file and we also search all those genes’ information in Gene Sequence file. Such as  gene identifier assigned by RegulonDB, gene left & right end position in the genome and gene sequence.</p>
                 </div>
                 </div>
Line 65: Line 75:
It is probability to the range of random factor ,  means the probability of [0,1],  means the probability of [-1,0],  is the similarity of gene sequences and amino acids.
It is probability to the range of random factor ,  means the probability of [0,1],  means the probability of [-1,0],  is the similarity of gene sequences and amino acids.
As a result, the error of the regulation factor is minimized by random sow. Finally, we figure out a new regulatory factor matrix combine with original genetic network.
As a result, the error of the regulation factor is minimized by random sow. Finally, we figure out a new regulatory factor matrix combine with original genetic network.
-
Based on the matrix of regulation relationships, this software sets up the differential equations from which we could figure out the concentration of the material from one moment to the next.<img src="images/HILL EQUAL.png" />
+
Based on the matrix of regulation relationships, this software sets up the differential equations from which we could figure out the concentration of the material from one moment to the next.<img src="https://static.igem.org/mediawiki/2013/9/9d/USTC-Software_HILL_EQUAL.png" />
   (Hill’s Equation)
   (Hill’s Equation)
The simulation runs until the network is stable, which means the concentration of material in the network is basically constant. In order to compare the stability between the original network and the new one, the simulation of the original network will be done as well. More random numbers will be adopted as repeating the simulation.
The simulation runs until the network is stable, which means the concentration of material in the network is basically constant. In order to compare the stability between the original network and the new one, the simulation of the original network will be done as well. More random numbers will be adopted as repeating the simulation.
Line 73: Line 83:
           </div><!--jobs container-->
           </div><!--jobs container-->
-
           </div><!--descriptions r-->
+
           </div>
Line 79: Line 89:
-
           <div id="description_l">
+
           <div id="overview_l">
<h3>PURPOSE & BACKGROUND</h3>
<h3>PURPOSE & BACKGROUND</h3>
<p>Synthetic biology has been working on transforming target organisms, which usually means integrating new genes with an available network to achieve a high expression level of certain compounds. Nevertheless, the new-integrated genes are always not the original parts of the target metabolic network, so it is hard to predict how the new genes will affect the network. In some cases, new genes may even lead the network to a breakdown unexpected by wet lab experimenter.
<p>Synthetic biology has been working on transforming target organisms, which usually means integrating new genes with an available network to achieve a high expression level of certain compounds. Nevertheless, the new-integrated genes are always not the original parts of the target metabolic network, so it is hard to predict how the new genes will affect the network. In some cases, new genes may even lead the network to a breakdown unexpected by wet lab experimenter.
Line 86: Line 96:
           </div>  
           </div>  
-
           <div id="description_l">
+
           <div id="overview_l">
<h3>SIGNIFICANCE & INNOVATION</h3>
<h3>SIGNIFICANCE & INNOVATION</h3>
<p> The software provides a great model as a reference before wet lab experiments. It provides suggestions on both specific practicality and input of exogenous gene. Meanwhile, the software is comprised of separate modules, which can be customized for different database and optimized as the amount of users grows.
<p> The software provides a great model as a reference before wet lab experiments. It provides suggestions on both specific practicality and input of exogenous gene. Meanwhile, the software is comprised of separate modules, which can be customized for different database and optimized as the amount of users grows.

Latest revision as of 08:24, 14 August 2013

Slide

Take a gNAP before wearing your gloves! Genetic Network Analyze and Predict
The sketch and final GUI of gNAP!
We compare the result of our software with gene expression profile in literature.
We are USTC-Software!
Overview

Overview

[SOFTWARE]

BASIC FUNCTION

Our application aims to simulate genetic networks. The application analyzes the stability of genetic networks after introduction of exogenous genes. Meanwhile, given the specific purposes of the original network, the application traces the regulative process back and gives possible regulative patterns of new gene.

APPROACH & METHODOLOGY

The software is comprised of several modules as shown below:Introduction of modules:

1 Data Fetching
2 Alignment to Get New Regulation
3 Suggestion of New Gene
4 Simulation Network

PURPOSE & BACKGROUND

Synthetic biology has been working on transforming target organisms, which usually means integrating new genes with an available network to achieve a high expression level of certain compounds. Nevertheless, the new-integrated genes are always not the original parts of the target metabolic network, so it is hard to predict how the new genes will affect the network. In some cases, new genes may even lead the network to a breakdown unexpected by wet lab experimenter. On the other hand, some wet lab experimenters also expect that target organisms could increase some original gene’s expression. As a reference to those experiment, our software put a virtual gene into the network and figure out its best regulation. To achieve wet lab’s purpose, experimenter could find a specific gene based on our prediction regulation. Lots of simulations of metabolic networks have been done with various methods. Most of them concentrate on the network itself and some of them analyze those network’s stability, robustness and Flux Balance Analysis (FBA).

SIGNIFICANCE & INNOVATION

The software provides a great model as a reference before wet lab experiments. It provides suggestions on both specific practicality and input of exogenous gene. Meanwhile, the software is comprised of separate modules, which can be customized for different database and optimized as the amount of users grows. Previously, we could not find any specific work on the simulation and analysis of the newly introduced genes’ impact on regulation networks, and also those softwares were unavailable, which makes our software an innovation in the field. Algorithmically, the software aims to complete the simulation based on a small amount of lab data as possible.