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

Jin Xu,Jessie Jiang,Herbert M. Sauro
DOI: https://doi.org/10.1093/bioinformatics/btac730
2022-11-15
Abstract: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 (<a class="link-external link-http" href="http://github.com/sys-bio/SBMLDiagrams" rel="external noopener nofollow">this http URL</a>). Users can install the package using the standard pip installation mechanism: pip install SBMLDiagrams. Contact: hsauro@uw.edu.
Quantitative Methods
What problem does this paper attempt to address?