-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 841 Bytes
/
DESCRIPTION
File metadata and controls
23 lines (23 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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