forked from mikelove/mrlocus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.08 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
Package: mrlocus
Title: MRLocus - Mendelian Randomization per locus
Version: 0.0.26
Authors@R: c(
person("Anqi", "Zhu", role = "aut"),
person("Nana", "Matoba", role = "aut"),
person("Jason", "Stein", role = "aut"),
person("Michael", "Love", email="michaelisaiahlove@gmail.com", role=c("aut","cre"))
)
Maintainer: Michael Love <michaelisaiahlove@gmail.com>
Description: Mendelian Randomization per locus, leveraging eQTL
and GWAS summary statistics, for estimation of gene-to-trait
effect size and dispersion.
URL: https://github.com/thelovelab/mrlocus
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
Biarch: true
Depends:
R (>= 3.4.0)
Imports:
methods,
Rcpp (>= 0.12.0),
rstan (>= 2.18.1),
rstantools (>= 2.0.0),
matrixStats,
MASS
Suggests:
mclust,
pheatmap,
gridExtra,
knitr,
rmarkdown,
testthat
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
SystemRequirements: GNU make
RoxygenNote: 7.2.3
VignetteBuilder:
knitr,
rmarkdown