Package: BEDMatrix
Version: 1.5.0
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("Lian", "Lian", email = "lianl0501@gmail.com", role = c("ctb")),
    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
SystemRequirements: C++11
Depends: R (>= 3.0.0)
Imports: methods, Rcpp (>= 0.12.1), crochet (>= 2.0.0)
LinkingTo: Rcpp, BH
Suggests: data.table, testthat, covr
RoxygenNote: 6.1.1
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2019-04-25 14:30:07 UTC; agrueneberg
Author: Alexander Grueneberg [aut, cre],
  Lian Lian [ctb],
  Gustavo de los Campos [ctb]
Maintainer: Alexander Grueneberg <alexander.grueneberg@googlemail.com>
Repository: CRAN
Date/Publication: 2019-04-25 15:00:03 UTC
