Case study · scientific software
Subcellular Workflow
A modular, FAIR-compliant MATLAB framework for ODE biochemical pathway modeling, simulation, parameter estimation, global sensitivity analysis, and profile likelihood analysis. Thesis: A workflow for developing biochemical pathway models using ordinary differential equations.
Simulation
MATLAB solvers
Analysis
Sensitivity / PLA
Problem
Make biochemical pathway modeling reproducible and adoptable.
ODE-based biological models can be hard to build, parameterize, analyze, and share when each lab relies on bespoke scripts. The goal was a workflow that supports initialization, simulation, parameter estimation, sensitivity analysis, and profile likelihood analysis while following FAIR principles.
Contribution
Designed the framework and implemented the analysis pipeline.
I architected and built the framework, implemented algorithms from the scientific literature, engineered interfaces between MATLAB solvers and COPASI, created documentation, and managed Git/GitHub collaboration across institutions.
Implementation details
Core capabilities
Model setup
Structured model initialization and data handling for biochemical pathway models, with attention to standard formats like SBML and SBtab.
Parameterization
Methods for parameter estimation and model calibration using MATLAB and scientific optimization tooling.
Model analysis
Local and global sensitivity analysis plus profile likelihood analysis to understand model behavior and parameter identifiability.
Validation
From simple motifs to basal ganglia signaling
LIRMO & LIREM
Ligand-receptor interactions and ligand-receptor-effector responses validated as small reference models for the workflow.
TM-M (CaMKII)
Translated complex CaMKII autophosphorylation dynamics into ODE form for medium-scale validation.
G-PIPK striatal model
Pushed the framework into larger parameter spaces: intensive parameter estimation and PLA on an Intel i9-10980XE workstation. Resulted in a peer-reviewed Neuroinformatics paper.
Workflow
FAIR-compliant scientific code with standard-tool interoperability.
The framework follows FAIR principles for findable, accessible, interoperable, and reusable research software, integrates standard formats, and uses Git workflows for cross-institutional collaboration.
Stack
Scientific software stack
MATLABSimBiologyOptimization ToolboxPythonCOPASIGit/GitHubSBMLSBtab
Related work
See more
Browse all projects or review the CV for the broader research and publication context.