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 (<https://www.cog-genomics.org/plink2>), 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
NeedsCompilation: yes
Packaged: 2024-09-06 18:54:35 UTC; agrueneberg
Author: Alexander Grueneberg [aut, cre],
  Gustavo de los Campos [ctb]
Maintainer: Alexander Grueneberg <cran@agrueneberg.info>
Repository: CRAN
Date/Publication: 2024-09-06 19:20:14 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-21 12:29:14 UTC; windows
Archs: x64
