Team:USTC-Software/Software/Overview

From 2013.igem.org

(Difference between revisions)
 
Line 49: 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>

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.