-
Notifications
You must be signed in to change notification settings - Fork 177
/
DESCRIPTION
73 lines (73 loc) · 2.15 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
68
69
70
71
72
73
Package: TwoSampleMR
Title: Two Sample MR Functions and Interface to MR Base Database
Version: 0.6.8
Authors@R: c(
person("Gibran", "Hemani", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0920-1055")),
person("Philip", "Haycock", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-5001-3350")),
person("Jie", "Zheng", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-6623-6839")),
person("Tom", "Gaunt", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-0924-3247")),
person("Ben", "Elsworth", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-7328-4233")),
person("Tom", "Palmer", , "[email protected]", role = "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
<https://gwas.mrcieu.ac.uk/> to automatically obtain data, and a wide
range of methods to run the analysis. You can use the MR-Base web app
<https://www.mrbase.org/> to try out a limited range of the
functionality in this package, but for any serious work we strongly
recommend using this R package.
License: MIT + file LICENSE
URL: https://github.com/MRCIEU/TwoSampleMR,
https://mrcieu.github.io/TwoSampleMR/
BugReports: https://github.com/MRCIEU/TwoSampleMR/issues/
Depends:
R (>= 4.0.0)
Imports:
cowplot,
data.table,
dplyr,
ggplot2 (>= 3.4.0),
glmnet,
gridExtra,
gtable,
ieugwasr (>= 1.0.1),
jsonlite,
knitr,
lattice,
magrittr,
MASS,
meta,
mr.raps,
MRMix,
MRPRESSO,
pbapply,
plyr,
psych,
RadialMR,
reshape2,
rmarkdown
Suggests:
Cairo,
car,
markdown,
MendelianRandomization,
MRInstruments,
randomForest,
testthat,
tidyr
VignetteBuilder:
knitr
Remotes:
gqi/MRMix,
mrcieu/MRInstruments,
MRPRESSO=rondolab/MR-PRESSO,
WSpiller/RadialMR
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2