Hello Everyone,
I have a dataset of ~400 individuals typed at 14 microsatellites (sampling was individual-based), and would like to analyze these using RDA. I initially estimated Smouse and Peakall (1999) genetic distance among individuals, but I’m not sure I could use a matrix of genetic distances as a response variable for RDA analyses.
Alternatively, I thought of using the frequency/count of the most common allele (per locus) in genotypes instead. Ex. with one locus and 2 alleles:
Alleles = ‘A’ and ‘B’, ‘A’ being the most common among the individuals sampled.
Individual—genotype -- ‘A’ allele count in genotype:
Ind1--AA--2
Ind2—AB-- 1
Ind3—BB— 0
Could this be a better/adequate way of representing the response variable?
Thanks in advance for your help.