powered by
Estimates allele frequencies from a database with DNA profiles
freqEst(x)
A database of the form ['id','locus1 allele1','locus1 allele2',...,'locusN allele 1','locusN allele2'].
Returns a list of probability vectors - one vector for each locus.
Computes the allele frequencies for a given database.
# NOT RUN { data(dbExample) freqEst(dbExample) # }
Run the code above in your browser using DataLab