COMBINE Examples

Here you will find Python Jupyter notebooks that show how to create simple models for each of the COMBINE standards


This notebook creates a model in CellML. The CellML we create here is a simple model for the growth of the number of cancer cells over time.

View on GitHub

Run on Binder


This notebook creates a simple model in NeuroML. It adds a single spiking neuron to a population in a network, and then plots the membrane potential.

View on GitHub

Run on Binder


A COMBINE archive is a bundled package containing all the necessary documents and relevant information for a modeling and simulation project. This notebook is an example for creating a simple COMBINE archive.

View on GitHub

Run on Binder


This notebook creates simple models in SBGN. The same biological system is shown in the three different languages of SBGN.

View on GitHub

Run on Binder


This notebook creates a simple model in SBML. The SBML model consists of two chemical species and a basic reaction that converts one to the other.

View on GitHub

Run on Binder


This notebook illustrates the Synthetic Biology Open Language (SBOL). In this notebook we will be creating a simple sequence and generating a diagram for it.

View on GitHub

Run on Binder


This notebook creates a simple SED-ML file. We show how to use SED-ML to specify a simulation of an SBML model.

View on GitHub

Run on Binder





If you would like to contribute to the development of these notebooks or if you have spotted a bug, please create a PR or submit an issue to the main examples repo.