You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://app.codecov.io/gh/MRCIEU/TwoSampleMR?branch=master)
7
+
[](https://mrcieu.r-universe.dev/TwoSampleMR)
7
8
<!-- badges: end -->
8
9
9
10
A package for performing Mendelian randomization using GWAS summary data. It uses the [IEU GWAS database](https://gwas.mrcieu.ac.uk/) to obtain data automatically, and a wide range of methods to run the analysis. You can use the [MR-Base web app](https://www.mrbase.org/) to try out a limited range of the functionality in this package, but for any serious work we strongly recommend using this R package.
@@ -14,22 +15,25 @@ A package for performing Mendelian randomization using GWAS summary data. It use
14
15
15
16
## Installation
16
17
17
-
To install the latest version of TwoSampleMR, perform as normal:
18
+
Users running Windows and macOS, to install the latest version of TwoSampleMR please install from our MRC IEU r-universe
To update the package just run the `remotes::install_github("MRCIEU/TwoSampleMR")` command again.
24
+
Users running Linux or WebR please see the [following instructions](https://github.com/MRCIEU/mrcieu.r-universe.dev#readme).
25
25
26
-
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:
0 commit comments