cobramod.visualization ====================== .. py:module:: cobramod.visualization .. autoapi-nested-parse:: Sub-package visualization This package handles the creation and parsing of a JSON that can be used for the package Escher. The main module converter.py has the class JsonDictionary, which is the base for the Escher-visualization. The module items.py, is a pythonic-representation of the JSON-objects from the Escher-schema, which includes: - Reactions - Segments - Nodes Moreover, there is a debug module, which helps debugging the objects and the initialization of the module. Please refer to each individual module for more in-depth information. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/cobramod/visualization/converter/index /autoapi/cobramod/visualization/debug/index /autoapi/cobramod/visualization/escher/index /autoapi/cobramod/visualization/force_graph/index /autoapi/cobramod/visualization/items/index /autoapi/cobramod/visualization/mapping/index /autoapi/cobramod/visualization/pair/index