-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
42 lines (42 loc) · 1.21 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: GxEScanR
Type: Package
Title: Run GWAS/GWEIS Scans Using Binary Dosage Files
Version: 2.0.2
Date: 2020-10-02
Authors@R:
c(person(given = "John",
family = "Morrison",
role = c("aut", "cre"),
email = "[email protected]"),
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 run genome-wide association study (GWAS) and
genome-wide by environment interaction study (GWEIS) scans using the genetic
data stored in a binary dosage file. The user provides a data frame with
the subject's covariate data and the information about the binary dosage
file returned by the BinaryDosage::getbdinfo() routine.
License: GPL-3
Encoding: UTF-8
Language: en-US
Imports:
Rcpp (>= 1.0.4),
prodlim
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.1.1
Suggests:
BinaryDosage,
testthat (>= 2.1.0),
covr,
knitr,
rmarkdown
VignetteBuilder: knitr