![]() | This article has multiple issues. Please help improve it or discuss these issues on the talk page . (Learn how and when to remove these messages)
|
PLINK | |
---|---|
Developer(s) | Shaun Purcell; Christopher Chang (PLINK 1.9/2.0) |
Initial release | 2007 |
Stable release | 1.9 / December 2015 |
Written in | C, C++ |
Operating system | Windows, macOS, Linux |
Platform | Command-line interface |
Available in | English |
Type | Bioinformatics software |
License | GNU General Public License |
Website | www |
PLINK is a free, open-source whole-genome association analysis toolkit used to perform a wide-range of genetic data analysis. It was designed by Shaun Purcell and published in 2007. [1] As of 2025 [update] , it has been cited over 35,000 times and is considered to be one of the most used and most comprehensive [2] programs for analyzing SNP genotypes from diverse genetic datasets in population genetics. [3]
PLINK is implemented in C/C++. A significant update was published in 2015 with PLINK v1.9. [4]
PLINK currently supports following functionalities:
PLINK has its own format of text files (.ped) and binary text files (.bed) that serve as input files for most analyses. [5] A .map accompanies a .ped file and provides information about variants, while .bim and .fam files accompany .bed files as part of the binary dataset. Additionally, PLINK accepts inputs of VCF, BCF, Oxford, and 23andMe files, which are typically extracted into the binary .bed format prior to performing desired analyses. With certain formats such as VCF, some information such as phase and dosage will be discarded.
PLINK has a variety of output files depending on the analysis. PLINK has the ability to output files for BEAGLE and can recode a .bed file into a VCF for analyses in other programs. Additionally, PLINK is designed to work in conjunction with R, and can output files to be processed by certain R packages.
PLINK input and output file formats which are identifiable by file extension