Skip to content

CM Tutorial 1

C E edited this page Aug 12, 2026 · 5 revisions

CellModeller Tutorial 1

Open the Colab notebook here.

Expected Results

View the generated script here.

Generated simulation:

Simulation

Instructions

In the Colab notebook, press the start button on cell one to setup the environment.

Download the BBa_01.xml from here and upload it into the second cell. Then press the start button on cell three to convert it into a json.

Press the start button on cell four and edit the parameters to fine tune simulations. To recreate the example, leave values at defaults. Click the Save Parameters button and then the Generate CellModeller Script button. Copy the output.

Open WebCM and create a new simulation. Click the Edit Source button and paste the generated script. Click the Save Source button. Then, in the simulation window, click the Restart button to run the simulation.

Biophysics

This script simulates the expression of GFP in a growing colony of E. coli. Cells grow at a specified rate and divide when they have enough volume. GFP production and expression is tracked in each cell, and color is calculated based on the level of protein in the cell.

Clone this wiki locally