Other packages > Find by keyword >

autoMR  

Automated Mendelian Randomization Workflows and Visualizations
View on CRAN: Click here


Download and install autoMR package within the R console
Install from CRAN:
install.packages("autoMR")

Install from Github:
library("remotes")
install_github("cran/autoMR")

Install by package version:
library("remotes")
install_version("autoMR", "0.1.1")



Attach the package and use:
library("autoMR")
Maintained by
Kelin Zhong
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2026-03-29
Latest Update: 2026-03-29
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) <doi:10.1002/gepi.21758>, Bowden (2015) <doi:10.1093/ije/dyv080>, Bowden (2016) <doi:10.1002/gepi.21965>, Zhao (2020) <doi:10.1214/19-AOS1866>, Verbanck (2018) <doi:10.1038/s41588-018-0099-7>, Dudbridge (2025) <doi:10.1371/journal.pgen.1011967>, and Grant and Burgess (2024) <doi:10.1016/j.ajhg.2023.12.002>. Related open-source software includes 'TwoSampleMR' <https://github.com/MRCIEU/TwoSampleMR>, 'mr.raps' <https://github.com/qingyuanzhao/mr.raps>, 'MR-PRESSO' <https://github.com/rondolab/MR-PRESSO>, and 'MR-Horse' <https://github.com/aj-grant/mrhorse>.
How to cite:
Kelin Zhong (2026). autoMR: Automated Mendelian Randomization Workflows and Visualizations. R package version 0.1.1, https://cran.r-project.org/web/packages/autoMR. Accessed 09 Jun. 2026.
Previous versions and publish date:
0.1.1 (2026-03-29 17:00), 1.0.0 (2026-04-04 08:20), 1.1.0 (2026-04-13 20:00), 1.1.1 (2026-04-22 21:30)
Other packages that cited autoMR R package
View autoMR citation profile
Other R packages that autoMR depends, imports, suggests or enhances
Complete documentation for autoMR
Functions, R codes and Examples using the autoMR R package
Full autoMR package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

stdReg  
Regression Standardization
Contains functionality for regression standardization. Four general classes of models are allowed; g ...
Download / Learn more Package Citations See dependency  
handyplots  
Handy Plots
Several handy plots for quickly looking at the relationship between two numeric vectors of equal len ...
Download / Learn more Package Citations See dependency  
wheatmap  
Incrementally Build Complex Plots using Natural Semantics
Builds complex plots, heatmaps in particular, using natural semantics. Bigger plots can be assembled ...
Download / Learn more Package Citations See dependency  
Formula  
Extended Model Formulas
Infrastructure for extended formulas with multiple parts on the right-hand side and/or multiple res ...
Download / Learn more Package Citations See dependency  
linemap  
Line Maps
Create maps made of lines. The package contains one function: linemap(). linemap() displays a map m ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

27,372

R Packages

233,548

Dependencies

72,820

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA