Package: BEDMatrix Version: 2.0.4 License: MIT + file LICENSE Title: Extract Genotypes from a PLINK .bed File Description: A matrix-like data structure that allows for efficient, convenient, and scalable subsetting of binary genotype/phenotype files generated by PLINK (), the whole genome association analysis toolset, without loading the entire file into memory. Authors@R: c( person("Alexander", "Grueneberg", email = "cran@agrueneberg.info", role = c("aut", "cre")), person("Gustavo", "de los Campos", email = "gustavoc@msu.edu", role = c("ctb"))) URL: https://github.com/QuantGen/BEDMatrix BugReports: https://github.com/QuantGen/BEDMatrix/issues Depends: R (>= 3.4.0) Imports: methods, crochet (>= 2.3.0) Suggests: data.table, LinkedMatrix, tinytest Repository: https://quantgen.r-universe.dev Date/Publication: 2024-09-06 18:42:54 UTC RemoteUrl: https://github.com/quantgen/bedmatrix RemoteRef: HEAD RemoteSha: bfd3842231ea4fb525a0f1c13bd7951fb91047ba NeedsCompilation: yes Packaged: 2026-06-24 10:45:29 UTC; root Author: Alexander Grueneberg [aut, cre], Gustavo de los Campos [ctb] Maintainer: Alexander Grueneberg