Package: plinkFile Title: 'PLINK' (and 'GCTA') File Helpers Version: 0.2.1 Authors@R: person("Xiaoran", "Tong", email = "xiaoran.tong.cn@gmail.com", role = c("aut", "cre")) Description: reads/write binary genotype file compatable with 'PLINK' into/from a R matrix; traverse genotype data one windows of variants at a time, like apply() or a for loop; reads/writes genotype relatedness/kinship matrices created by 'PLINK' or 'GCTA' into/from a R square matrix. It is best used for bringing data produced by 'PLINK' and 'GCTA' into R workflow. Depends: R (>= 3.5.0) License: GPL (>= 2) Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 Repository: https://xiaoran831213.r-universe.dev Date/Publication: 2022-06-17 09:52:55 UTC RemoteUrl: https://github.com/xiaoran831213/plinkfile RemoteRef: HEAD RemoteSha: e1296522a3e3cd98ab1d565e9baab6b7647da2f5 NeedsCompilation: no Packaged: 2026-06-19 10:34:40 UTC; root Author: Xiaoran Tong [aut, cre] Maintainer: Xiaoran Tong