Package: autoMR Type: Package Title: Automated Mendelian Randomization Workflows and Visualizations Version: 1.2.0 Authors@R: c( person("Kelin", "Zhong", email = "kelinzhonguconn@gmail.com", role = c("aut", "cre")), person("Chia-Ling", "Kuo", email = "kuo@uchc.edu", role = "aut") ) Maintainer: Kelin Zhong Description: Provides tools to summarize, analyze, and visualize results from Mendelian randomization studies using summarized genetic association data. The package includes functions for generating forest plots and scatter plots at the single-nucleotide polymorphism and Mendelian randomization method levels, and for fitting multiple estimators in a unified workflow, including inverse-variance weighted estimation, Mendelian randomization Egger regression, the weighted median estimator, the robust adjusted profile score, Mendelian randomization pleiotropy residual sum and outlier, Mendelian randomization with the genotype recoding invariance property, and a Bayesian horseshoe method. Related methods are described by Burgess (2013) , Bowden (2015) , Bowden (2016) , Zhao (2020) , Verbanck (2018) , Dudbridge (2025) , and Grant and Burgess (2024) . Related open-source software includes 'TwoSampleMR' , 'mr.raps' , 'MR-PRESSO' , and 'MR-Horse' . Depends: R (>= 4.2) Imports: ggplot2 (>= 4.0.1), dplyr (>= 1.1.4), tidyr (>= 1.3.1), MendelianRandomization (>= 0.10.0), R2jags (>= 0.8-9), coda (>= 0.19-4.1), nortest (>= 1.0-4), grDevices, graphics, stats, utils, methods URL: https://github.com/KelinZhong/autoMR BugReports: https://github.com/KelinZhong/autoMR/issues License: GPL-3 Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake libgmp3-dev make jags libicu-dev libuv1-dev libssl-dev Repository: https://kelinzhong.r-universe.dev Date/Publication: 2026-06-12 00:45:34 UTC RemoteUrl: https://github.com/kelinzhong/automr RemoteRef: HEAD RemoteSha: ee49bd52334702a930e42b832a270b059f16d291 NeedsCompilation: no Packaged: 2026-06-12 03:35:54 UTC; root Author: Kelin Zhong [aut, cre], Chia-Ling Kuo [aut]