biopython v1.71.0 Bio.GA.Mutation.Simple.SinglePositionMutation
Perform a conversion mutation, but only at a single point in the genome.
This does not randomize the genome as much as ConversionMutation, since only one change is allowed per genome at the specified mutation rate.
Link to this section Summary
Link to this section Functions
Link to this function
__init__()
Initialize a mutator.
Arguments:
- mutation_rate - The chance of a mutation happening once in the genome.
Link to this function
mutate()
Mutate the organism’s genome.