-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1021 Bytes
/
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
Package: MultilevelGwas
Title: Genome wide association studies of multiple traits with Bayesian
multilvel models
Version: 0.99.0
Authors@R:
person(given = "Simo",
family = "Kitanovski",
role = c("aut", "cre"),
email = "[email protected]")
Description: Genome wide association studies of multiple traits in model
organisms, such as inbred mice, with Bayesian multilevel models.
License: GPL (>=3) + file LICENSE
Depends:
methods,
stats,
R (>= 3.6.0),
Rcpp (>= 0.12.0),
StanHeaders (> 2.18.1)
Imports:
rstan (>= 2.19.2),
reshape2 (>= 1.4.3),
rPref
Suggests:
BiocStyle,
knitr,
rmarkdown,
testthat (>= 2.1.0),
ggplot2,
ggforce,
gridExtra,
ggrepel
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
SystemRequirements: GNU make
biocViews: GenomeWideAssociation, Regression, Genetics, Bayesian,
FeatureExtraction
BugReports: https://github.com/snaketron/MultilevelGwas/issues
RoxygenNote: 6.1.1