Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

dartR (version 1.9.9.1)

gl.alf: Calculates allele frequency of the first and second allele for each loci #' A very simple function to report allele frequencies

Description

Calculates allele frequency of the first and second allele for each loci #' A very simple function to report allele frequencies

Usage

gl.alf(gl)

Arguments

gl

-- a genlight object

Value

a simple data.frame with alf1, alf2

Examples

Run this code
# NOT RUN {
#for the first 10 loci only
gl.alf(possums.gl[,1:10])
barplot(t(as.matrix(gl.alf(possums.gl[,1:10]))))
# }

Run the code above in your browser using DataLab