data(genotype1)
head(genotype1)
genotype2 = cutEachCol(genotype1[, -11], ploidy = 2)
head(genotype2)
S = c(rep(TRUE, 8), rep(FALSE, 2))
## Not run:
# outPut = selectK.R(genotype2, S, Kmax = 6, ploidy = 2, Kmin=1)
# outPut[["BIC"]]
#
# file.remove("genotype2_ExploredModels.txt")
# ## End(Not run)
Run the code above in your browser using DataLab