rbatools.enzyme_constraint_block
module
Classes
class EnzymeConstraintBlock (ancestors: InformationBlock)
-
Class holding information on the constraints regarding the enzymes in the model.
Attributes
Elements
:dict
- Each model enzyme-constraint is represented by a key. The values, holding information on each enzyme-constraint, are dicts with predefined keys: 'ID' : enzyme-constraint ID in model (type str) 'AssociatedEnzyme' : ID of enzyme this constraint relates to (type str) 'AssociatedReaction' : ID of reaction this constraint relates to (type str) 'Direction': forward or backward efficiency (type str) 'Type' : Equality or inequality (type str) 'CapacityParameterID' : ID of capacity parameter (type str) 'CapacityParameter' : Definition of capacity parameter (type dict) See doc string of rbatools.rba_Session.RBA_Session.get_parameter_definition method
Methods
def from_files(self, model, Cs, matrix)