pg.hyper.MutationPoint

Accessible via pg.hyper.MutationPoint.

class MutationPoint(mutation_type, location, old_value, parent)[source]

Bases: object

Internal class that encapsulates the information for a mutation point.

mutation_type

The type of the mutation.

location

The location where the mutation will take place.

old_value

The value of the mutation point before mutation.

parent

The parent node of the mutation point.