extractA {MasterBayes}R Documentation

Allele Frequencies

Description

extracts allele frequencies from genotype data

Usage

extractA(G, marker.type="MS", ...)

Arguments

G data frame or list of genotype objects
marker.type optional "MS" or "AFLP" for codominant or dominant markers respectively
... further arguments to be passed

Value

list of allele frequnecies at each loci

Author(s)

Jarrod Hadfield j.hadfield@ed.ac.uk

See Also

genotype.list, genotype

Examples

  data(WarblerG)

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

[Package MasterBayes version 2.42 Index]