Skip to content

R package for performing 2-sample MR using MR-Base database

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

yoonsucho/TwoSampleMR

 
 

Repository files navigation

Mendelian randomization with GWAS summary data

Travis build status Lifecycle: experimental DOI Codecov test coverage

A package for performing Mendelian randomization using GWAS summary data. It uses the IEU GWAS database to obtain data automatically, and a wide range of methods to run the analysis. You can use the MR-Base web app to try out a limited range of the functionality in this package, but for any serious work we strongly recommend using this R package.

Full documentation available here: https://mrcieu.github.io/TwoSampleMR

January 2020 major update

We have made substantial changes to the package, database and reference panels. For full details of the changes, please visit https://mrcieu.github.io/TwoSampleMR/articles/gwas2020.html

Installation

To install the latest version of TwoSampleMR, perform as normal:

install.packages("devtools")
devtools::install_github("MRCIEU/TwoSampleMR")

To update the package just run the install_github("MRCIEU/TwoSampleMR") command again.

We recommend using this new version going forwards but for a limited time we are enabling backwards compatibility, in case you are in the middle of analysis or need to reproduce old analysis. In order to use the legacy version of the package and the database, install using:

install.packages("devtools")
devtools::install_github("MRCIEU/[email protected]")

Citation

If using MR-Base, the IEU GWAS database or the TwoSampleMR R package:

Hemani G, Zheng J, Elsworth B, Wade KH, Baird D, Haberland V, Laurin C, Burgess S, Bowden J, Langdon R, Tan VY, Yarmolinsky J, Shihab HA, Timpson NJ, Evans DM, Relton C, Martin RM, Davey Smith G, Gaunt TR, Haycock PC, The MR-Base Collaboration.
The MR-Base platform supports systematic causal inference across the human phenome.
eLife 2018;7:e34408. doi: 10.7554/eLife.34408

If also using the MR-Steiger test:

Hemani G, Tilling K, Davey Smith G.
Orienting the causal relationship between imprecisely measured traits using GWAS summary data.
PLoS Genetics. 2017. 13(11).

License

This project is made available under the open source MIT license.

About

R package for performing 2-sample MR using MR-Base database

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 66.2%
  • R 33.8%