biocrnpyler.mechanisms.signaling
Classes
|
A mechanism to model a two-component system (TCS) membrane sensor. |
- class biocrnpyler.mechanisms.signaling.Membrane_Signaling_Pathway_MM(name='two_component_membrane_signaling', mechanism_type='membrane_sensor', **keywords)[source]
A mechanism to model a two-component system (TCS) membrane sensor. Includes the sensing of signal substrate (SigSub) and the phosphorylation of the response protein (RP) but not include the reporter circuit. Mechanism follows Michaelis-Menten Type Reactions. Mechanism for the activation of the membrane sensor protein (MSP): SP + SigSub <–> SP:SigSub –> SP* Mechanism for the auto-phosphorylation: SP* + nATP <–> SP*:nATP –> SP**:nADP –> SP** + nADP Mechanism for the phosphorylation of response protein: SP** + RP <–> SP**:RP –> SP*:RP* –> SP*+RP* Mechanism for the dephosphorylation of phosphoryled response protein: RP* –> RP + Pi
Initializes a Mechanism instance.
- Parameters:
name – name of the Mechanism
mechanism_type – mechanism_type in string