| Literature DB >> 21697129 |
Andreas Dräger1, Nicolas Rodriguez, Marine Dumousseau, Alexander Dörr, Clemens Wrzodek, Nicolas Le Novère, Andreas Zell, Michael Hucka.
Abstract
SUMMARY: The specifications of the Systems Biology Markup Language (SBML) define standards for storing and exchanging computer models of biological processes in text files. In order to perform model simulations, graphical visualizations and other software manipulations, an in-memory representation of SBML is required. We developed JSBML for this purpose. In contrast to prior implementations of SBML APIs, JSBML has been designed from the ground up for the Java programming language, and can therefore be used on all platforms supported by a Java Runtime Environment. This offers important benefits for Java users, including the ability to distribute software as Java Web Start applications. JSBML supports all SBML Levels and Versions through Level 3 Version 1, and we have strived to maintain the highest possible degree of compatibility with the popular library libSBML. JSBML also supports modules that can facilitate the development of plugins for end user applications, as well as ease migration from a libSBML-based backend. AVAILABILITY: Source code, binaries and documentation for JSBML can be freely obtained under the terms of the LGPL 2.1 from the website http://sbml.org/Software/JSBML.Entities:
Mesh:
Year: 2011 PMID: 21697129 PMCID: PMC3137227 DOI: 10.1093/bioinformatics/btr361
Source DB: PubMed Journal: Bioinformatics ISSN: 1367-4803 Impact factor: 6.937
Fig. 1.(a) The SBML parser in JSBML understands the hierarchical data structure of SBML; (b) Example for SBML test case 26. Using JSBML for reading and visualizing an SBML file. The type SBase extends the Java interfaces Serializable for saving JSBML objects in binary form or sending them over a network connection, Cloneable for creating deep object copies and TreeNode. The last interface allows callers to apply any recursive operation, such as using JTree for display [see (b) for an example].