Calculates allele frequency of the first and second allele for each loci #' A very simple function to report allele frequencies
Calculates allele frequency of the first and second allele for each loci #' A very simple function to report allele frequencies
gl.alf(gl)
gl |
– a genlight object |
a simple data.frame with alf1, alf2
Bernd Gruber (bugs? Post to https://groups.google.com/d/forum/dartr)
#for the first 10 loci only gl.alf(possums.gl[,1:10]) barplot(t(as.matrix(gl.alf(possums.gl[,1:10]))))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.