Selection classClass used to generate objects that manage the selection in the simulations.
genomea Genome object
IDhaplotypesIDs of haplotypes
IDgenotypesIDs of genotypes
IDgenomeID of the associated genome
nbHaplothe number of haplotypes
nbGenothe number of genotypes
gamFitthe list of gametes' fitness
indFitthe list of individuals' fitness
gamProdFitthe list of gamete production fitness
sOnIndsa logical indicating whether a selection on individuals has been configured by the user
sOnGamsa logical indicating whether a selection on gametes has been configured by the user
sOnGamsProda logical indicating whether a selection on gamete production has been configured by the user
Ehouarn Le Faou
An object of type Selection is an object which describes the set of
fitnesses which will be taken into account in the simulations. The
selection according to these fitnesses can be applied at three levels:
at the level of the individual, at the level of the production of
gametes and at the level of the gametes themselves.
Selection is therefore genotypic in the first two cases (each genotype
is associated with a fitness value) and haplotypic in the third (each
haplotype is associated with a fitness value).