Team:USTC-Software/project

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
__NOTOC__
__NOTOC__
{{:Team:USTC-Software/temp}}
{{:Team:USTC-Software/temp}}
Line 363: Line 364:
<p>We have developed several useful plug-ins to justify our motivation as well as make Lachesis a powerful tool for designing and simulating Synthetic Biology models. Lachesis is coded with C++ and Qt. We welcome everyone to develop more helpful plug-ins for Lachesis.</p>
<p>We have developed several useful plug-ins to justify our motivation as well as make Lachesis a powerful tool for designing and simulating Synthetic Biology models. Lachesis is coded with C++ and Qt. We welcome everyone to develop more helpful plug-ins for Lachesis.</p>
-
<p>Documents parsers</p>
+
<p><strong>Documents parsers</strong></p>
<p>Currently, we provide support for .sbml file, .model file and various kinds of other file types.</p>
<p>Currently, we provide support for .sbml file, .model file and various kinds of other file types.</p>
-
<p>Models</p>
+
<p><strong>Models</strong></p>
<p>1) Reaction Network Model represents an biological reaction network,e.g. read from an .sbml file,</p>
<p>1) Reaction Network Model represents an biological reaction network,e.g. read from an .sbml file,</p>
-
<p>2) MoDeL model represents an model for the software MoDeL, which is an refactored and superior version of our last year’s project iGaME.</p>
+
<p>2) MoDeL model represents an model for the software MoDeL, which is an refactored and superior version of our last year's project iGaME.</p>
-
<p>Views</p>
+
<p><strong>Views</strong></p>
<p>1)      Assembly View provides an easy-using graphical interface for working with MoDeL,</p>
<p>1)      Assembly View provides an easy-using graphical interface for working with MoDeL,</p>
<p>2)      Network View provides an graphical interface for editing biological reaction network,</p>
<p>2)      Network View provides an graphical interface for editing biological reaction network,</p>
-
<p>3)      Parameter fitting view(still under construction) can analysis synthetic biology models’ behavior with respect to parameter changing, and tune parameters to give the desired behavior.</p>
+
<p>3)      Parameter fitting view(still under construction) can analysis synthetic biology models' behavior with respect to parameter changing, and tune parameters to give the desired behavior.</p>
-
<p>Technology & Algorithms</p>
+
<p><strong>Technology & Algorithms</strong></p>
<p>Chen Liao refactored iGaME to from the software package MoDeL, which is a rule-based modeling approach for synthetic biology under
<p>Chen Liao refactored iGaME to from the software package MoDeL, which is a rule-based modeling approach for synthetic biology under
development.</p>
development.</p>
Line 389: Line 390:
               <li><a href="https://2011.igem.org/Team:USTC-Software/assessment">Assessment Section</a></li>
               <li><a href="https://2011.igem.org/Team:USTC-Software/assessment">Assessment Section</a></li>
               <li><a href="https://2011.igem.org/Team:USTC-Software/tutorial">Tutorial</a></li>
               <li><a href="https://2011.igem.org/Team:USTC-Software/tutorial">Tutorial</a></li>
-
          </ul>
+
  </ul>
</div>
</div>
    
    

Revision as of 16:33, 30 September 2011


Team:USTC-Software - 2011.igem.org/project

Project Lachesis

Introduction

What is Lachesis?

The project Lachesis aims at providing and integrated, easy-using and extensible CAD environment for the general purpose of Synthetic Biology.

To achieve this goal, Lachesis adopts an plug-in based structure. We provide the following three categories of plug-ins:Document parsers that handles various types of files, such as SBML and MoDeL.

Models that each represents a specific kind of synthetic biological model.

Views that present graphical user interface for users to work with biological models.


Available Features for Now

We have developed several useful plug-ins to justify our motivation as well as make Lachesis a powerful tool for designing and simulating Synthetic Biology models. Lachesis is coded with C++ and Qt. We welcome everyone to develop more helpful plug-ins for Lachesis.

Documents parsers

Currently, we provide support for .sbml file, .model file and various kinds of other file types.

Models

1) Reaction Network Model represents an biological reaction network,e.g. read from an .sbml file,

2) MoDeL model represents an model for the software MoDeL, which is an refactored and superior version of our last year's project iGaME.

Views

1) Assembly View provides an easy-using graphical interface for working with MoDeL,

2) Network View provides an graphical interface for editing biological reaction network,

3) Parameter fitting view(still under construction) can analysis synthetic biology models' behavior with respect to parameter changing, and tune parameters to give the desired behavior.

Technology & Algorithms

Chen Liao refactored iGaME to from the software package MoDeL, which is a rule-based modeling approach for synthetic biology under development.

Xudong Sun designed an algorithm for parameter analyzing for biological reaction network. We currently working on re-implementing the algorithm to provide an efficient graphical interface and free users from mathematical details.

Continue reading: