Modulation#
- class biopax-explorer.biopax.modulation.Modulation(*args, **kwargs)[source]#
Bases:
Control
Class Modulation
Definition: A control interaction in which a physical entity modulates a
catalysis interaction. Rationale: Biologically, most modulation interactions describe an interaction in which a small molecule alters the ability of an enzyme to catalyze a specific reaction. Instances of this class describe a pairing between a modulating entity and a catalysis interaction. Usage: A typical modulation instance has a small molecule as the controller entity and a catalysis instance as the controlled entity. A separate modulation instance should be created for each different catalysis instance that a physical entity may modulate, and for each different physical entity that may modulate a catalysis instance. Examples: Allosteric activation and competitive inhibition of an enzyme’s ability to catalyze a specific reaction.
code generator : rdfobj (author F.Moreews 2023-2024).
Methods
get_availability
()Attribute _availability getter
get_comment
()Attribute _comment getter
get_controlType
()Attribute _controlType getter
get_controlled
()Attribute _controlled getter
get_controller
()Attribute _controller getter
get_dataSource
()Attribute _dataSource getter
get_displayName
()Attribute _displayName getter
get_evidence
()Attribute _evidence getter
get_interactionType
()Attribute _interactionType getter
get_name
()Attribute _name getter
get_participant
()Attribute _participant getter
get_standardName
()Attribute _standardName getter
get_xref
()Attribute _xref getter
attribute_type_by_name
get_uri_string
object_attributes
set_availability
set_comment
set_controlType
set_controlled
set_controller
set_dataSource
set_displayName
set_evidence
set_interactionType
set_name
set_participant
set_standardName
set_uri_string
set_xref
to_json
type_attributes
Methods Summary
set_uri_string
(uristr)to_json
()Methods Documentation