oscar_colony.breeding_scheme#

Functions

generate_breeding_schemes(n_mutations)

Generate all possible combinations of parent1 x parent2 genotype, for the given number of mutations.

Classes

BreedingScheme(parent_1_genotype, ...)

Class representing a particular breeding scheme, i.e. the breeding of two specific parent genotypes.

Genotype(*values)

Genotype status: homozygous (HOM), heterozygous (HET) or WT (wildtype).