From 5c694b70fa35c08a093024bc20c874acfd34b617 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Mon, 8 Dec 2025 16:02:09 +0100 Subject: [PATCH 1/5] Update references --- doc/amici_refs.bib | 32 +++++++++++++++++--------------- doc/references.md | 12 ++++++------ 2 files changed, 23 insertions(+), 21 deletions(-) diff --git a/doc/amici_refs.bib b/doc/amici_refs.bib index 650009ef2f..719251b622 100644 --- a/doc/amici_refs.bib +++ b/doc/amici_refs.bib @@ -1441,21 +1441,6 @@ @Article{LakrisenkoPat2024 url = {https://doi.org/10.1371/journal.pone.0312148}, } -@Article{SmithMal2025, - author = {Smith, Lucian and Malik-Sheriff, Rahuman S. and Nguyen, Tung V. N. and Hermjakob, Henning and Karr, Jonathan and Shaikh, Bilal and Drescher, Logan and Moraru, Ion I. and Schaff, James C. and Agmon, Eran and Patrie, Alexander A. and Blinov, Michael L. and Hellerstein, Joseph L. and May, Elebeoba E. and Nickerson, David P. and Gennari, John H. and Sauro, Herbert M.}, - journal = {bioRxiv}, - title = {Using {SED-ML} for reproducible curation: Verifying {BioModels} across multiple simulation engines}, - year = {2025}, - abstract = {The BioModels Repository contains over 1000 manually curated mechanistic models drawn from published literature, most of which are encoded in the Systems Biology Markup Language (SBML). This community-based standard formally specifies each model, but does not describe the computational experimental conditions to run a simulation. Therefore, it can be challenging to reproduce any given figure or result from a publication with an SBML model alone. The Simulation Experiment Description Markup Language (SED-ML) provides a solution: a standard way to specify exactly how to run a specific experiment that corresponds to a specific figure or result. BioModels was established years before SED-ML, and both systems evolved over time, both in content and acceptance. Hence, only about half of the entries in BioModels contained SED-ML files, and these files reflected the version of SED-ML that was available at the time. Additionally, almost all of these SED-ML files had at least one minor mistake that made them invalid. To make these models and their results more reproducible, we report here on our work updating, correcting and providing new SED-ML files for 1055 curated mechanistic models in BioModels. In addition, because SED-ML is implementation-independent, it can be used for verification, demonstrating that results hold across multiple simulation engines. Here, we use a wrapper architecture for interpreting SED-ML, and report verification results across five different ODE-based biosimulation engines. Our work with SED-ML and the BioModels collection aims to improve the utility of these models by making them more reproducible and credible.Author summary Reproducing computationally-derived scientific results seems like it should be straightforward, but is often elusive. Code is lost, file formats change, and knowledge of what was done is only partially recorded and/or forgotten. Model repositories such as BioModels address this failing in the Systems Biology domain by encoding models in a standard format that can reproduce a figure from the paper from which it was drawn. Here, we delved into the BioModels repository to ensure that every curated model additionally contained instructions on what to do with that model, and then tested those instructions on a variety of simulation platforms. Not only did this improve the BioModels repository itself, but also improved the infrastructure necessary to run these validation comparisons in the future.Author contributions LS: Writing, Conceptualization, Data Curation, Investigation, Methodology, Project Administration, Software, Validation. RMS: Reading, Writing, Data Curation, Methodology TN: Reading, Data Curation, Methodology HH: Reading JK: Conceptualization, Data Curation, Investigation, Methodology, Software. BS: Software LD: Software IIM: Reading, Conceptualization, Funding JCS: Software, Methodology EA: Reading, Writing AAP: Software MLB: Reading, Writing JH: Writing, Methodology EM: Reading, Writing DPN: Reading, Writing, Methodology JG: Reading, Writing, Methodology HMS: Reading, Writing, FundingCompeting Interest StatementThe authors have declared no competing interest.}, - creationdate = {2025-01-27T09:08:10}, - doi = {10.1101/2025.01.16.633337}, - elocation-id = {2025.01.16.633337}, - eprint = {https://www.biorxiv.org/content/early/2025/01/20/2025.01.16.633337.full.pdf}, - modificationdate = {2025-01-27T09:08:41}, - publisher = {Cold Spring Harbor Laboratory}, - url = {https://www.biorxiv.org/content/early/2025/01/20/2025.01.16.633337}, -} - @Article{NoordijkRei2025, author = {Noordijk, Ben and Reinders, Marcel and van Dijk, Aalt D.J. and de Ridder, Dick}, journal = {bioRxiv}, @@ -1637,6 +1622,23 @@ @Article{PhilippsSch2025 publisher = {Springer Science and Business Media LLC}, } +@Article{SmithMal2025a, + author = {Smith, Lucian P. and Malik-Sheriff, Rahuman S. and Nguyen, Tung V. N. and Hermjakob, Henning and Karr, Jonathan and Shaikh, Bilal and Drescher, Logan and Moraru, Ion I. and Schaff, James C. and Agmon, Eran and Patrie, Alexander A. and Blinov, Michael L. and Hellerstein, Joseph L. and May, Elebeoba E. and Nickerson, David P. and Gennari, John H. and Sauro, Herbert M.}, + journal = {PLOS Computational Biology}, + title = {Verification and reproducible curation of the {BioModels} repository}, + year = {2025}, + month = {12}, + number = {12}, + pages = {1-18}, + volume = {21}, + abstract = {The BioModels Repository contains over 1000 manually curated mechanistic models from published literature, most often encoded in the Systems Biology Markup Language (SBML). This community-based standard formally specifies each model, but does not describe the computational experimental conditions to run a simulation and collect data. Therefore, it can be challenging to reproduce any figure or result from a publication with an SBML model alone. The Simulation Experiment Description Markup Language (SED-ML) provides a solution: a standard way to specify exactly how to run an experiment corresponding to a specific figure or result. BioModels was established years before SED-ML, and both systems evolved over time, both in content and acceptance. Hence, only about half of the entries in BioModels contained SED-ML files, and these files reflected the version of SED-ML that was available at the time. Additionally, almost all of these SED-ML files had at least one minor mistake that made them impossible to run. To make these models and their results more reproducible, we report here on our work updating, correcting and generating new SED-ML files for 1055 curated mechanistic models in BioModels. In addition, because SED-ML is implementation-independent, it can be used for verification, demonstrating that results hold across multiple simulation engines. We tested, corrected, and improved over 450 existing SED-ML files in the BioModels database, and created basic files for the rest of the entries. Then, we used a wrapper architecture for interpreting SED-ML, and report verification results across five different ODE-based biosimulation engines, after further improving the models, the wrappers, and the engines themselves. Our work with SED-ML and the BioModels collection aims to improve the utility of these models by making them more reproducible and credible. Improved reproducibility means these models are now even more fit for re-use, such as in new investigations and as components of multiscale models.}, + creationdate = {2025-12-08T15:56:57}, + doi = {10.1371/journal.pcbi.1013239}, + modificationdate = {2025-12-08T15:59:25}, + publisher = {Public Library of Science}, + url = {https://doi.org/10.1371/journal.pcbi.1013239}, +} + @Comment{jabref-meta: databaseType:bibtex;} @Comment{jabref-meta: grouping: diff --git a/doc/references.md b/doc/references.md index ed26d153d3..e2179c5129 100644 --- a/doc/references.md +++ b/doc/references.md @@ -77,13 +77,13 @@ Biology.” Npj Systems Biology and Applications 11 (1). https://doi.org/10.1038/s41540-025-00550-w. -
-Smith, Lucian, Rahuman S. Malik-Sheriff, Tung V. N. Nguyen, Henning +
+Smith, Lucian P., Rahuman S. Malik-Sheriff, Tung V. N. Nguyen, Henning Hermjakob, Jonathan Karr, Bilal Shaikh, Logan Drescher, et al. 2025. -“Using SED-ML for Reproducible Curation: Verifying -BioModels Across Multiple Simulation Engines.” -bioRxiv. https://doi.org/10.1101/2025.01.16.633337. +“Verification and Reproducible Curation of the +BioModels Repository.” PLOS Computational +Biology 21 (12): 1–18. https://doi.org/10.1371/journal.pcbi.1013239.
Sundqvist, Nicolas, Henrik Podéus, Sebastian Sten, Maria Engström, From 904675feaaae01e50c97f7a42fbe4b7820d026d1 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Wed, 10 Dec 2025 21:25:48 +0100 Subject: [PATCH 2/5] .. --- doc/amici_refs.bib | 15 +++++++++++++++ doc/references.md | 10 +++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/doc/amici_refs.bib b/doc/amici_refs.bib index 719251b622..c287034afc 100644 --- a/doc/amici_refs.bib +++ b/doc/amici_refs.bib @@ -1639,6 +1639,21 @@ @Article{SmithMal2025a url = {https://doi.org/10.1371/journal.pcbi.1013239}, } +@Article{CallenbachDor2025, + author = {Callenbach, Aaron and Dore{\v s}i{\'c}, Domagoj and D{\"u}ster, Robert and Nakonecnij, Vanessa and Dudkin, Erika and Geyer, Matthias and Hasenauer, Jan}, + journal = {bioRxiv}, + title = {Quantitative modeling of {P-TEFb} mediated {CTD} phosphorylation identifies local cooperativity}, + year = {2025}, + abstract = {Fine-tuned regulation of RNA polymerase II (Pol II) activity is essential for accurate gene expression. A key layer of this regulation involves phosphorylation of Pol II{\textquoteright}s C-terminal domain (CTD), a repetitive heptapeptide tail that coordinates transcription and RNA-processing factors. The kinase P-TEFb plays a major role in this process, yet its precise phosphorylation mechanism remains unclear. Previous in vitro studies have suggested a distributive mode of action based largely on qualitative inspection of mass spectrometry data rather than quantitative analysis. Here, we use mathematical modeling of CTD phosphorylation to explore whether local context, such as neighboring phosphorylations or directional biases, affects PTEFb activity on the CTD. Our results indicate that P-TEFb acts distributively but with pronounced local cooperativity: repeats adjacent to phosphorylated sites are modified at higher rates. We find no evidence for directional bias, although the limited positional resolution of the data precludes a definitive conclusion. These results identify local context as an important factor in P-TEFb-mediated CTD phosphorylation and establish a quantitative modeling framework for dissecting multi-site modification dynamics.Competing Interest StatementThe authors have declared no competing interest.Deutsche Forschungsgemeinschaft, https://ror.org/018mejw64, EXC 2047-390685813, EXC 2151-390873048European Research Council, GA number 101126146, Advanced Grant NalpACTUniversity of Bonn, https://ror.org/041nas322, Schlegel Professorship of Jan Hasenauer}, + creationdate = {2025-12-10T21:25:15}, + doi = {10.64898/2025.11.29.690978}, + elocation-id = {2025.11.29.690978}, + eprint = {https://www.biorxiv.org/content/early/2025/12/02/2025.11.29.690978.full.pdf}, + modificationdate = {2025-12-10T21:25:15}, + publisher = {Cold Spring Harbor Laboratory}, + url = {https://www.biorxiv.org/content/early/2025/12/02/2025.11.29.690978}, +} + @Comment{jabref-meta: databaseType:bibtex;} @Comment{jabref-meta: grouping: diff --git a/doc/references.md b/doc/references.md index e2179c5129..acb2b07ccf 100644 --- a/doc/references.md +++ b/doc/references.md @@ -1,6 +1,6 @@ # References -List of publications using AMICI. Total number is 107. +List of publications using AMICI. Total number is 108. If you applied AMICI in your work and your publication is missing, please let us know via a new [GitHub issue](https://github.com/AMICI-dev/AMICI/issues/new?labels=documentation&title=Add+publication&body=AMICI+was+used+in+this+manuscript:+DOI). @@ -15,6 +15,14 @@ If you applied AMICI in your work and your publication is missing, please let us

2025

+
+Callenbach, Aaron, Domagoj Dorešić, Robert Düster, Vanessa Nakonecnij, +Erika Dudkin, Matthias Geyer, and Jan Hasenauer. 2025. +“Quantitative Modeling of P-TEFb Mediated +CTD Phosphorylation Identifies Local Cooperativity.” +bioRxiv. https://doi.org/10.64898/2025.11.29.690978. +
Ernst, Ariane, Anastasia Bankowski, Meida Jusyte, Toluwani Okunola, Tino Petrov, Alexander M. Walter, and Stefanie Winkelmann. 2025. From d68964b546144d00ef561067ea6c1a48a4a0a824 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Thu, 18 Dec 2025 19:55:48 +0100 Subject: [PATCH 3/5] VanhoeferKoe2025 --- doc/amici_refs.bib | 12 ++++++++++++ doc/references.md | 9 ++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/doc/amici_refs.bib b/doc/amici_refs.bib index c287034afc..08cfd85a4c 100644 --- a/doc/amici_refs.bib +++ b/doc/amici_refs.bib @@ -1654,6 +1654,18 @@ @Article{CallenbachDor2025 url = {https://www.biorxiv.org/content/early/2025/12/02/2025.11.29.690978}, } +@Misc{VanhoeferKoe2025, + author = {Jakob Vanhoefer and Antonia Körner and Domagoj Doresic and Jan Hasenauer and Dilan Pathirana}, + title = {Scalable branch-and-bound model selection with non-monotonic criteria including {AIC}, {BIC} and {Mallows's Cp}}, + year = {2025}, + archiveprefix = {arXiv}, + creationdate = {2025-12-18T19:54:15}, + eprint = {2512.12221}, + modificationdate = {2025-12-18T19:55:33}, + primaryclass = {q-bio.QM}, + url = {https://arxiv.org/abs/2512.12221}, +} + @Comment{jabref-meta: databaseType:bibtex;} @Comment{jabref-meta: grouping: diff --git a/doc/references.md b/doc/references.md index acb2b07ccf..0529e64f66 100644 --- a/doc/references.md +++ b/doc/references.md @@ -1,6 +1,6 @@ # References -List of publications using AMICI. Total number is 108. +List of publications using AMICI. Total number is 109. If you applied AMICI in your work and your publication is missing, please let us know via a new [GitHub issue](https://github.com/AMICI-dev/AMICI/issues/new?labels=documentation&title=Add+publication&body=AMICI+was+used+in+this+manuscript:+DOI). @@ -102,6 +102,13 @@ Dominate BOLD-fMRI Responses.” https://doi.org/https://doi.org/10.1016/j.compbiomed.2025.111014.
+
+Vanhoefer, Jakob, Antonia Körner, Domagoj Doresic, Jan Hasenauer, and +Dilan Pathirana. 2025. “Scalable Branch-and-Bound Model Selection +with Non-Monotonic Criteria Including AIC, BIC +and Mallows’s Cp.” https://arxiv.org/abs/2512.12221. +

2024

Date: Fri, 2 Jan 2026 09:00:21 +0100 Subject: [PATCH 4/5] ArrudaBra2025 --- doc/amici_refs.bib | 12 ++++++++++++ doc/references.md | 8 +++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/doc/amici_refs.bib b/doc/amici_refs.bib index 08cfd85a4c..121064e406 100644 --- a/doc/amici_refs.bib +++ b/doc/amici_refs.bib @@ -1666,6 +1666,18 @@ @Misc{VanhoeferKoe2025 url = {https://arxiv.org/abs/2512.12221}, } +@Misc{ArrudaBra2025, + author = {Jonas Arruda and Niels Bracher and Ullrich Köthe and Jan Hasenauer and Stefan T. Radev}, + title = {Diffusion Models in Simulation-Based Inference: A Tutorial Review}, + year = {2025}, + archiveprefix = {arXiv}, + creationdate = {2026-01-02T08:59:47}, + eprint = {2512.20685}, + modificationdate = {2026-01-02T08:59:47}, + primaryclass = {stat.ML}, + url = {https://arxiv.org/abs/2512.20685}, +} + @Comment{jabref-meta: databaseType:bibtex;} @Comment{jabref-meta: grouping: diff --git a/doc/references.md b/doc/references.md index 0529e64f66..d6bf3ccbe6 100644 --- a/doc/references.md +++ b/doc/references.md @@ -1,6 +1,6 @@ # References -List of publications using AMICI. Total number is 109. +List of publications using AMICI. Total number is 110. If you applied AMICI in your work and your publication is missing, please let us know via a new [GitHub issue](https://github.com/AMICI-dev/AMICI/issues/new?labels=documentation&title=Add+publication&body=AMICI+was+used+in+this+manuscript:+DOI). @@ -15,6 +15,12 @@ If you applied AMICI in your work and your publication is missing, please let us

2025

+
+Arruda, Jonas, Niels Bracher, Ullrich Köthe, Jan Hasenauer, and Stefan +T. Radev. 2025. “Diffusion Models in Simulation-Based Inference: A +Tutorial Review.” https://arxiv.org/abs/2512.20685. +
Callenbach, Aaron, Domagoj Dorešić, Robert Düster, Vanessa Nakonecnij, Erika Dudkin, Matthias Geyer, and Jan Hasenauer. 2025. From 83d4987a2b3aa337b0c8903235403ffcf69c74a3 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Mon, 23 Feb 2026 10:57:21 +0100 Subject: [PATCH 5/5] LakrisenkoIse2026 --- doc/amici_refs.bib | 15 +++++++++++++++ doc/references.md | 13 ++++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/doc/amici_refs.bib b/doc/amici_refs.bib index 121064e406..c95a445381 100644 --- a/doc/amici_refs.bib +++ b/doc/amici_refs.bib @@ -1678,6 +1678,21 @@ @Misc{ArrudaBra2025 url = {https://arxiv.org/abs/2512.20685}, } +@Article{LakrisenkoIse2026, + author = {Lakrisenko, Polina and Isensee, J{\"o}rg and Hucho, Tim and Weindl, Daniel and Hasenauer, Jan}, + journal = {bioRxiv}, + title = {A mechanistic model of protein kinase {A} dynamics under pro- and anti-nociceptive inputs}, + year = {2026}, + abstract = {Protein kinase A (PKA) is a central integrator of nociceptive signaling, yet a quantitative account of how pro- and anti-nociceptive inputs shape its dynamics remains incomplete. Here, we develop a mechanistic model of PKA activity in nociceptive neurons that explicitly links receptor activation to downstream kinase regulation. Using time-course and dose-response measurements, we infer unknown process parameters and quantify parameter and prediction uncertainties to ensure robust conclusions. The model captures the activation of PKA by serotonin and forskolin and its suppression by opioids. We show how the model can be used for the assessment of alternative circuit topologies, and demonstrate that receptor context and stimulation history reconfigure PKA responsiveness, providing testable predictions for opioid modulation under clinically relevant dosing. This framework offers a principled basis for integrating PKA with broader pain-signaling networks, supports rational exploration of combination therapies, and establishes a general strategy for disentangling neuromodulatory control of kinase activity.Author summary Pain perception is modulated by a complex network of signaling pathways activated by different receptors with opposing effects. A key player in this process is protein kinase A (PKA), whose regulation by both serotonin and opioid receptors is not yet fully understood. In this study, we developed a mathematical model to investigate how these opposing signals affect PKA activity in sensory neurons. After estimating the unknown model parameters from a comprehensive dataset, we were able to quantitatively analyze the dynamic behavior of the system and use it for comparison of alternative circuit topologies. Our model provides a valuable tool for integrating diverse molecular interactions involved in pain processing and could help guide future efforts to develop better treatments for chronic pain and reduce opioid tolerance.Competing Interest StatementThe authors have declared no competing interest.}, + creationdate = {2026-02-23T10:56:56}, + doi = {10.64898/2026.02.12.705506}, + elocation-id = {2026.02.12.705506}, + eprint = {https://www.biorxiv.org/content/early/2026/02/14/2026.02.12.705506.full.pdf}, + modificationdate = {2026-02-23T10:56:56}, + publisher = {Cold Spring Harbor Laboratory}, + url = {https://www.biorxiv.org/content/early/2026/02/14/2026.02.12.705506}, +} + @Comment{jabref-meta: databaseType:bibtex;} @Comment{jabref-meta: grouping: diff --git a/doc/references.md b/doc/references.md index d6bf3ccbe6..8de5008aab 100644 --- a/doc/references.md +++ b/doc/references.md @@ -1,6 +1,6 @@ # References -List of publications using AMICI. Total number is 110. +List of publications using AMICI. Total number is 111. If you applied AMICI in your work and your publication is missing, please let us know via a new [GitHub issue](https://github.com/AMICI-dev/AMICI/issues/new?labels=documentation&title=Add+publication&body=AMICI+was+used+in+this+manuscript:+DOI). @@ -12,6 +12,17 @@ If you applied AMICI in your work and your publication is missing, please let us } +

2026

+
+
+Lakrisenko, Polina, Jörg Isensee, Tim Hucho, Daniel Weindl, and Jan +Hasenauer. 2026. “A Mechanistic Model of Protein Kinase +A Dynamics Under Pro- and Anti-Nociceptive Inputs.” +bioRxiv. https://doi.org/10.64898/2026.02.12.705506. +
+

2025