KarrLab / wc_sim

A multi-algorithmic simulator for whole-cell models
MIT License
6 stars 2 forks source link

Propensities to run_results #28

Closed szb37 closed 3 years ago

szb37 commented 6 years ago

It would be useful to add more dataframes to the run_results. Specifically, it would be useful to record here:

These would be enormously useful for me now when trying to calibrate the models.

I know that the information above could be obtained from the logs, but since log files record information on a per event basis, they can be prohibitively large.

Probably in the long run, the the user should be given some control in what variables are saved in the pickle files.

artgoldberg commented 5 years ago

the abundance of species in concentration space will be available in my next push.

artgoldberg commented 4 years ago

"species concentrations" is done.

artgoldberg commented 3 years ago

"propensities of reactions" added to RunResults as rate_laws. Concentrations added earlier as RunResults.get_concentrations.