rbatools.module_block
module
Classes
class ModuleBlock (ancestors: InformationBlock)
-
Class holding information on the modules in the model.
Attributes
Elements
:dict
- Each model-enzyme is represented by a key. The values, holding information on each enzyme, are dicts with predefined keys: 'ID' : So far dummy (type str) 'Name' : So far dummy (type str) 'Members' : contained entities (type str)
Methods
def from_files(self, model, sbml)
def overview(self)
-
Derive statistics on modules.
Returns
Dictionary with general numbers on modules.