Forums

F.A.Q. F.A.Q.    Register Register    Login Login    Home Home
Search Search
SBML Discussions » sbml-discuss » problem with SBML events
Show: Today's Posts  :: Message Navigator
| Subscribe to topic 
Return to the default flat view Create a new topic Submit Reply
AuthorTopic
Sven Sahle


Posts: 82
Registered:
September 2003
Re: problem with SBML events 07 May '09 10:52 Go to previous messageGo to previous message

Hello Luca,


Am 07.05.2009 um 19:12 schrieb Luca Freschi:

>
> I have a chemical reaction:
> e.g. : a => b
> with one parameter:
> kinetic_constant=value_1
>
> I want to describe an event like this:
> at a defined time (e.g. t=12 s): kinetic_constant=value_2
>
> Is it possible to describe events like this with SBML?


There are at least two ways to do this, you should choose according to
what features your software supports.

In any case you will have to define a global parameter for the
kinetic_constant (not a local parameter in the reaction).

Then you could use an event. The event can be triggered by a condition
like "time>=12" and then assign a new value to the kinetic constant
(see the paraphs about events in the specification).

Alternatively you can define an assignment rule for the kinetic
parameter using a piecewise defined function like "if time<12 then
value_1 else value_2". see the paragraphs about assignment rules and
the paragraph about mathML for how to write the piecewise function in
mathml.

Sven

Dr. Sven Sahle
Abteilung Modellierung biologischer Prozesse
Universität Heidelberg, BIOQUANT/Zoologie



____________________________________________________________
To manage your sbml-discuss list subscription, visit
https://utils.its.caltech.edu/mailman/listinfo/sbml-discuss

For a web interface to the sbml-discuss mailing list, visit
http://sbml.org/Forums/

For questions or feedback about the sbml-discuss list,
contact sbml-team@caltech.edu

      

SubjectPosterDate
Read Message   problem with SBML events Luca Freschi07 May '09 01:34
Read Message   Re: problem with SBML events  Sven Sahle07 May '09 10:52
Read Message   Re: problem with SBML events Nicolas Le Novere07 May '09 11:27
Read Message   Re: problem with SBML events hannes07 May '09 10:59
Read Message   Re: problem with SBML events Mike Hucka07 May '09 11:19
Read Message   Re: problem with SBML events Lucian Smith07 May '09 12:53
Read Message   Re: problem with SBML events Luca Freschi08 May '09 02:25
Previous Topic:Repository for SBML related code & scripts ?
Next Topic:Over 160 SBML-compatible tools!
Go to forum:
-=] Back to Top [=-

Powered by FUDforum. (Copyright Advanced Internet Designs Inc.)

Please use our issue tracking system for any questions or suggestions about this website.