powered by
Assignment power
assignment_power( sire_genotype, dam_genotype, ploidy_level = 2, verbose = FALSE )
the theoretical assignment power calculated with the formula proposed in Vandeputte (2012)
matrix of the sire genotypes
matrix of the dam genotypes
ploidy level of the parents
verbose
data("APIS_sire") data("APIS_dam") P = assignment_power(sire_genotype = APIS_sire, dam_genotype = APIS_dam)
Run the code above in your browser using DataLab