forked from MRCIEU/TwoSampleMR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
67 lines (67 loc) · 2.06 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
Package: TwoSampleMR
Title: Two Sample MR functions and interface to MR Base database
Version: 0.5.5
Authors@R: c(person("Gibran", "Hemani", email = "g.hemani@bristol.ac.uk",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0920-1055")),
person("Philip", "Haycock", email = "philip.haycock@bristol.ac.uk",
role = c("aut"), comment = c(ORCID = "0000-0001-5001-3350")),
person("Jie", "Zheng", email = "Jie.Zheng@bristol.ac.uk",
role = c("aut"), comment = c(ORCID = "0000-0002-6623-6839")),
person("Tom", "Gaunt", email = "Tom.Gaunt@bristol.ac.uk",
role = c("aut"), comment = c(ORCID = "0000-0003-0924-3247")),
person("Ben", "Elsworth", email = "Ben.Elsworth@bristol.ac.uk",
role = c("aut"), comment = c(ORCID = "0000-0001-7328-4233")),
person("Tom", "Palmer", email = "tom.palmer@bristol.ac.uk",
role = c("aut"), comment = c(ORCID = "0000-0003-4655-4511"))
)
Description: A package for performing Mendelian randomization
using GWAS summary data. It uses the IEU GWAS database to
obtain data automatically, and a wide range of methods to
run the analysis. You can use the MR-Base web app to try out
a limited range of the functionality in this package, but
for any serious work we strongly recommend using this R
package.
Depends:
R (>= 3.6.0)
Imports:
ieugwasr (>= 0.1.5),
ggplot2,
gridExtra,
cowplot,
plyr,
reshape2,
stringr,
knitr,
markdown,
gtable,
rmarkdown,
MendelianRandomization,
dplyr,
mr.raps,
psych,
magrittr,
car,
randomForest,
meta,
data.table,
MRPRESSO,
MRInstruments,
RadialMR,
MRMix,
glmnet,
lattice
Remotes:
mrcieu/ieugwasr,
rondolab/MR-PRESSO,
mrcieu/MRInstruments,
WSpiller/RadialMR,
gqi/MRMix
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Encoding: UTF-8
Suggests:
covr,
testthat
Roxygen: list(markdown = TRUE)