# Find out the round-robin multilocus genotype assignments for P. ramorum
data(Pram)
pmlg_rr <- rrmlg(Pram)
head(pmlg_rr)
## Not run:
# # You can find out how many unique genotypes are found without each locus:
#
# colSums(!apply(pmlg_rr, 2, duplicated))
# ## End(Not run)
Run the code above in your browser using DataLab