forked from cran/MendelianRandomization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
37 lines (30 loc) · 1.47 KB
/
NEWS
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
MendelianRandomization v0.4.3
=============================
Updated Phenoscanner function in case of web failure
MendelianRandomization v0.4.1 and v0.4.2
=============================
Bug fixes
MendelianRandomization v0.4.0
=============================
Added multivariable MR-Egger method (mr_mvegger)
Added contamination mixture method (mr_conmix)
Added seamless integration with PhenoScanner via the pheno_input function
MendelianRandomization v0.3.0
=============================
Added mr_mvinput and mr_mvivw for multivariable Mendelian randomization
Added mode-based estimation method of Hartwig et al (mr_mbe) and heterogeneity-penalized mode-based method (mr_hetpen)
MendelianRandomization v0.2.2
=============================
Penalization of weights altered to correspond to Rees et al 2017 (submitted): penalization is now about the median estimate, only variants with heterogeneity p-value less than 0.01 are penalized.
MendelianRandomization v0.2.1
=============================
Minor fix on extract.pheno.csv function that was making SNPs out of order.
Minor fix on p-values from mr_ivw and mr_egger functions.
MendelianRandomization v0.2.0
=============================
New functionality on mr_plot command: static graph (new options "interactive" and "labels").
New command mr_maxlik: implements maximum-likelihood estimation method.
Bug fixes on mr_allmethods command.
MendelianRandomization v0.1.0
=============================
First release.