-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.33 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
Package: MRlapPro
Title: MRlap is an R-package to perform two-sample Mendelian Randomisation (MR) analyses using (potentially) overlapping samples
Version: 1.0.1
Author: flash0926
Maintainer: Ninon Mounier <[email protected]>
Description: MR estimates can be subject to different types of biases due to the overlap between the exposure and outcome samples, the use of weak instruments and Winner’s curse. Our approach simultaneously accounts and corrects for all these biases, using cross-trait LD-score regression (LDSC) to approximate the overlap. It requires only GWAS summary statistics. Estimating the corrected effect using our approach can be performed as a sensitivity analysis: if the corrected effect do not significantly differ from the observed effect, then IVW-MR estimate can be safely used. However, when there is a significant difference, corrected effects should be preferred as they should be less biased, independently of the sample overlap.
License: GPL-2 | file LICENSE
URL: https://github.com/flash0926/MRlapPro
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Depends:
R (>= 3.5)
Imports:
magrittr,
tibble,
dplyr,
tidyr,
tidyselect,
data.table,
rlang,
stringr,
TwoSampleMR,
GenomicSEM,
ieugwasr
Remotes:
MRCIEU/TwoSampleMR,
GenomicSEM/GenomicSEM
RoxygenNote: 7.3.1