Skip to content

Commit c7011d9

Browse files
committed
PerssonFro2025
1 parent ed0ef7d commit c7011d9

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

doc/amici_refs.bib

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1495,6 +1495,21 @@ @Article{JostWei2025
14951495
url = {https://www.biorxiv.org/content/early/2025/04/17/2025.04.11.648323},
14961496
}
14971497
1498+
@Article{CvijovicPer2025,
1499+
author = {Cvijovic, Marija and Persson, Sebastian and Frohlich, Fabian and Grein, Stephan and Lomna, Torkel and Ognissanti, Damiano and Hassselgren, Viktor and Hasenauer, Jan},
1500+
journal = {bioRxiv},
1501+
title = {PEtab.jl: Advancing the Efficiency and Utility of Dynamic Modelling},
1502+
year = {2025},
1503+
abstract = {Dynamic models are useful to study processes ranging from cell signalling to cell differentiation. Common modelling workflows, such as model exploration and parameter estimation, are computationally demanding. The Julia programming language is a promising tool to address these computational challenges. To evaluate it, we developed SBMLImporter.jl and PEtab.jl, a package for model fitting. SBMLImporter.jl was used to evaluate different stochastic simulators against PySB and RoadRunner, overall Julia simulators proved fastest. For Ordinary Differential Equations (ODE) models solvers, gradient methods, and parameter estimation performance were evaluated using PEtab benchmark problems. For the latter two tasks PEtab.jl was compared against pyPESTO, which employs the high-performance AMICI library. Guidelines for choosing ODE solver were produced by evaluating 31 ODE solvers for 29 models. Further, by leveraging automatic differentiation PEtab.jl proved efficient and, for up to medium-sized models, was often at least twice faster than pyPESTO, showcasing how Julia{\textquoteright}s ecosystem can accelerate modelling workflows.Competing Interest Statement.F consults for DeepOrigin, no impact on study.Swedish Research CouncilSwedish Research Council, , VR2023-04319, VR2017-05117Swedish Foundation for Strategic ResearchSwedish Foundation for Strategic Research, , FFL15-0238},
1504+
creationdate = {2025-05-05T09:42:25},
1505+
doi = {10.1101/2025.04.30.651378},
1506+
elocation-id = {2025.04.30.651378},
1507+
eprint = {https://www.biorxiv.org/content/early/2025/05/04/2025.04.30.651378.full.pdf},
1508+
modificationdate = {2025-05-05T09:42:25},
1509+
publisher = {Cold Spring Harbor Laboratory},
1510+
url = {https://www.biorxiv.org/content/early/2025/05/04/2025.04.30.651378},
1511+
}
1512+
14981513
@Comment{jabref-meta: databaseType:bibtex;}
14991514
15001515
@Comment{jabref-meta: grouping:

doc/references.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# References
22

3-
List of publications using AMICI. Total number is 98.
3+
List of publications using AMICI. Total number is 99.
44

55
If you applied AMICI in your work and your publication is missing, please let us know via a new
66
[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,13 @@ If you applied AMICI in your work and your publication is missing, please let us
1515
<h1 class="unnumbered" id="section">2025</h1>
1616
<div id="refs" class="references csl-bib-body hanging-indent"
1717
data-entry-spacing="0" role="list">
18+
<div id="ref-CvijovicPer2025" class="csl-entry" role="listitem">
19+
Cvijovic, Marija, Sebastian Persson, Fabian Frohlich, Stephan Grein,
20+
Torkel Lomna, Damiano Ognissanti, Viktor Hassselgren, and Jan Hasenauer.
21+
2025. <span>“PEtab.jl: Advancing the Efficiency and Utility of Dynamic
22+
Modelling.”</span> <em>bioRxiv</em>. <a
23+
href="https://doi.org/10.1101/2025.04.30.651378">https://doi.org/10.1101/2025.04.30.651378</a>.
24+
</div>
1825
<div id="ref-HuckJak2025" class="csl-entry" role="listitem">
1926
Huck, Wilhelm, Miglė Jakštaitė, Tao Zhou, Frank Nelissen, and Bob van
2027
Sluijs. 2025. <span>“Timed Batch Inputs Unlock Significantly Higher

0 commit comments

Comments
 (0)