EnzymeML / PyEnzyme

🧬 - Data management and modeling framework based on EnzymeML.
BSD 2-Clause "Simplified" License
23 stars 9 forks source link

PySCeS ThinLayer: Fit multiple replicates, plot fit result #46

Closed jmrohwer closed 2 years ago

jmrohwer commented 2 years ago

This pull request implements 4 features/bug fixes:

The new functionality is demonstrated with an example notebook that I am sharing with @JR-1991 via Google Colab. Any other reviewers, let me know and I'll be happy to share it. It takes the Model 3 from Scenario 4 from the Lauterbach 2022 paper and fits this with PySCeS. The fitted parameters are the same (within small errors) as obtained with direct fitting in the Jupyter notebook using lmfit and odeint.


This change is Reviewable