GithubHelp home page GithubHelp logo

ustckun / ustc-software2013 Goto Github PK

View Code? Open in Web Editor NEW
3.0 5.0 8.0 252 KB

iGEM

Home Page: http://2013.igem.org/Team:USTC-Software

License: Other

C++ 86.67% C 11.64% Objective-C 1.38% Prolog 0.31%

ustc-software2013's Introduction

USTC-Software 2013

We are USTC-Software, a team from University of Science and Technology of China. We will be competing in iGem 2013!

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

gNAP: Genetic Network Analyse and Predict

This software contains four parts, dealing with separate functions in forward and backward modeling of GRN(Genetic Regulatory Network) analyse. #####1. Start##### #####2. Monitor##### #####3. Result##### #####4. Display#####

###Start###

Start is used to prepare for the later analysis and prediction. In this part, users could input their database downloaded on Internet and sequences of exogenous gene which is needed to analyse. Also, if not input sequence in Start, users could also use the "Predict" function in next part.

###Monitor###

Monitor undertakes several functions of our software as the core methods of gNAP. First of them is Analyse function which figure out the network change when input an exogenous gene. In the same time a score presenting stablility of new GRN by statist stable time and value variation for lots of times. Analyse result could be saw intuitively in Result part next. Secondly, Predict function use target gene exprssion to figure out possible interaction whose result could also receive in Result.

###Result###

Result is a output part which contains all results of operations used. It is easy to read each gene's information and changing consequence in this part. What's more, all gene information could be output in SBOL.

###Display###

Display

This software can be built on Windows, Linux and MacOS operating platform.

For more information, please refer to our wiki page.

####Source Files#### gNAP floder contains the command line source files in Code floder and GUI source files.The command line source files are written in C++ language and visualization parts are written in Java language. Both of them can be complied across platforms.

The GUI source files are written in C++ language with Qt Creator, it can also be compiled across platforms using Qt 5.1.0, which can be found here.

####Database#### The example database has been put into data floder and it can also be downloaded from RegulonDB, which can be found here.

The data which used in gNAP is flexible. All database in those form could be read in our software.

###Contacts###

For any questions, feel free to contact:

Chenkun Wang([email protected])

Jinyang Li([email protected])

ustc-software2013's People

Contributors

ustckun avatar jinyangustc avatar liaoxyn avatar rocpzhang avatar lunayi avatar

Stargazers

jane avatar  avatar  avatar

Watchers

James Cloos avatar Francis Chen avatar  avatar  avatar  avatar

ustc-software2013's Issues

A memory leak in EasytoDebug.cpp

The lines 12~13 in EasytoDebug.cpp:

    char *s=new char;
    fscanf(temp,"%d %s",&number,s);

I think this will make memory leak, because s is just allocated one char but is used as a string.

A confusing statement in GRN.cpp

The lines 29~33 in GRN.cpp

if (((rand() % 100) / 100.0) < 0.5) {
   new_GRN[i][j] = 0;
} else {
   new_GRN[i][j] = 0;
}

What's the difference between then and else branches?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.