Try online


SbmlViewer

The collection of transformations from SBML files into human readable formats

SbmlViewer is a tool for fast and easy reading of biological models written in SBML format. It allows you to look through model components and equations even if you have no modeling software installed. It is as simple as reading a web page in your browser.

SbmlViewer never uploads your files to the server and all transformations are performed locally in your browser, so it is safe and secure for your code.

SbmlViewer is an open project hosted on GitHub. Any feedback is welcome on the Issues page.

SbmlViewer is helpful when:

architecture

Quick start


Try online

For models from your computer:

  1. Open the page https://sv.insysbio.com/online/
  2. Drag and drop your SBML file, or click the “Choose file” button and select your SBML model.

For models shared on the web:

Some servers do not allow using shared files in this way. In that case, download the file and use the method above.

  1. Copy the link of your shared model, for instance https://www.example.com/your_sbml_file.xml
  2. Add the external SBML path to the SbmlViewer URL followed by a ?, like this: https://sv.insysbio.com/online/?https://www.example.com/external_sbml_file.xml
  3. The full URL above can be shared, sent, or embedded into a web page if you wish.

Examples

To look through examples, just try the links:

sv screen 1

Features list


sv screen 2

Browser support

Tested on:

sv screen 3

License

Apache 2.0

Team

About SBML

SBML is a free and open interchange format for computer models of biological processes maintained by the SBML community. It is used in many modeling applications and can store model structure, math, and annotations of elements. SBML is an XML-based format designed primarily for machine reading and writing.