paper-with-me

Papers

SBML2Julia: interfacing SBML with efficient nonlinear Julia modelling and solution tools for parameter optimization

2020-11-05 · Paul F. Lang, Sungho Shin, Victor M. Zavala

Motivation: Estimating model parameters from experimental observations is one of the key challenges in systems biology and can be computationally very expensive. While the Julia programming language was recently developed as a high-level and high-performance language for scientific computing, systems biologists have only started to realise its potential. For instance, we have recently used Julia to cut down the optimization time of a microbial community model by a factor of 140. To facilitate access of the systems biology community to the efficient nonlinear solvers used for this optimisation, we developed SBML2Julia. SBML2Julia translates optimisation problems specified in SBML and TSV files (PEtab format) into Julia for Mathematical Programming (JuMP), executes the optimization and returns the results in tabular format. Availability and implementation: SBML2Julia is freely available under the MIT license. It comes with a command line interface and Python API. Internally, SBML2Julia calls the Julia LTS release v1.0.5 for optimisation. All necessary dependencies can be pulled from Docker Hub (https://hub.docker.com/repository/docker/paulflang/sbml2julia). Source code and documentation are available at https://github.com/paulflang/SBML2Julia.

📄 PDF Abstract BibTeX arXiv:2011.02597

Code (1)

paulflang/SBML2Julia 공식 구현

Similar Papers 제목 키워드 기반

libRoadRunner 2.0: A High-Performance SBML Simulation and Analysis Library

2022-02-26 · Ciaran Welsh, Jin Xu, Lucian Smith, Matthias König 외

Motivation: This paper presents libRoadRunner 2.0, an extensible, high-performance, cross-platform, open-source software library for the simulation and analysis of models expressed using Systems Biology Markup Language S…

Vocal Bursts Intensity Prediction

SimpleSBML: A Python package for creating, editing, and interrogating SBML models: Version 2.0

2020-09-04 · Herbert M Sauro

In this technical report, we describe a new version of SimpleSBML which provides an easier to use interface to python-libSBML allowing users of Python to more easily construct, edit, and inspect SBML based models. The mo…

MakeSBML: A tool for converting between Antimony and SBML

2023-09-06 · Bartholomew E. Jardine, Lucian P. Smith, Herbert M. Sauro

We describe a web-based tool, MakeSBML (https://sys-bio.github.io/makesbml/), that provides an installation-free application for creating, editing, and searching the Biomodels repository for SBML-based models. MakeSBML i…

MathOptAI.jl: Embed trained machine learning predictors into JuMP models

2025-07-03 · Oscar Dowson, Robert B Parker, Russel Bent

We present \texttt{MathOptAI.jl}, an open-source Julia library for embedding trained machine learning predictors into a JuMP model. \texttt{MathOptAI.jl} can embed a wide variety of neural networks, decision trees, and G…

CPUGaussian ProcessesGPU

SBMLDiagrams: A python package to process and visualize SBML layout and render

2022-04-26 · Jin Xu, Jessie Jiang, Herbert M. Sauro

Summary: The Systems Biology Markup Language (SBML) is an extensible standard format for exchanging biochemical models. One of the extensions for SBML is the SBML Layout and Render package. This allows modelers to descri…