Team:USTC-Software
From 2013.igem.org
Line 25: | Line 25: | ||
<div id="camera"> | <div id="camera"> | ||
<div class="camera_wrap camera_white_skin" id="camera_wrap_1" align="center"> | <div class="camera_wrap camera_white_skin" id="camera_wrap_1" align="center"> | ||
- | <div data-thumb="../images/IGEM.PNG" data-src="../ | + | <div data-thumb="../images/IGEM.PNG" data-src="https://static.igem.org/mediawiki/2009/9/95/2009_igem_from_above_300.jpg"> |
<div class="camera_caption fadeFromBottom">1 <em>Start</em></div> | <div class="camera_caption fadeFromBottom">1 <em>Start</em></div> | ||
</div> | </div> | ||
- | <div data-thumb="../images/IGEM.PNG" data-src="../ | + | <div data-thumb="../images/IGEM.PNG" data-src="https://static.igem.org/mediawiki/2009/9/95/2009_igem_from_above_300.jpg"> |
<div class="camera_caption fadeFromBottom">2 <em>Monitor</em></div> | <div class="camera_caption fadeFromBottom">2 <em>Monitor</em></div> | ||
</div> | </div> | ||
- | <div data-thumb="../images/IGEM.PNG" data-src="../ | + | <div data-thumb="../images/IGEM.PNG" data-src="https://static.igem.org/mediawiki/2009/9/95/2009_igem_from_above_300.jpg"> |
<div class="camera_caption fadeFromBottom">3 <em>Display</em></div> | <div class="camera_caption fadeFromBottom">3 <em>Display</em></div> | ||
</div> | </div> | ||
- | <div data-thumb="../images/IGEM.PNG" data-src="../ | + | <div data-thumb="../images/IGEM.PNG" data-src="https://static.igem.org/mediawiki/2009/9/95/2009_igem_from_above_300.jpg"> |
<div class="camera_caption fadeFromBottom">4 <em>Result</em></div> | <div class="camera_caption fadeFromBottom">4 <em>Result</em></div> | ||
</div> | </div> |
Revision as of 13:39, 23 September 2013
Overall
Genetic Network Analyze and Predict (gNAP) is a software which can model and analyze the change of new GRN constructing after exogenous gene’s import. What’s more, gNAP’s inverse prediction based on overall GRN gives some advise to experimenters before choosing the imported gene meeting their purpose.
Software
gNAP’s source code as well as GUI has been written in C++ language and and visualization parts are written in Java language. All of them can be compiled across platforms.
There are four major parts of gNAP called Start, Monitor, Result and Display.
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.
Human Practice
Genetic Network Analyze and Predict (gNAP) is a software which can model and analyze the change of new GRN constructing after exogenous gene’s import. What’s more, gNAP’s inverse prediction based on overall GRN gives some advise to experimenters before choosing the imported gene meeting their purpose.