Team:USTC-Software/kuntest

From 2013.igem.org

(Difference between revisions)
(Created page with "{{USTC-Software/hidden}} {{USTC-Software/header}} <!--{{USTC-Software/project}}--> <html> <head> <title>Methodologies</title> <script type="text/javascript" src="http://igem...")
Line 370: Line 370:
     </p>
     </p>
   </div>
   </div>
 +
</div>
<div class="jobs_trigger"><strong>Network Model</strong></div>
<div class="jobs_trigger"><strong>Network Model</strong></div>
   <div class="jobs_item" style="display: none;">
   <div class="jobs_item" style="display: none;">

Revision as of 13:56, 27 October 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!


Methodologies

Methodologies

In order to simulate the GRN's working and analyze the changing after exogenous gene imported, some advanced algorithms and classical methods are employed in the software. These algorithms and methods include Binary Tree method, Needle-Wunsch Algorithm, Decision Tree method, Hill Equation and PSO Algorithm.

There are four parts of methodologies: Database, Operon Theory and Regulatory Model, Forward Analysis and Reverse Analysis.

Database

Abstract
Fetch Regulation
Fetch Gene Info
Fetch Promoter Info
Integration

Our software integrates all information we picked out about genes and generates a file named “all_info” —— all information about genes —— for the output graphical interface's reading. In the meanwhile, the array of objects containing all information has been stored in computer memory which greatly improve the computing speed of our software.

  The format of all_info database:
    No.    promoter_sequence    gene_sequence    gene_name    ID    left_position    right_position    promoter_name     description
The fetching module generates three files: old_GRN, all_info and uncertain_database.

Operon Theory and Regulatory Model

Operon Theory
Regulatory Model
Similarity and Homology

Forward Analysis

Construct New GRN