biocrnpyler.mechanisms.conformation

Classes

One_Step_Reversible_Conformation_Change([...])

A reaction where n binders (A) bind to 1 bindee (B) in one step n A + B <--> nA:B

class biocrnpyler.mechanisms.conformation.One_Step_Reversible_Conformation_Change(name='one_step_conformation_change', mechanism_type='conformation_change')[source]

A reaction where n binders (A) bind to 1 bindee (B) in one step n A + B <–> nA:B

Initializes a Mechanism instance.

Parameters:
  • name – name of the Mechanism

  • mechanism_type – mechanism_type in string

update_reactions(s0, sf, additional_species=None, component=None, part_id=None, **kwords)[source]

the child class should implement this method.

Returns:

empty list

update_species(s0, sf, additional_species=None, component=None, part_id=None, **kwords)[source]

the child class should implement this method.

Returns:

empty list