forked from mcanouil/MiSTr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·56 lines (56 loc) · 1.57 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
Type: Package
Package: MiSTr
Title: Mixed effects Score Test for continuous outcomes
Version: 1.0.0
Date: 2020-03-05
Authors@R:
c(person(given = "Jianping",
family = "Sun",
role = "aut",
email = "[email protected]"),
person(given = "Yingye",
family = "Zheng",
role = "aut"),
person(given = "Li",
family = "Hsu",
role = "aut"),
person(given = "Mickaël",
family = "Canouil",
role = c("cre", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3396-4549")),
person(given = "Mathilde",
family = "Boissel",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5719-8749")))
Description: Test for association between a set of SNPS/genes
and continuous or binary outcomes by including variant characteristic
information and using (weighted) score statistics.
License: LGPL (>= 2.0)
URL: https://github.com/mcanouil/MiST,
https://mcanouil.github.io/MiST
BugReports: https://github.com/mcanouil/MiST/issues
Depends:
R (>= 3.3.0)
Imports:
cli (>= 1.1.0),
CompQuadForm (>= 1.4.3),
crayon (>= 1.3.4),
magrittr (>= 1.5),
MASS,
purrr (>= 0.3.3),
rstudioapi (>= 0.10),
utils
Suggests:
covr (>= 3.3.2),
knitr (>= 1.25),
rmarkdown (>= 1.16),
testthat (>= 2.2.1)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
LazyLoad: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2