Resources for Mendelian randomization

This page collects some useful resources for people interested in Mendelian randomization.

Software

MR-RAPS

The statistical methods for univariate summary-data MR are implemented in the mr.raps package that is currently hosted on GitHub. To install, run

devtools::install_github("qingyuanzhao/mr.raps")

You can get help from the package manual or the main function

help(mr.raps)

GRAPPLE

Check out this new R package called GRAPPLE that accommodates multiple exposure factors and GWAS sample overlap:

devtools::install_github("jingshuw/grapple")

Tutorial and talks

Other information

Related publications can be found in the IV & MR project page.

comments powered by Disqus

Related