7.1.1.4. cobramod.visualization¶
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.
7.1.1.4.1. Submodules¶
- 7.1.1.4.1.1. cobramod.visualization.converter
- 7.1.1.4.1.2. cobramod.visualization.debug
- 7.1.1.4.1.3. cobramod.visualization.escher
- 7.1.1.4.1.4. cobramod.visualization.force_graph
- 7.1.1.4.1.5. cobramod.visualization.items
- 7.1.1.4.1.6. cobramod.visualization.mapping
- 7.1.1.4.1.7. cobramod.visualization.pair