-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
75 lines (75 loc) · 2.15 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Type: Package
Package: gwsem
Title: Genome-Wide Structural Equation Modeling
Version: 2.1.5
Authors@R:
c(person(given = c("Joshua", "N."),
family = "Pritikin",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Bradley",
family = "Verhulst",
role = "cph",
email = "[email protected]"),
person(given = "Gavin",
family = "Band",
role = "cph"),
person(given = "Yann",
family = "Collet",
role = "cph"),
person(given = "Facebook, Inc.",
role = "cph"),
person(given = "Yuta",
family = "Mori",
role = "cph"),
person(given = "Shaun",
family = "Purcell",
role = "cph"),
person(given = "Christopher",
family = "Chang",
role = "cph"),
person(given = "Wojciech",
family = "Mula",
role = "cph"),
person(given = "Kim",
family = "Walisch",
role = "cph"),
person(given="D. Richard", family="Hipp", role="cph"))
Description: Melds genome-wide association tests with structural
equation modeling (SEM) using 'OpenMx'. This package contains
low-level C/C++ code to rapidly read genetic data encoded in U.K.
Biobank or 'plink' formats. Prebuilt modeling options include one and
two factor models. Alternately, analyses may utilize arbitrary,
user-provided SEMs. See Verhulst, Maes, & Neale (2017)
<doi:10.1007/s10519-017-9842-6> for details. An updated manuscript is
in preparation.
License: GPL (>= 3)
URL: https://github.com/jpritikin/gwsem, https://jpritikin.github.io/gwsem/
BugReports: https://github.com/jpritikin/gwsem/issues
Depends:
R (>= 3.5),
OpenMx (>= 2.19.8)
Imports:
data.table,
methods,
qqman,
Rcpp,
lifecycle
Suggests:
testthat (>= 2.1.0),
MASS,
covr,
knitr,
rmarkdown,
digest,
curl
LinkingTo:
BH (>= 1.69.0-1),
Rcpp
RdMacros:
lifecycle
Encoding: UTF-8
Language: en-US
NeedsCompilation: yes
RoxygenNote: 7.2.3
SystemRequirements: GNU make