Hello everyone, I'm currently working on my research using DAPC for analyzing the genetic structure of my quinoa population using SSR. Before doing the DAPC, there is a prior step where I use the find.clusters function to obtain the best number of clusters for my data. Well, I chose 80 PCs to retain (kmeansquinoa gráfico 1), then I had to choose the number of clusters based in the other plot that I was given (kmeansquinoa grafico 2) and according to the tutorial, it says that the optimal clustering solution should correspond to the lowest BIC, but, in the examples of the tutorial the BIC has values from 800 to 1200 and in my plot I have a negative "best" BIC value. Does it matter if the best BIC has a negative value?
Thanks in advance
P.D. This is the description of my genind object that I'm using for the DAPC. The ploidy of my organism is 4.
/// GENIND OBJECT /////////
// 129 individuals; 15 loci; 179 alleles; size: 127.9 Kb
// Basic content
@tab: 129 x 179 matrix of allele counts
@loc.n.all: number of alleles per locus (range: 7-19)
@loc.fac: locus factor for the 179 columns of @tab
@all.names: list of allele names for each locus
@ploidy: ploidy of each individual (range: 4-4)
@type: codom
@call: df2genind(X = mg, ncode = 3, ploidy = 4)
// Optional content
- empty -