allGenos {relMix} | R Documentation |
Finds all possible genotypes based on input alleles.
allGenos(alleles)
alleles |
Vector of input alleles, numeric or character |
Matrix of all possible genotypes, one row per genotype
Guro Dorum
alleles <- 1:3
allGenos(alleles)