59
Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Embed Size (px)

Citation preview

Page 1: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Developing Models in Virtual Cell

Susana Neves, Ph.D.

1

Page 2: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

• Part 1: Compartmental Models (ODE models)• Compartments• Components and Reactions• Kinetics• Applications

• Part 2: Spatial Models (PDE models)• Geometries• Diffusion Coefficients

– Experimental approaches» FRAP» FCS

– Estimation of Diffusion coefficents• Reactions

– FRET

2

Page 3: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Vcell Requirements

• Registration• Java

• Version 1.5 or later

• Internet connection• Vcell.org

3

Page 4: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Steps to Develop A Kinetic Model

4

Time course Dose response

Page 5: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Vcell Organization

BioModelrepresentation of the model: compartments, molecules, connectivity map, kinetics

Applications initial conditions: initial concentrations, diffusion coefficients, actual morphologies, electrical protocols, etc.

Simulations time length, time step, sampling rate, resolution, solvers to use, parameter overrides, etc.

5

Page 6: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

6

Page 7: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

BioModels

compartments

molecules

biomodels Applications

7

Page 8: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Compartments

8

Page 9: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Compartments

9

Page 10: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Molecules

10

Page 11: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Molecules

11

Page 12: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Reactions

reactions

fluxes

connectors

Right click on compartment of interest and select reactions

12

Page 13: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Reactions

Reactants connect to the left of the reaction icon, products to the right

Enzymes connect to the center of the reaction icon

13

Page 14: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Reactions

• Kinetic Type:– General– Mass Action– Henri Michaelis-Menten (irreversible)– Henri Michaelis-Menten (reversible)

14

Page 15: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Mass ActionRight click on reaction icon; select properties

15

Page 16: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Enzymatic

16

Page 17: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

ODE applicationRight click on Biomodel icon in the application box; select create deterministic application

17

Page 18: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

ODE applicationInput the volume and surface of your compartment. In this case we assume cytosol to be a sphere with a radius of 10 um

18

Page 19: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

ODE application

Select the “initial concentrations” tab. Input the initial concentrations of your molecules. Cytosolic molecules have units of uM. Membrane molecules have units of molecules/um2

Select “clamped” if the molecule of interest is supposed to be buffered (not limiting, endless supply).

19

Page 20: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

ODE applicationFor each application, it is possible to disable specific reactions under the “reaction mapping tab”

20

Page 21: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

ODE applicationSelect ”Simulation” tab and click on New, and then edit

21

Page 22: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

ODE applicationUnder the parameters tab, there will be a list of all the parameters in your application/biomodel (initial concentrations, kinetic parameters, etc).By selecting “scan” you can run several simulations simultaneously with different combinations of parameters.

22

Page 23: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

ODE applicationUnder the task tab, input the length of the simulation (in seconds), and the sampling rate (how many time samples you want to retrieve in your results)

Under the advanced tab, select solver (either variable time step or fixed time step)

23

Page 24: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

ODE applicationUpon completion, view graph results by selecting variable of interest; multiple variables can be selected by holding the ctrl key.

Right clicking on graph will allow you to change the scale of the graph.

24

Page 25: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

ODE application

Results can also be viewed in a table format. To copy data, right click25

Page 26: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

ODE applicationTo export multiple variables, click on export tab, and select time interval and variables of interest. You will get a zipped comma-delimited ASCII file that you can open in Excel.

26

Page 27: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Part 2

• Part 2: Spatial Models (PDE models)• Geometries• Diffusion Coefficients

– Experimental approaches» FRAP» FCS

– Estimation of Diffusion coefficents

• Reactions– FRET

27

Page 28: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

28

Page 29: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

29

Page 30: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

PDE Application

30

Page 31: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Upload geometry

File->New-> Geometry -> from image -> from file

Image•Tiff format•Grayscale 8 bit•Each compartment should have its own gray-scale coloring

31

Page 32: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Geometry

32

Page 33: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Geometry

((x*x+y*y)<100.0)

File>New>Geometry>Analytic>2-D

33

Page 34: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Virtual Cell

ΔV volume elementΔS surface delineating

the volume element

10 x 10 elements

The more intricate the geometry, the smaller the mesh (more elements per unit area)

34

Page 35: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Spatial Models

Assuming that the volume element ΔV, is small enough to ignore any spatial changes within it,

net flux of the species X across the surface ΔS, delineating the volume element; jn,X is the flux density

reaction term, sum of all the reaction rates vX that affect the species X.

Slepchenko BM. et al., Trends in Cell Bio 13:570 (2003)35

Page 36: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

PDE Application

Rate = (J_MEK_activates_MAPK - J_PP2A_MAPK - J_PTP - J_PTP_PKA)

J_MEK_activates_MAPK = (Vmax_MEK_activates_MAPK * MAPK_cyto / (Km_MEK_activates_MAPK + MAPK_cyto)

J_PTP = (Vmax_PTP * MAPK_active_cyto / (Km_PTP + MAPK_active_cyto) J_PTP_PKA = (Vmax_PTP_PKA * MAPK_active_cyto / (Km_PTP_PKA + MAPK_active_cyto) J_PP2A_MAPK = (Vmax_PP2A_MAPK * MAPK_active_cyto / (Km_PP2A_MAPK + MAPK_active_cyto)

PdeEquation MAPK_active Rate (J_MEK_activates_MAPK - J_PPase_MAPK - J_PTP - J_PTP_PKA);Diffusion MAPK_active_cyto_diffusionRate;Initial MAPK_active_cyto_init;

36

Page 37: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Geometry reconstructed from serial stacks of purkinje neuron

37

Page 38: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

PDE application

38

Page 39: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

PDE Application

39

Page 40: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

PDE Application

40

Page 41: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

PDE Application

41

Page 42: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

FRAP

42

Page 43: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

http://vcell.org/vcell_software/user_materials.html

FRAP tutorial

43

Page 44: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

FCS

44

Page 45: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Diffusion coefficent

45

13

GFPGFP

MW

MWD D

Where DGFP = 25 m2/s,

and MWGFP = 27 kDa.

Page 46: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

FRET

46

Page 47: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Comparing simulations to FRET imaging experiments

47

Page 48: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Modifiers

48

Page 49: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Modifiers

49

Page 50: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Modifiers

50

Page 51: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Modifiers

51

Page 52: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Parameter Estimation

52

Page 53: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Parameter Estimation

53

Page 54: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

Parameter Estimation

54

Page 55: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

PDE model of PIP2 in spines

55

Brown SA, et al.,. Analysis of phosphatidylinositol-4,5-bisphosphate signaling in cerebellar Purkinje spines. Biophys J. 2008 Aug;95(4):1795-812.

Page 56: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

PDE model of Ca++ in neuroblastoma cells

56

Fink CC, Slepchenko B, Moraru II, Watras J, Schaff JC, Loew LM. An image-based model of calcium waves in differentiated neuroblastoma cells. Biophys J. 2000 Jul;79(1):163-83.

Page 57: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

PDE model of nuclear Ran transport

57

Smith AE, Slepchenko BM, Schaff JC, Loew LM, Macara IG. Systems analysis of Ran transport. Science. 2002 Jan 18;295(5554):488-91

Page 58: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

PDE model of signaling microdomains

58

Neves SR, Tsokas P, Sarkar A, Grace EA, Rangamani P, Taubenfeld SM, Alberini CM, Schaff JC, Blitzer RD, Moraru II, Iyengar R. Cell shape and negative links in regulatory motifs together control spatial information flow in signaling networks. Cell. 2008 May 16;133(4):666-80

Page 59: Developing Models in Virtual Cell Susana Neves, Ph.D. 1

www.sciencesignaling.org

Slides from a lecture in the course Systems Biology—Biomedical Modeling

Citation: S. R. Neves, Developing models in Virtual Cell. Sci. Signal. 4, tr12 (2011).