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 looking through model components and equations even if you have no modeling software installed. It is as simple as reading a web page in your web 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 open project located on GitHub. Any feedback is welcomed on Issues page.

SbmlViewer is helpful when:

architec

Quick start


Try online

For models from your computer:

  1. Open the page https://sv.insysbio.com/online
  2. Drug’n’drop your SBML or click on button “Choose file” and select your sbml model.

For models shared on web:

Some servers don’t allow to use 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 SbmlViewer url followed by ? sign, 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 to web page if you wish.

Examples

To look through example just try the links

sv scren 1

Features list


sv scren 2

Browser support

Tested on:

sv scren 2

License

Apache 2.0

Team

About SBML

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