Package: BEDMatrix
Version: 1.6.1
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 = "alexander.grueneberg@googlemail.com", 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.0.0)
Imports: methods, Rcpp (>= 0.12.1), crochet (>= 2.2.0)
LinkingTo: Rcpp, BH
Suggests: data.table, LinkedMatrix, testthat
NeedsCompilation: yes
Packaged: 2019-06-21 14:01:40 UTC; agrueneberg
Author: Alexander Grueneberg [aut, cre],
  Gustavo de los Campos [ctb]
Maintainer: Alexander Grueneberg <alexander.grueneberg@googlemail.com>
Repository: CRAN
Date/Publication: 2019-06-21 15:40:02 UTC
