From: Rainer M. <ra...@tb...> - 2006-05-10 15:46:38
|
Hi Eryk, sorry for still not having answered your previous emails. Today was our last meeting for a while and I will have more time. This one is answered fast. > Why: > integratorInstance->data->nsens == 4 > TRUE > > I would think that n->nsens should be 3 e.g. because the model also has a compartment with size 1. Compartments in SBML are treated as constant parameters in odeModel. Unfortunately we currently cannot do sens.analysis for selected parameters but for all parameters. Thus there is also a sensitivity for the compartment. Rainer On Wed, 10 May 2006, Witold Wolski wrote: > Hi, > > Using example of the MAPK.xml model. > > The MAPK.xml model has 3 global parameters : > <listOfParameters> > <parameter name = "V1" value = "2.5"/> > <parameter name = "Ki" value = "9"/> > <parameter name = "K1" value = "10"/> > </listOfParameters> > > Why: > integratorInstance->data->nsens == 4 > TRUE > > I would think that n->nsens should be 3 e.g. > > dy1/dp1 dy1/dp2 dy1/dp3. > > > cheers > Eryk > |