Admixture estimation for population.
- populations.txt: allele frequencies for each reference population
- mixture.txt: allele frequncies for mixture population (to be analyzed)
The program will calculate fraction of each reference population for the mixture population.
python3 admix.py --tolerance=1e-3 --population=population.txt --mixture=mixture.txt