freqEst | R Documentation |
Estimates allele frequencies from a database with DNA profiles
freqEst(x)
x |
A database of the form ['id','locus1 allele1','locus1 allele2',...,'locusN allele 1','locusN allele2']. |
Computes the allele frequencies for a given database.
Returns a list of probability vectors - one vector for each locus.
James Curran and Torben Tvedebrink
data(dbExample) freqEst(dbExample)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.