-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
42 lines (42 loc) · 1.16 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: BinaryDosage
Title: Creates, Merges, and Reads Binary Dosage Files
Version: 1.0.0.9000
Authors@R:
c(person(given = "John",
family = "Morrison",
role = c("aut", "cre"),
email = "jmorr@usc.edu"),
person(given = "NCI",
role = "fnd",
comment = "CA196559"),
person(given = "NCI",
role = "fnd",
comment = "CA201407"),
person(given = "NIEHS",
role = "fnd",
comment = "ES007048"),
person(given = "NHLBI",
role = "fnd",
comment = "HL115606"))
Description: Tools to create binary dosage files from either VCF
or GEN files, merge binary dosage files, and read
binary dosage files. Binary dosage files tend to have quicker
read times than VCF and GEN formats. There is a small increase
increase in size compared to compressed VCF and GEN files.
License: GPL-3
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0),
covr
VignetteBuilder: knitr
RoxygenNote: 7.0.2
Roxygen: list(markdown = TRUE)
LinkingTo:
Rcpp
Imports:
Rcpp,
digest,
prodlim