WSpiller / RMVMR

A software package for performing and visualising radial multivariable Mendelian randomization analyses

Home Page:https://wspiller.github.io/RMVMR/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RMVMR

Installation

To install RMVMR directly from the GitHub repository, first make sure you have the remotes package installed:

install.packages("remotes")

Then the RMVMR package can be installed using:

remotes::install_github("WSpiller/RMVMR", build_opts = c("--no-resave-data", "--no-manual"), build_vignettes = TRUE)

To update the package just run the following command again.

remotes::install_github("WSpiller/RMVMR", build_opts = c("--no-resave-data", "--no-manual"), build_vignettes = TRUE)

Description

We have written the RMVMR R package to perform radial multivariable Mendelian randomization analyses, including heterogeneity statistics for assessing instrument strength and validity. The package accommodates any number of exposures less than 6, and is currently includes a range of functions for estimating causal effects, as well as assessing conditional instrument strength and pleiotropic bias.

Citation

Spiller, W. Bowden, J and Sanderson E. "Estimating and visualising multivariable Mendelian randomization analyses within a radial framework" MedRxiv, 2023, doi: https://doi.org/10.1101/2023.04.04.23288134

License

This project is licensed under GNU GPL v2.

About

A software package for performing and visualising radial multivariable Mendelian randomization analyses

https://wspiller.github.io/RMVMR/

License:GNU General Public License v2.0


Languages

Language:R 99.0%Language:CSS 1.0%