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

Herbert M Sauro ([email protected])h. Install from the web site sys-bio.org

Embed Size (px)

Citation preview

Page 1: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

Group Meeting

SBW/JARNAC TUTORIAL

Herbert M Sauro ([email protected])

Page 2: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

Group Meeting

INSTALLATIONInstall from the web site sys-bio.org

Page 3: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

Group Meeting

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

Page 4: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

Group Meeting

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

Page 5: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

5

Systems Biology Workbench

Page 6: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

6

Systems Biology Workbench

Auto Update

Page 7: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

7

Systems Biology Workbench

A main entry point for many users

Page 8: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

8

Systems Biology Workbench

Other possible entry points

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

Page 9: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

9

Systems Biology Workbench

Access to biomodels

Page 10: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

10

Systems Biology Workbench

Layout networks

General Network Viewer

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

Page 11: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

11

Jarnac

Page 12: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

12

Jarnac

Jarnac:

Page 13: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

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: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

14

Jarnac: Run the Model

Page 15: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

15

Running a Model

Page 16: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

16

Running a Model

Page 17: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

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: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

18

Now start on the Jarnac Tutorials

Page 19: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

19

General Simulation Tool

Page 20: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

20

Try a Simple Simulation1. Start the Simulation Tool

2. Click on the new button (top left)

Page 21: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

21

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

Third button from the right.

Page 22: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

22

Try a Simple Simulation

Click to run simulation

Page 23: Herbert M Sauro (hsauro@u.washington.edu)h. Install from the web site sys-bio.org

23

Access Data

Copy simulation data tothe clipboard or load into Excel