Download PLINK 1.9 from https://www.cog-genomics.org/plink2.
Download PLINK 2.0 from https://www.cog-genomics.org/plink/2.0/.
download_plink(dir = tempdir(), overwrite = FALSE, verbose = TRUE)download_plink2(
dir = tempdir(),
AVX2 = TRUE,
ARM = FALSE,
AMD = FALSE,
overwrite = FALSE,
verbose = TRUE
)
The path of the downloaded PLINK executable.
The directory where to put the PLINK executable. Default is a temporary directory.
Whether to overwrite file? Default is FALSE
.
Whether to output details of downloading. Default is TRUE
.
Whether to download the AVX2 version? This is only available for
64 bits architectures. Default is TRUE
.
Whether to download an ARM version. Default is FALSE
.
Whether to download an AMD version. Default is FALSE
.