Description
ADMIXTURE is a program for estimating ancestry in a model-based manner from large autosomal SNP genotype datasets, where the individuals are unrelated (for example, the individuals in a case-control association study).
Input
One of PLINK “.bed” file or PLINK “.ped” or EIGENSTRAT “.geno” file. If you provide “.bed” then you need to provide “.bim” and “fam” files. If you provide “.ped” or “.geno” then you need to provide a “.map” file and an empty channel.
*.{bed}
Mandatory accompanying file. One of PLINK “.bim” file or PLINK “.map” file. Provide “.bim” if “.bed” is the input. Provide “.map” if “.ped” or “.geno” is the input.
*.{bim}
PLINK “.fam” file. Mandatory if you provide “.bed” as input. Replace with an empty channel if input is “.ped” or “.geno”.
*.{fam}