Top Banner
Group Meeting SBW/JARNAC TUTORIAL Herbert M Sauro (h [email protected])
23

SBW/ Jarnac Tutorial

Feb 22, 2016

Download

Documents

cybele

Herbert M Sauro ( h [email protected] ). SBW/ Jarnac Tutorial. Install from the web site sys-bio.org. Installation. From http://sourceforge.net/projects/sbw/. Installation. From http://sourceforge.net/projects/sbw/. Installation. Systems Biology Workbench. - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: SBW/ Jarnac Tutorial

Group Meeting

SBW/JARNAC TUTORIAL

Herbert M Sauro ([email protected])

Page 2: SBW/ Jarnac Tutorial

Group Meeting

INSTALLATIONInstall from the web site sys-bio.org

Page 3: SBW/ Jarnac Tutorial

Group Meeting

INSTALLATIONFrom http://sourceforge.net/projects/sbw/

Page 4: SBW/ Jarnac Tutorial

Group Meeting

INSTALLATIONFrom http://sourceforge.net/projects/sbw/

Page 5: SBW/ Jarnac Tutorial

5

Systems Biology Workbench

Page 6: SBW/ Jarnac Tutorial

6

Systems Biology Workbench

Auto Update

Page 7: SBW/ Jarnac Tutorial

7

Systems Biology Workbench

A main entry point for many users

Page 8: SBW/ Jarnac Tutorial

8

Systems Biology Workbench

Other possible entry points

Jarnac: Script based modeling toolJarnacLite: Small version of aboveJDesigner: Visual design tool

Page 9: SBW/ Jarnac Tutorial

9

Systems Biology Workbench

Access to biomodels

Page 10: SBW/ Jarnac Tutorial

10

Systems Biology Workbench

Layout networks

General Network Viewer

Models Translators to:Matlab, C, Java, C#, Jarnac, etc

Page 11: SBW/ Jarnac Tutorial

11

Jarnac

Page 12: SBW/ Jarnac Tutorial

12

Jarnac

Jarnac:

Page 13: SBW/ Jarnac Tutorial

13

Try a Simple SimulationThe model editing window should appear,type the following in the window:

p = defn cell S1 -> S2; k1*S1; S2 -> S3; k2*S2;end;

p.S1 = 10;p.S2 = 0;p.S3 = 0;

p.k1 = 0.34;p.k2 = 1.3;

Page 14: SBW/ Jarnac Tutorial

14

Jarnac: Run the Model

Page 15: SBW/ Jarnac Tutorial

15

Running a Model

Page 16: SBW/ Jarnac Tutorial

16

Running a Model

Page 17: SBW/ Jarnac Tutorial

17

Using the Script to Run a Modelp = defn cell S1 -> S2; k1*S1; S2 -> S3; k2*S2;end;

p.S1 = 10;p.S2 = 0;p.S3 = 0;

p.k1 = 0.34;p.k2 = 1.3;

m = p.sim.eval (0, 10, 100);graph (m);

Page 18: SBW/ Jarnac Tutorial

18

Now start on the Jarnac Tutorials

Page 19: SBW/ Jarnac Tutorial

19

General Simulation Tool

Page 20: SBW/ Jarnac Tutorial

20

Try a Simple Simulation1. Start the Simulation Tool

2. Click on the new button (top left)

Page 21: SBW/ Jarnac Tutorial

21

Try a Simple SimulationMove the mode to the simulationTool by clicking on:

Third button from the right.

Page 22: SBW/ Jarnac Tutorial

22

Try a Simple Simulation

Click to run simulation

Page 23: SBW/ Jarnac Tutorial

23

Access Data

Copy simulation data tothe clipboard or load into Excel