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

conorjudge/TwoSampleMR

This branch is 1 commit ahead of, 803 commits behind MRCIEU/TwoSampleMR:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

47bc987 · Nov 5, 2020
Jun 22, 2020
Nov 5, 2020
Aug 7, 2020
Mar 9, 2020
Oct 12, 2020
Jun 19, 2020
May 9, 2020
Aug 9, 2020
Mar 10, 2020
May 10, 2020
Oct 12, 2020
Nov 5, 2019
Nov 5, 2019
Jun 19, 2020
Aug 9, 2020
Oct 22, 2020
Jun 22, 2020
Jan 31, 2020
Aug 7, 2020

Repository files navigation

Mendelian randomization with GWAS summary data

Build Status 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]")

Docker

A docker image containing R with the TwoSampleMR package pre-installed is available here: https://hub.docker.com/r/mrcieu/twosamplemr

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

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 64.7%
  • R 35.3%