data(nancycats)
nan_geno <- genotype_curve(nancycats)
# With AFLP data, it is often necessary to include more markers for resolution
data(Aeut)
Ageno <- genotype_curve(Aeut)
# Many microsatellite data sets have hypervariable markers
data(microbov)
mgeno <- geotype_curve(microbov)
# This data set has been pre filtered
data(monpop)
mongeno <- genotype_curve(monpop)
Run the code above in your browser using DataLab