-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
39 lines (39 loc) · 902 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: mrbma
Title: Mendelian Randomization Bayesian Model Averaging
Version: 0.1.0
Authors@R:
person("Michael", "Levin", , "michael.levin@pennmedicine.upenn.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9937-9932"))
Description: A set of functions designed to implement Mendelian
Randomization Bayesian Model Averaging.
License: MIT + file LICENSE
URL: https://github.com/mglev1n/mrbma, https://mglev1n.github.io/mrbma/
BugReports: https://github.com/mglev1n/mrbma/issues
Imports:
checkmate,
cli,
combinat,
dplyr,
ggplot2,
ggrepel,
glue,
hash,
magrittr,
methods,
poolr,
stats,
tibble,
tidyr,
TwoSampleMR (>= 0.5.6),
utils
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Remotes:
MRCIEU/TwoSampleMR
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3