Does anyone know how to get Plink data into Treemix? I want to try out the program, but the manual does not indicate how to convert Plink files into Treemix files.
...
...
3/12/12:
Added a small script to convert stratified allele frequencies output from plink into TreeMix format.
This will be incorporated into the next release, but for the moment must be downloaded
separately. To run this, let's say you have data in plink format (e.g., data.bed, data.bim,
data.fam) and a plink cluster file matching each individual to a population (data.clust).
Now you run:
plink --bfile data --freq --missing --within data.clust
gzip plink.frq
plink2treemix.py plink.frq.gz treemix.frq.gz
I have a Plink dataset, and I have been suggested to load it into UCSC Genome Browser (see http://biology.stackexchange.com/questions/50567/figuring-out-if-populations-from-two-regions-share-the-same-neanderthal-haplotyp for more details). To do so, …
Not sure if helpful, but the wiki page has: