Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 860 Bytes

index.rst

File metadata and controls

45 lines (28 loc) · 860 Bytes

pyMaBoSS

pyMaBoSS is a python API for the MaBoSS software. It can be used inside the Colomoto docker. The API is loaded by running the following line in Python:

import maboss

Once loaded, it allows you to quickly load a MaBoSS model:

sim = maboss.load("metastasis.bnd", "metastasis.cfg")    

And then to simulate the model and plot the simulation results:

res = sim.run()
res.plot_piechart()

Simulation result

installation.rst

notebooks/tutorials.rst

api/index.rst

Indices and tables

  • genindex
  • modindex
  • search