Conversation
|
validated simulation against references provided in supplementary material (available in |
dilpath
left a comment
There was a problem hiding this comment.
Overall, thanks a lot, clearly a lot of work to curate this!
- Currently, this is larger in filesize than the
Froehlich_CellSystems2018model. The simulation file is 39MB. Can this be reduced by simulating fewer timepoints, or do you think the current state is best? - Regarding the
sim_test- Why are there two PEtab problems, and what are the differences between them?
- Rename
measurementtosimulationin the simulation file, and rename the file to e.g.simulatedData_Smith_BMCSystBiol2013.tsv - Could you provide a visualization PEtab file?
Thanks for providing some tips on working with this model. Currently, there is no expected way to share this information, but putting such things in some README.md would be great, if you think it would be useful (completely optional).
| sc_PI3K log10 0.0001 10000.0 1.6607492397638188 1 | ||
| sc_GLUT_2B log10 0.0001 10000.0 0.005003654843537889 1 | ||
| sc_BINS log10 0.0001 10000.0 0.001627712376345442 1 | ||
| sc_PIRS log10 0.0001 10000.0 0.005656559423442325 1 | ||
| sc_PTP log10 0.0001 10000.0 1.6e-06 1 | ||
| sc_GLUT_3B log10 0.0001 10000.0 0.013426907522675441 1 | ||
| sc_SOD2 log10 0.0001 10000.0 0.0002336225060797476 1 | ||
| sc_FOXO1 log10 0.0001 10000.0 0.0009623342379275169 1 |
There was a problem hiding this comment.
Could annotate these to be hierarchically optimized in pyPESTO, but no need for this collection.
|
Please also update the README, e.g. by running https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab/blob/master/scripts/overview.py |
done |
|
Thanks for the changes! Did you see these points? #180 (review) e.g. if the second PEtab is for validation, is it possible to simplify the second PEtab problem to just be extra measurement file(s) and PEtab YAML files, like done for Fujita? https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab/tree/master/Benchmark-Models/Fujita_SciSignal2010/test_data I guess this makes validation easiest, since then e.g. user's workflows would just involve replacing the measurements, rather than compiling a second model. |
|
Sorry missed this comment.
The simulation file was actually not simulated by me, but are files from the original publication that were used for visualization.
It's also different conditions (additional conditions and additional columns).
Hmm, but those are not actual simulations from the PEtab model, so this might be confusing. I could also provide additional simulation results files.
Will try.
Okay will add a readme file with some additional information. |
Can try to simplify, main limitation was that there are not simple routines to write petab problems to files where some of the files already exist (but maybe I should just overwrite them). |
|
Thanks, as the second PEtab problem is to validate this implementation against the original implementation, I think what you've done already is sufficient. Visualization file(s) and a short readme would be great! It's clear from the script that you use the same model file in both PEtab problems, but please include the similarity/difference as a note in the readme. |
both done |
|
looks like poetry/pre-commit hooks are broken, but I don't think this is an issue on my end |
fixes #177
draft implementation. Includes scripts to generate petab file. Still requires validation in simulation experiments (simulation results are specified in the supplement.
Requires clarification if petab condition table should provide concentrations/amounts first.