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