Forums

F.A.Q. F.A.Q.    Register Register    Login Login    Home Home
Search Search
SBML Discussions » sbml-discuss » Multiple kineticLaw Sections Per Reaction
Show: Today's Posts  :: Message Navigator
| Subscribe to topic 
Return to the default flat view Create a new topic Submit Reply
AuthorTopic
Herbert Sauro


Posts: 349
Registered:
September 2003
RE: Multiple kineticLaw Sections Per Reaction 10 Mar '06 13:00 Go to previous messageGo to previous message


True, if you're interested in doing stochastic models then as you say
the reaction should be separated into two reactions.
Herbert

-----Original Message-----
From: Bill Denney [mailto:denney@seas.upenn.edu]
Sent: Friday, March 10, 2006 10:37 AM
To: SBML Discussion List
Subject: RE: [sbml-discuss] Multiple kineticLaw Sections Per Reaction

I know it's natural to do with the k_on - k_off method, and for
continuous ode-type modeling as done in most text books, it would be
just fine. I'm just not sure that it will work for stochastics (if B is
only occasionally formed and I'm using a Gillespie solver, would I ever
see any C)?

I didn't mean to say that the reversible flag was bad in any way; I just
thought that if I could add multiple kineticLaws to a single reaction,
then that would expand its usefulness.

Bill

On Fri, 10 Mar 2006, Herbert Sauro wrote:

> The intepertation of the reversible flag maybe now be what you suggest

> but originally it was not the case. I know this because I was the one
> who introduced it, its very purpose was to support elementary mode
> analysis. However, I think what you suggest makes it more useful, the
> only thing one has to watch is that the flag and the reaction rate law

> are consistent.
>
> I would reinterate what Niolas says, it is quite natural to specify a
> reversible reaction in the manner he indicated. Check out any kinetics

> textbook and you'll see that it is quite frequently used.
>
> Herbert
>
> -----Original Message-----
> From: Nicolas Le Novere [mailto:lenov@ebi.ac.uk]
> Sent: Friday, March 10, 2006 1:02 AM
> To: SBML Discussion List
> Subject: RE: [sbml-discuss] Multiple kineticLaw Sections Per Reaction
>
> Ouch! The reversible flag has a very clear meaning, and is essential
> for various treatments (graphical output, treatment of fast reactions
> where one ignore kineticLaws etc).
>
> I am probably misunderstanding the issue here, but you can just define

> two reactions as Herbert says BUT set the reversible flag to "false".
> It is true by default.
>
> Remind-me why can't you use a reversible reaction with a kineticLaw of

> the form
>
> kon * react - koff * prod
>
> ?
>
> On Thu, 9 Mar 2006, Bill Denney wrote:
>
>> This is what I've been doing, but it doesn't really seem like the
>> best
>
>> solution, and I was thinking this would be a place where the standard

>> could use some improvement. I didn't know why the flag was there--
>> it
>
>> seems a bit specific (and it could be detected other ways).
>>
>> Bill
>>
>> On Thu, 9 Mar 2006, Herbert Sauro wrote:
>>
>>> In this situtation I would simply define two reactions, one for the
>>> on rate and one for the off rate. Ignore the reversibility flag, it
>>> was originally intended to be used in elemetnary mode and flux
>>> balance analysis.
>>>
>>> Herbert Sauro
>>>
>>> -----Original Message-----
>>> From: Bill Denney [mailto:denney@seas.upenn.edu]
>>> Sent: Thursday, March 09, 2006 10:15 AM
>>> To: sbml-discuss@caltech.edu
>>> Subject: [sbml-discuss] Multiple kineticLaw Sections Per Reaction
>>>
>>> I'm wanting to put multiple kineticlaw sections in each reaction.
>>> The reason that I want to do this is because I have kinetic data on
>>> both the on and off rates of the reactions that I need to model as
>>> separate reactions. I thought that it made sense that if I said
>>> that
>
>>> the reaction was reversible then I could have both the forward and
>>> reverse kinetics within that reaction.
>>>
>>> Something similar to this seems to have been discussed before:
>>> http://www.sbml.org/forums/index.php?t=tree&goto=2996&rid=0
>>>
>>> Is there a better, more accepted way to do this?
>>>
>>> Another issue that I've been thinking about is: what is the best way

>>> to store multiple values for the same kinetic rate constants. The
>>> reason I want to do this is that I have tables that list a set of
>>> kinetics for reactions from several groups that may not agree. I
>>> would like to store all these values within my sbml so that my tools

>>> can try to enumerate which kinetics seem to be the most consistent.
>>> I could do this within an annotation, but it seems as though it
>>> could
>
>>> be an issue that could more generally useful to the sbml community.
>>>
>>> Bill
>>>
>>> --
>>> Emily's Lullaby n. - A tranquilizer dart.
>>> -- Will Miller
>>>
>>
>>
>
> --
> Nicolas LE NOVERE, Computational Neurobiology, EMBL-EBI,
> Wellcome-Trust Genome Campus, Hinxton, Cambridge, CB10 1SD, UK
> Tel: +44(0)1223 494 521, Fax: +44(0)1223 494 468, Mob:
+33(0)689218676
> http://www.ebi.ac.uk/~lenov AIM screen name:
nlenovere
>

--
"You do ill if you praise, worse if you censure, what you do not rightly
understand."
-- Leonardo Da Vinci


      

SubjectPosterDate
Read Message   Multiple kineticLaw Sections Per Reaction Bill Denney09 Mar '06 10:14
Read Message   Re: Multiple kineticLaw Sections Per Reaction Hiroyuki Kuwahara09 Mar '06 16:18
Read Message   RE: Multiple kineticLaw Sections Per Reaction Herbert Sauro09 Mar '06 17:09
Read Message   RE: Multiple kineticLaw Sections Per Reaction Bill Denney09 Mar '06 18:30
Read Message   RE: Multiple kineticLaw Sections Per Reaction Nicolas Le Novere10 Mar '06 01:01
Read Message   RE: Multiple kineticLaw Sections Per Reaction Bill Denney10 Mar '06 04:15
Read Message   RE: Multiple kineticLaw Sections Per Reaction Nicolas Le Novere10 Mar '06 09:54
Read Message   RE: Multiple kineticLaw Sections Per Reaction Nicolas Le Novere10 Mar '06 10:16
Read Message   Re: Multiple kineticLaw Sections Per Reaction Stefan Hoops10 Mar '06 10:28
Read Message   Re: Multiple kineticLaw Sections Per Reaction Mike Hucka10 Mar '06 11:24
Read Message   Re: Multiple kineticLaw Sections Per Reaction Tomas Radivoyevitch10 Mar '06 05:32
Read Message   Re: Multiple kineticLaw Sections Per Reaction Bill Denney10 Mar '06 10:32
Read Message   RE: Multiple kineticLaw Sections Per Reaction Mike Hucka10 Mar '06 11:02
Read Message   RE: Multiple kineticLaw Sections Per Reaction Herbert Sauro10 Mar '06 09:39
Read Message   RE: Multiple kineticLaw Sections Per Reaction Bill Denney10 Mar '06 10:36
Read Message   RE: Multiple kineticLaw Sections Per Reaction Mike Hucka10 Mar '06 11:10
Read Message   Re: Multiple kineticLaw Sections Per Reaction Mike Hucka10 Mar '06 11:07
Read Message   RE: Multiple kineticLaw Sections Per Reaction  Herbert Sauro10 Mar '06 13:00
Read Message   RE: Multiple kineticLaw Sections Per Reaction Herbert Sauro10 Mar '06 13:03
Read Message   RE: Multiple kineticLaw Sections Per Reaction Darren J Wilkinson10 Mar '06 13:51
Read Message   Re: Multiple kineticLaw Sections Per Reaction Stefan Hoops10 Mar '06 15:04
Read Message   Re: Multiple kineticLaw Sections Per Reaction Nicolas Le Novere10 Mar '06 16:21
Read Message   Re: Multiple kineticLaw Sections Per Reaction Stefan Hoops13 Mar '06 05:55
Read Message   Re: Multiple kineticLaw Sections Per Reaction Darren J Wilkinson13 Mar '06 12:09
Read Message   Re: Multiple kineticLaw Sections Per Reaction Stefan Hoops14 Mar '06 05:08
Read Message   Re: Multiple kineticLaw Sections Per Reaction Darren J Wilkinson14 Mar '06 11:21
Read Message   response to "fast" attribute action item... Schaff29 Mar '06 08:22
Read Message   response to "fast" attribute action item Schaff29 Mar '06 11:58
Read Message   RE: Multiple kineticLaw Sections Per Reaction Bill Denney10 Mar '06 14:28
Read Message   RE: Multiple kineticLaw Sections Per Reaction Nicolas Le Novere10 Mar '06 15:10
Read Message   stochastic/ODE models Eric Mjolsness10 Mar '06 14:44
Read Message   RE: Multiple kineticLaw Sections Per Reaction Nicolas Le Novere10 Mar '06 14:55
Read Message   RE: Multiple kineticLaw Sections Per Reaction Herbert Sauro10 Mar '06 18:01
Read Message   RE: Multiple kineticLaw Sections Per Reaction Mike Hucka11 Mar '06 00:41
Read Message   RE: Multiple kineticLaw Sections Per Reaction Darren J Wilkinson11 Mar '06 05:29
Read Message   RE: Multiple kineticLaw Sections Per Reaction Bill Denney11 Mar '06 05:37
Read Message   RE: Multiple kineticLaw Sections Per Reaction Nicolas Le Novere11 Mar '06 15:23
Previous Topic:how to write SBML using data from EXCEL
Next Topic:What do people's software do with <notes> content?
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.