Skip to content

A workflow developed to tackle the challenge of building and analyzing biochemical pathway models, combining pre-existing tools and custom-made software.

License

Notifications You must be signed in to change notification settings

jpgsantos/Subcellular_workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

View Subcellular_workflow on File Exchange Documentation Status

Subcellular Workflow

Table of Contents

Introduction

This workflow was created to address the challenge of constructing and analyzing biochemical pathway models by combining pre-existing tools with custom-made software.1 The foundation of our implementation is the SBtab format2,, which is a file format that can store biochemical models and related data in a way that is easy to read and expand.

We have also created tools to convert the SBtab format into several formats that can be used with MATLAB®, NEURON, STEPS, and COPASI. Using MATLAB®, we have developed custom scripts for parameter estimation, global sensitivity analysis, and diagnostic tools for model development. The global sensitivity analysis algorithm has been adapted from Halnes et al 20093.

We showcase all these features using three example models. The primary model is a modified version of the D1 MSN subcellular cascade model from Nair et al. 2016.4

Features

Implemented models

We demonstrate all these features using three models:

  1. Model_Fujita_2010
  2. Model_Nair_2016 (modified version of the D1 MSN subcellular cascade model from Nair et al. 2016)4
  3. Model_Viswan_2018

Usage

Code and files to run these models in different simulators can be found in the following repositories:

Sections of the workflow in external repositories

Conversion tools

Implemented models

Compatibility

Subcellular workflow MATLAB® code is compatible with MATLAB® 2020a or above running on Microsoft Windows, macOS and Linux.

Matlab® packages needed:

  • Optimization Toolbox™
  • Statistics and Machine Learning Toolbox™
  • Fuzzy Logic Toolbox™
  • Financial Toolbox™
  • Global Optimization Toolbox
  • SimBiology®
  • Parallel Computing Toolbox™

Documentation

To check the online documentation please go to: https://subcellular-workflow.readthedocs.io/

If you want to build the documentation offline use sphinx and the .rst files in the Doc folder.

After installing sphinx, install the following extra extensions to sphinx;

Get your console in the Doc folder and run sphinx-build . "documentation folder name", this should generate html files in the "documentation folder name" folder that you can use with your browser to open and browse the documentation.

References

(1) Santos, J.P., Pajo, K., Trpevski, D., Stepaniuk, A., Eriksson, O., Nair, A.G., Keller, D., Kotaleski, J.H. and Kramer, A., 2020. A Modular Workflow for Model Building, Analysis, and Parameter Estimation in Systems Biology and Neuroscience. bioRxiv.

(2) Lubitz, T., Hahn, J., Bergmann, F.T., Noor, E., Klipp, E. and Liebermeister, W., 2016. SBtab: a flexible table format for data exchange in systems biology. Bioinformatics, 32(16), pp.2559-2561.

(3) Halnes, G., Ulfhielm, E., Ljunggren, E.E., Kotaleski, J.H. and Rospars, J.P., 2009. Modelling and sensitivity analysis of the reactions involving receptor, G-protein and effector in vertebrate olfactory receptor neurons. Journal of Computational Neuroscience, 27(3), p.471.

(4) Nair, A.G., Bhalla, U.S. and Hellgren Kotaleski, J., 2016. Role of DARPP-32 and ARPP-21 in the emergence of temporal constraints on striatal calcium and dopamine integration. PLoS computational biology, 12(9), p.e1005080.