biocrnpyler.mechanisms.integrase
Classes
|
Mechanism for the schema DNA1 + DNA2 --> DNA3 + DNA4. |
|
Mechanism for the schema integrase+DNA1 + DNA2 --> integrase+DNA3 + DNA4. |
- class biocrnpyler.mechanisms.integrase.BasicIntegration(name: str = 'basic_integration', mechanism_type: str = 'integration', **keywords)[source]
Mechanism for the schema DNA1 + DNA2 –> DNA3 + DNA4.
Initializes a BasicIntegration instance.
- Parameters:
name – name of the Mechanism, default: basic_integration
mechanism_type – type of the Mechanism, default: integration
keywords
- class biocrnpyler.mechanisms.integrase.EnzymeIntegration(name: str = 'enzyme_integration', mechanism_type: str = 'integration', integrase='Int1', **keywords)[source]
Mechanism for the schema integrase+DNA1 + DNA2 –> integrase+DNA3 + DNA4.
Initializes a BasicIntegration instance.
- Parameters:
name – name of the Mechanism, default: basic_integration
mechanism_type – type of the Mechanism, default: integration
keywords