paper-with-me

Papers

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 describe a biochemical model as a pathway diagram. However, up to now there has been little support to help users easily add and retrieve such information from SBML. In this application note, we describe a new Python package called SBMLDiagrams. This package allows a user to add layout and render information or retrieve it using a straightforward Python API. The package uses skia-python to support the rendering of the diagrams, allowing export to commons formats such as PNG or PDF. Availability: SBMLDiagrams is publicly available and licensed under the liberal MIT open-source license. The package is available for all major platforms. The source code has been deposited at GitHub (github.com/sys-bio/SBMLDiagrams). Users can install the package using the standard pip installation mechanism: pip install SBMLDiagrams. Contact: hsauro@uw.edu.

📄 PDF Abstract BibTeX arXiv:2204.12611

Code (1)

sys-bio/sbmldiagrams 공식 구현

Similar Papers 제목 키워드 기반

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…

Alias4SBML: A Python Package for Generating Alias Nodes in SBML Models

2025-02-16 · Adel Heydarabadipour, Herbert M Sauro

Interpreting biological networks becomes challenging when molecular components, such as genes or proteins, participate in numerous interactions, resulting in densely connected regions and overlapping interactions that ob…

SBcoyote: An Extensible Python-Based Reaction Editor and Viewer

2023-02-17 · Jin Xu, Gary Geng, Nhan D. Nguyen, Carmen Perena-Cortes 외

SBcoyote is an open-source cross-platform biochemical reaction viewer and editor released under the liberal MIT license. It is written in Python and uses wxPython to implement the GUI and the drawing canvas. It supports …

SBMLtoOdin and Menelmacar: Interactive visualisation of systems biology models for expert and non-expert audiences

2025-04-28 · Leonie J. Lorenz, Antoine Andréoletti, Tung V. N. Nguyen, Henning Hermjakob 외

Motivation: Computational models in biology can increase our understanding of biological systems, be used to answer research questions, and make predictions. Accessibility and reusability of computational models is limit…

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 develope…