Team:USTC-Software/tutorial

From 2011.igem.org

(Difference between revisions)
Line 372: Line 372:
<h1>Tutorial</h1>
<h1>Tutorial</h1>
-
<h2>Assembly View</h2>
 
-
 
-
<p>Assembly View offers an easy-using graphical interface for working with MoDeL, which is a  rule-based modeling software for Synthetic Biology. If you haven’t read anything about MoDeL, it is recommended that you read the introduction to it first.<br/>
 
-
Assembly View is composed of 4 parts: the Main Toolbar, the Biological Components Browser, the Workspace and the Property Panel that is shared throughout Lachesis.</p>
 
-
 
-
<p>Biological Components Browser</p>
 
-
 
-
Figure1
 
-
 
-
<p>The biological components are the basic units that are used to construct models. On the left are  the compartment and plasmid units and on the right is the part searching widget.<br/>
 
-
MoDeL doesn’t use predefined sites for the sake of flexibility, but in order to provide an easy-using user interface, we allow user to store “default site” for every part. We defined “default site” property for every built-in examples so that new users can play with them before they have enough experience to design models on their own.</p>
 
-
 
-
<p>Workspace</p>
 
-
 
-
Figure2
 
-
 
-
<p>The workspace itself represents the “root” compartment (usually named “flask”). Since MoDeL only allow compartment nesting of depth two, actually the compartments inserted into the workspace can’t be nested.<br/>
 
-
You can insert components into the workspace by the method introduced in the Inserting Components section.</p>
 
-
 
-
<p>Property Panel</p>
 
-
 
-
Figure3
 
-
 
-
<p>The property panel is used throughout Lachesis. It offers a tree view of the current model component (or the entire model) so the properties of it can be viewed conveniently.</p>
 
-
 
-
<p>Main Toolbar</p>
 
-
 
-
Figure 4
 
-
 
-
<p>The main toolbar contains button for editing global model features, e.g. parameters and events, and the rightmost button is used to solve the model (by calling MoDeL) to produce a .sbml file. Just try clicking every of them, they are quite self-explaining.</p>
 
-
 
-
<p>Inserting Component</p>
 
-
<p>To insert compartment, just drag it to the workspace and drop it and it will become a child compartment of the root compartment (represented by the workspace itself).<br/>
 
-
To insert plasmid, drag and drop it to its desired parent compartment.<br/>
 
-
Inserting parts is a little more complicated: find the part in the searching widget, then drag and drop it to the workspace. If you drop a part on a plasmid, it would be treated as a sequence of DNA on that plasmid. However, if you drop it on an compartment (or the workspace), it would be treated as a species (protein or molecule) in that compartment.</p>
 
-
 
-
<p>Editing Component</p>
 
-
Figure 5
 
-
<p>To edit a component, just double-click it and edit its properties in the pop-up window. Since MoDeL doesn’t allow numbers directly present in the main body part of model definition, all numerical properties (Initial Concentration here) should be set to an redefined parameter. For example, if you want to set Initial Concentration here to 0.3, just create a parameter, e.g. init_concen, set its value to 0.3 and select init_concen here.</p>
 
-
 
-
<p>NOTE: The ids of everything in a model are in the same namespace and no one can be the same as another, i.e. you can’t give a parameter an id that is the same with a compartment.</p>
 
-
 
-
<p>Solving the Model</p>
 
-
 
-
<p>To solve the model, just click the  <em>???icon???</em> button on the main toolbar. If you are using it for the first time, Lachesis will ask you to locate the main Perl script file of MoDeL (MoDeL.pl). The guide to installation of MoDeL can be found here.<br/>
 
-
Lachesis will then call MoDeL and you just need to wait until it’s done. The resulting .sbml file will be shown in a new Lachesis main window.</p>
 
-
 
-
<h2>Behavior view</h2>
 
-
Figure 1
 
-
 
-
<p>The line editors above are used to determine several global parameters.After it’s done,the time course table below is formed.Then fill it to specify the exact behavior using values.Each of them means the concentration of a certain substance at a certain time.You can also specify each node of substance by changing its name and color (the color will represent the node in the next view).Then switch the tab and you’ll see something like this.</p>
 
-
 
-
Figure 2
 
-
 
-
<p>Also you can generate values of the concentrations by drawing rough curves like this</p>
 
-
 
-
Figure 3
 
-
 
-
<p>Remember each time you finished a curve,press the button “generate value” and that means the curve take effect.</p>
 
-
 
-
<p>Switch the tab back and you’ll get something like this</p>
 
-
 
-
Figure 4
 
-
<p>That’s the simple functions of behavior view.</p>
 
-
 
-
<h2>Network view</h2>
 
-
<p>After you open a SBML file,you can use network view to visualize the network defined by it.</p>
 
-
 
-
<p>Example below:</p>
 
-
 
-
Figure 5
 
-
 
-
<p>The green container represents compartment,the red node represents substance and the blue is reaction.</p>
 
-
 
-
<p>Use Ctrl + mouse wheel to zoom.</p>
 
-
 
-
<p>You can double click an item and modify its properties.Also the property widget on the right side is helpful to monitor item properties.</p>
 
-
 
-
Figure 6
 
-
 
-
Figure 7
 
-
 
-
<p>You can also add an item by dragging the buttons above to the scence or remove an item by pressing delete key.</p>
 
-
 
-
<p>The last 2 buttons are used to edit the lines,the straight arrow means the substance is a reactant or product of the reaction and the other means the substace is a modifier of the reaction.</p>
 
-
 
-
<p>To add a line ,first click the button,then click on the source node,then click on the destination node.Remember the two nodes are of different type.As for modification,the source must be a substance and the destination must be a reaction.</p>
 
-
 
-
<p>Each change you make will cause a corresponding modification to the model.</p>
 

Revision as of 14:50, 1 October 2011


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

Tutorial