powered by
Extracts allele frequencies from genotype data
extractA(G, marker.type = "MSW")
list of allele frequencies at each loci
data frame or list of genotype objects
genotype
"MSW" or "MSC" for co-dominant markers with Wang's (2004) model of genotyping error or CERVUS's model of genotyping error (Marshall, 1998) or "AFLP" for dominant markers.
"MSW"
"MSC"
"AFLP"
Jarrod Hadfield j.hadfield@ed.ac.uk
# \donttest{ data(WarblerG) A <- extractA(WarblerG) A[[1]] # }
Run the code above in your browser using DataLab