stk.MutationRecord
- class stk.MutationRecord(molecule_record, mutator_name)[source]
Bases:
Generic
[T
]Abstract base class for a record of a mutation operation.
Notes
You might notice that the public methods of this abstract base class are implemented. This is just a default implementation, which can be used directly by users and subclasses, but can also be freely replaced during subclass implementation, if need be.
- Parameters:
molecule_record (T) – The molecule produced by the mutation operation.
mutator_name (str) – The name of the mutator which carried out the mutator.
Methods
Get the molecule record produced by the mutation.
Get the name of the mutator which carried out the mutation.