Skip to content

CellBlender Data Model

cnlbob edited this page May 9, 2015 · 14 revisions

The CellBlender Data Model is intended to be a non-Blender representation of all objects and data needed to run a CellBlender model. This makes it handy for storage and interchange. A CellBlender Data Model is essentially a dictionary of dictionaries, lists, and primitive data types nested to represent a given CellBlender model. The data model is typically specified in Python and stored as a "pickle" string to a file.