Table of content
Research Article | Vol. 7, Issue 3 | Journal of Clinical Immunology & Microbiology | Open Access

KinModRe: A Repository of Whole Cell Kinetic Models


Nursakinah Mohamed-Khalid1,2, Nicholas Wei Jun Liew1,2, Felice Jia Ying Ng1,2, Ting Yi Lim1,2, Farhana Abdul-Samathu1,2, Maurice HT Ling2,3,4*


1School of Health and Life Sciences, Teesside University, UK
2Management Development Institute of Singapore, Singapore
3Newcastle Australia Institute of Higher Education, University of Newcastle, Australia
4HOHY PTE LTD, Singapore
*Correspondence author: Maurice HT Ling, Management Development Institute of Singapore, Singapore and Newcastle Australia Institute of Higher Education, University of Newcastle, Australia and HOHY PTE LTD, Singapore; Email: mauriceling@acm.org


Citation: Mohamed-Khalid N, et al. KinModRe: A Repository of Whole Cell Kinetic Models. J Clin Immunol Microbiol. 2026;7(3):1-4.


Copyright: © 2026 The Authors. Published by Athenaeum Scientific Publishers.

This is an open access article distributed under the terms of the Creative Commons Attribution 4.0 International License (CC BY 4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
License URL: https://creativecommons.org/licenses/by/4.0/

Received
11 August, 2026
Accepted
26 August, 2026
Published
03 September, 2026
Abstract

Whole-cell kinetic models represent cellular processes as mechanistic reaction networks governed by kinetic rate laws, enabling simulation of metabolic dynamics and system-level cellular behaviour. Despite their scientific value, executable implementations of such models remain relatively scarce and many published models are distributed only as static descriptions within manuscripts. To address this limitation, we present KinModRe (https://github.com/mauriceling/kinmodre), a repository of executable whole-cell kinetic models derived from modelling work using the AdvanceSyn Toolkit. The repository currently contains more than 130 models, including 31 de novo / ab initio kinetic reconstructions with the rest converted from genome-scale metabolic networks. Model sizes range from small pathway-level systems to large knowledge-base reconstructions containing tens of thousands of metabolites. Each model includes reaction definitions, kinetic rate laws, parameter sets and runnable simulation scripts. By publishing executable kinetic models as reusable computational artefacts, KinModRe provides a resource for research, methodological development and education in mechanistic systems modelling.

Keywords: Whole-Cell Kinetic Models; Systems Biology Modelling; Genome-Scale Metabolic Networks; Model Repositories; Enzyme Kinetics; Computational Systems Biology; Synthetic and Systems Biology


Introduction

Whole-cell kinetic models describe cellular processes as networks of biochemical reactions governed by kinetic rate laws. By explicitly representing molecular interactions, enzyme activities and metabolite dynamics, such models enable mechanistic exploration of metabolic regulation, pathway dynamics and system-level cellular behaviour. In contrast to constraint-based metabolic modelling approaches, which typically represent steady-state flux distributions, kinetic models allow simulation of time-dependent biological dynamics and perturbation responses. Large-scale modelling studies have demonstrated the potential of whole-cell simulations to integrate diverse biological processes and generate quantitative predictions of cellular behaviour [1].

Despite these advances, constructing whole-cell kinetic models remains challenging. Detailed reaction networks must be specified, kinetic rate laws must be defined and parameter values must be assembled from heterogeneous experimental sources. As a result, many kinetic models remain available only as textual descriptions or mathematical formulations in publications, while executable implementations are rarely distributed in reusable form. Public repositories such as the BioModels Database provide curated collections of published computational models, often distributed in standardized formats such as SBML but executable implementations of large collections of kinetic models derived from modelling workflows remain relatively uncommon.

The AdvanceSyn Toolkit was previously developed to support the construction and simulation of whole-cell kinetic models by providing a programmable environment for defining reaction systems and kinetic rate laws [2]. Over time, numerous models were developed using this toolkit for methodological exploration and computational experimentation. As the number of models increased, maintaining them within the same repository as the modelling framework became impractical. To improve modularity and accessibility, these models were separated into a dedicated repository, KinModRe (Kinetic Model Repository), to provide a curated collection of executable whole-cell kinetic models that can be reused for research, methodological development and education in computational systems biology.

Repository Overview

KinModRe is designed as a repository of executable kinetic models derived from modelling work performed using the AdvanceSyn Toolkit [2]. By separating model implementations from the modelling framework, the repository preserves models as reusable computational artefacts while allowing the modelling framework to evolve independently. Each model in the repository includes:

  • reaction network definitions describing biochemical transformations
  • kinetic rate laws specifying reaction dynamics
  • annotated parameter sets
  • example simulation scripts demonstrating model execution

Models are organised according to their origin and structure, with accompanying metadata documenting model characteristics such as metabolite counts, reaction counts, parameter provenance, and recommended simulation commands. Although the models were originally constructed using the AdvanceSyn Toolkit [2], the repository is intentionally framework-agnostic at the model level. Users may run the provided scripts directly or adapt the models to alternative simulation environments or analysis workflows.

Model Collection

KinModRe currently contains 31 de novo / ab initio kinetic reconstructions and 102 models converted from genome-scale metabolic models found in BiGG database [3]. These models span a wide range of scales, from small pathway-level systems to extensive reaction networks representing integrated biochemical knowledge bases.

The smallest model in the repository is derived from the widely used Escherichia coli core metabolic reconstruction (e_coli_core) and contains 72 metabolites participating in 95 reactions [4]. At the other extreme, the largest model represents an ab initio kinetic reconstruction from the entire KEGG knowledge base (UniKin2), comprising 30669 metabolites and 9420 enzymes participating in 9420 reactions [5-7]. Excluding the UniKin2 reconstruction, the set of 30 de novo / ab initio kinetic models constructed using the AdvanceSyn Toolkit exhibits substantial scale [2,7]. On average, these models contain 893.3 metabolites, 502.5 enzymes and 1108.9 reactions, demonstrating that the repository includes large reaction systems approaching whole-cell scale. Across the repository, models span more than two orders of magnitude in network size, providing a diverse set of reaction systems for computational experimentation and methodological development.

Example Simulation

Each model in KinModRe includes at least one example simulation demonstrating model execution. A typical workflow consists of:

  1. Cloning the model directory from the repository
  2. Executing a simulation script that integrates the system of ordinary differential equations describing the reaction network
  3. Analysing time-series outputs representing metabolite concentrations or reaction fluxes

For example, a representative de novo / ab initio model provides a single-command time-course simulation that integrates system dynamics and generates time-series outputs of metabolite concentrations. These simulations confirm that the models stored in the repository are fully executable computational models, rather than static mathematical descriptions. As the models are implemented as programmatic reaction systems, users can readily modify parameters, alter kinetic rate laws or extend reaction networks to explore alternative biological hypotheses.

Intended Uses and Impact

KinModRe serves multiple roles within the computational biology and systems modelling communities: (a) Research reuse. Researchers may reuse existing kinetic models as starting points for new studies, comparative analyses or model extensions. (b) Methodological development. The repository provides reference reaction systems suitable for benchmarking modelling algorithms, parameter estimation methods and simulation techniques. (c) Education and training. Executable kinetic models provide practical examples for teaching mechanistic modelling and dynamic simulation of biological systems. Hence, by publishing executable models as reusable computational artefacts, KinModRe improves reproducibility, transparency and accessibility in whole-cell kinetic modelling.

Conclusion and Future Work

KinModRe provides a curated repository of executable whole-cell kinetic models derived from modelling work using the AdvanceSyn Toolkit. The repository currently contains more than 130 models, including both de novo / ab initio kinetic reconstructions and models converted from genome-scale metabolic networks.

By separating model implementations from the modelling framework, KinModRe improves modularity and preserves models as reusable scientific resources. The repository offers readily executable kinetic models that support computational studies of cellular dynamics, methodological research and teaching of mechanistic modelling approaches.

KinModRe is intended to continue expanding through further model development and community contributions, forming a growing library of executable whole-cell kinetic models.

Supplementary Materials

The KinModRe repository is publicly accessible at https://github.com/mauriceling/kinmodre

 

Conflict of Interest

The authors declared no potential conflicts of interest with respect to the research, authorship and/or publication of this article.

Funding Statement

This research did not receive any specific grant from funding agencies in the public, commercial or non-profit sectors.

Acknowledgement

The authors wish to thank the institute, Management Development Institute of Singapore, for its support towards this work. The cost of publication fees was borne by the authors.

Data Availability Statement

The data supporting the findings of this study are available from the corresponding author upon reasonable request.

Ethical Statement

The project did not meet the definition of human subject research under the preview of the IRB according to federal regulations and therefore was exempt.

Informed Consent Statement

Not applicable.

Authors’ Contributions

All authors contributed equally to this paper.

 

References
  1. Karr JR, Sanghvi JC, Macklin DN, Gutschow MV, Jacobs JM, Bolival B Jr, et al. A whole-cell computational model predicts phenotype from genotype. Cell. 2012;150(2):389-401.
  2. Ling MH. AdvanceSyn toolkit: An open source suite for model development and analysis in biological engineering. MOJ Proteomics Bioinformatics. 2020;9(4):83-6.
  3. King ZA, Lu J, Dräger A, Miller P, Federowicz S, Lerman JA, et al. BiGG Models: A platform for integrating, Standardizing and Sharing Genome-Scale Models. Nucleic Acids Res. 2016;44(D1):D515-22.
  4. Orth J, Fleming R, Palsson B. Reconstruction and use of microbial metabolic networks: The Core Escherichia coli Metabolic Model as an Educational Guide. EcoSal Plus. 2010;4(1):ecosalplus.10.2.1.
  5. Kanehisa M, Goto S, Kawashima S, Nakaya A. The KEGG databases at GenomeNet. Nucleic Acids Res. 2002;30(1):42-6.
  6. Okuda S, Yamada T, Hamajima M, Itoh M, Katayama T, Bork P, et al. KEGG Atlas mapping for global analysis of metabolic pathways. Nucleic Acids Res. 2008;36(Web Server issue):W423-6.
  7. Ambel WB, Tan LP, Toh D, Thirunavukarasu D, Natarajan K, Ling MH. UniKin2 – A universal, pan-reactome kinetic model. Int J Res Med Clin Sci. 2025;3(2):77-80.

Nursakinah Mohamed-Khalid1,2, Nicholas Wei Jun Liew1,2, Felice Jia Ying Ng1,2, Ting Yi Lim1,2, Farhana Abdul-Samathu1,2, Maurice HT Ling2,3,4*


1School of Health and Life Sciences, Teesside University, UK
2Management Development Institute of Singapore, Singapore
3Newcastle Australia Institute of Higher Education, University of Newcastle, Australia
4HOHY PTE LTD, Singapore
*Correspondence author: Maurice HT Ling, Management Development Institute of Singapore, Singapore and Newcastle Australia Institute of Higher Education, University of Newcastle, Australia and HOHY PTE LTD, Singapore; Email: mauriceling@acm.org

Copyright: © 2026 The Authors. Published by Athenaeum Scientific Publishers.

This is an open access article distributed under the terms of the Creative Commons Attribution 4.0 International License (CC BY 4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
License URL: https://creativecommons.org/licenses/by/4.0/

Citation: Mohamed-Khalid N, et al. KinModRe: A Repository of Whole Cell Kinetic Models. J Clin Immunol Microbiol. 2026;7(3):1-4.

Crossmark update

Article Metrics

Share this article: