Replies: 1 comment
-
I can easily add a method that returns the time course simulations. But there is more information needed:
Also i would probably call the parameter I'm not sure what sort of statistics you would want from a simulation run. That would make sense for stochastic simulations, but i dont see how it applies to deterministic ones. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Now that we are able to perform kinetic modeling by utilizing COPASI and PySCeS, wouldn't it be a natural progression to add simulation?
Both libraries in essence provide simulation and the parameter estimation involves multiple steps of simulation. Thus, I think for the sake of exploration and testing from user-side it could be quite handy. The PySCeS Thin Layer already has a simulation method that iterates over all initial concentrations. Thus, it wouldn't be too much of work providing a method that simulates based on user paremetrization (init_concs)
If so, the method should be accessible at each Thin Layer, but for higher abstraction something like the following would be nice to have:
Where the
init_conc
-argument refers to either a YAML file with corresponding concentration or is aDict
instance that holds these values.Open questions for this would be:
isCalculated
tag for theReplicate
class that could distinguish experimental from simulated data.I think this would be an awesome addition that fits the scope of EnzymeML/PyEnzyme!
Beta Was this translation helpful? Give feedback.
All reactions