| Author | Topic |
Posts: 6
Registered: September 2003
|
|
stochastic/ODE models
|
10 Mar '06 14:44

|
 |
|
I don't have a solution to offer to this problem (representing stochastic
models in SBML), if indeed it is a problem. However, I have recently
described the theory of a particular solution to a related problem:
Defining a high-level modeling language, complete with syntax and
corresponding formal semantics, for the unified modeling of stochastic
processes and deterministic dynamics in biology (with various other
optional properties as well such as constraints, spatial continuity,
and variable structure). This theory is outlined briefly here:
http://www.arxiv.org/pdf/cs.AI/0511073
and at greater length here:
http://computableplant.ics.uci.edu/papers/StochProcSemanticsTR.pdf .
A longer MS with working examples will eventually be forthcoming.
Perhaps this will be useful, and you have my apologies for the
distraction if it isn't.
-Eric
>Seems to make sense to me. I would agree that there is a real problem
>with representing stoachstic models in the current SBML, we are
>confronted with this problem almost every week. I know that Mike and
>others wrote a draft for something along these lines, but I suspect
>nothing happened afterwards beause it looked a bit too complicated for
>the rest of us to implement.
>
>Herbert
>
>-----Original Message-----
>From: Stefan Hoops [mailto:shoops@vbi.vt.edu]
>Sent: Friday, March 10, 2006 10:28 AM
>To: sbml-discuss@caltech.edu
>Subject: Re: [sbml-discuss] Multiple kineticLaw Sections Per Reaction
>
>Hello All
>
>I think what we see here is again the problem that SBML originally was
>only developed fro ODE based modelling. We all know that we have moved
>far beyond that however one crucial component of SBML has not kept
>track.
>
>This component in my opinion is the way we specify the kinetic laws. A
>kinetic law for a stochastic model is different from the kinetic law for
>an ODE model. This discussion makes that clear again.
>
>I suggest that we start a discussion on how to deal with this issue.
>
>My propose to create a new object "kinetic law". The real contend will
>be in subclasses derived from this. Two subclasses come immediately into
>my mind these are "ODE kinetic law" and "stochastic kinetic law". The
>ODE kinetic law is what we currently understand under kinetic law. The
>stochastic kinetic law could have a forward and a backward probability.
>Additional subclasses can be envisioned and added.
>
>A reaction may have only one entity of each subclass of the kinetic law.
>The reason for this restriction is that each tool now easily can decide
>which law to use dependent on the type of simulation/analysis intended.
>In addition allowing multiple different subclasses of "kinetic law"
>would allow us to store a stochastic and an "equivalent" ODE model in
>the same file.
>
>What are your thoughts on this?
>
>
>Thanks,
>Stefan
>
>--
>Stefan Hoops, Ph.D.
>Senior Project Associate
>Virginia Bioinformatics Institute - 0477 Virginia Tech Bioinformatics
>Facility I Blacksburg, Va 24061, USA
>
>Phone: (540) 231-1799
>Fax: (540) 231-2606
>Email: shoops@vbi.vt.edu
--
Eric Mjolsness
Institute for Genomics and Bioinformatics, and
Departments of Computer Science and Mathematics
University of California, Irvine
emj@uci.edu
http://www.ics.uci.edu/~emj
|
|
|