extractA {MasterBayes}R Documentation

Allele Frequencies

Description

extracts allele frequencies from genotype data

Usage

extractA(G, ...)

Arguments

G data frame or list of genotype objects
... further arguments to be passed

Value

list of allele frequnecies at each loci

Author(s)

Jarrod Hadfield j.hadfield@sheffield.ac.uk

See Also

genotype.list, genotype

Examples

  data(WarblerG)

  A<-extractA(WarblerG)
  A[[1]]

[Package MasterBayes version 1.0 Index]