(Release date 2025-06-05)
mr_grip()
(thanks @fdudbridge)mr_scatter_plot()
to issue a message about the scale the MR-GRIP estimate is plotted on (thanks @fdudbridge)(Release date 2025-05-01)
(Release date 2025-03-28)
mr_grip()
returned object names (thanks @fdudbridge)(Release date 2025-03-26)
mr_grip()
function which implements the MR-GRIP (modified MR-Egger with the Genotype Recoding Invariance Property) method of Dudbridge and Bowden et al. (2025).
The new method can be accessed by mr(dat, method_list = "mr_grip")
or it can be added to the default list of methods with mr(dat, method_list = c(subset(mr_method_list(), use_by_default)$obj, "mr_grip"))
.format_data()
function no longer causes a stack overflow when its dat
argument is not a variable (thanks to @DarwinAwardWinner)(Release date 2025-03-18)
format_data()
(thanks to @lea-urpa)mv_extract_exposures()
and mv_extract_exposures_local()
, SNPs that do not pass harmonisation between exposures in MVMR are now dropped (thanks @yatest)(Release date 2025-03-06)
(Release date 2025-03-03)
Additional_repositories
field in the DESCRIPTION.
We have also moved mr.raps to the soft dependency list (Suggests list) and added rsnps to our Suggests list, both with remotes.default_parameters()
helpfile(Release date 2025-02-05)
format_data()
when the log_pval
argument was set to TRUE
.
The specified p-value column is now used (thanks to @luddeluddis)(Release date 2024-09-06)
unique()
calls in power_prune()
with mean()
to ensure scalar iv.se
values (thanks @phageghost)(Release date 2024-08-21)
R CMD check
GitHub Actions due to the rjson hard dependency of the MendelianRandomization package now requiring R >= 4.4.0(Release date 2024-07-06)
(Release date: 2024-06-30)
R CMD check
GitHub Actions workflow to be 4.3.2. This is because the meta dependency depends on lme4, and the recent 1.1-35.4 release of lme4 requires Matrix 1.6-2 which was released a few days after R 4.3.2.(Release date: 2024-06-05)
(Release date: 2024-05-23)
(Release date: 2024-05-09)
format_data()
now errors if it detects its dat
object is of class 'data.table'
and issues a message informing the user to make their dat object simply a 'data.frame'
(thanks to Si Fang @sifang1678)(Release date: 2024-04-30)
(Release date: 2024-04-22)
(Release date: 2024-03-21)
mr_leaveoneout_plot()
and mr_forest_plot()
amended size
argument to linewidth
as per ggplot2 version 3.4.0.(Release date: 2024-02-20)
bfile
and plink_bin
arguments to clump_data()
mv_extract_exposures_local()
to create the multiple exposure dataset(Release date: 2024-02-01)
dat_to_RadialMR()
make_dat()
default arguments and helpfile(Release date: 2023-11-16)
(Release date: 2023-05-29)
(Release date: 2021-03-25)
(Release date: 2020-08-09)
clump_data
function to operate on outcome datasets in the same way as it operates on exposure datasets. Credit goes to Marina Vabistsevits for spotting this and suggesting a solution.(Release date: 2020-05-10)
(Release date: 2020-04-02)
(Release date: 2020-03-11)
R CMD check
warnings and notes.(Release date: 2020-02-14)
(Release date: 2020-01-01)
(Release date: 2019-12-01)
(Release date: 2019-09-12)
devtools::install_github("MarkEdmondson1234/googleAuthR@v0.8.1")
(Release date: 2019-09-10)
(Release date: 2019-08-12)
extract_instruments
when pre-computed outcomes are not present by default. The old behaviour is still possible by setting extract_instruments(force_server_if_empty=FALSE)
(Release date: 2019-02-22)
(Release date: 2019-02-19)
(Release date: 2019-01-31)
(Release date: 2019-01-31)
(Release date: 2018-12-03)
(Release date: 2018-12-03)
(Release date: 2017-11-30)
(Release date: 2017-11-23)
(Release date: 2017-11-22)
(Release date: 2017-11-22)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.