ADMIXTURE.jl
Julia wrapper of the ADMIXTURE program for estimating ancestry
Install / Use
/learn @OpenMendel/ADMIXTURE.jlREADME
ADMIXTURE.jl
| Documentation | Build Status | Code Coverage |
|-------------------|------------------|--------------------|
|
|
|
|
ADMIXTURE.jl is a Julia wrapper of the popular ADMIXTURE program for estimating ancestry in a model-based manner from large autosomal SNP genotype data sets.
The methodology is described in following papers:
-
D Alexander, J Novembre, and K Lange. (2009) Fast model-based estimation of ancestry in unrelated individuals, Genome Research, 19(9):1655–1664. https://dx.doi.org/10.1101/gr.094052.109
-
D Alexander and K Lange. (2011) Enhancements to the ADMIXTURE algorithm for individual ancestry estimation. BMC Bioinformatics, 12:246. https://doi.org/10.1186/1471-2105-12-246
-
S Shringarpure, C Bustamante, K Lange, and D Alexander. (2016) Efficient analysis of large datasets and sex bias with ADMIXTURE. BMC Bioinformatics 17:218. https://doi.org/10.1186/s12859-016-1082-x
ADMIXTURE.jl requires Julia v1.3 or later. See documentation for usage. It is not yet registered and can be installed, in the Julia Pkg mode, by
(@v1.5) Pkg> add https://github.com/OpenMendel/ADMIXTURE.jl
The original ADMIXTURE software thus ADMIXTURE.jl only support Linux and MacOS.
As a quick example, suppose a set of PLINK files hapmap3.bed, hapmap3.bim, hapmap3.fam are available in the current directory. Then
P, Q = admixture("hapmap3.bed", 3)
returns the P matrix (allele frequencies of the inferred ancestral populations) and the Q matrix (the ancestry fractions). The output files by ADMIXTURE are saved in the working directory.
For more details, check the documentation.
Related Skills
node-connect
341.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR
