孟德尔随机化-装包TwoSampleMR的两种方法
https://mrcieu.github.io/TwoSampleMR/articles/gwas2020.html
Installation
Users running Windows and macOS, to install the latest version of TwoSampleMR please install from our MRC IEU r-universe
install.packages(“TwoSampleMR”, repos = c(“https://mrcieu.r-universe.dev”, “https://cloud.r-project.org”))
Users running Linux or WebR please see the following instructions.
To update the package run the same command again.
Installing from source
install.packages(“remotes”)
remotes::install_github(“MRCIEU/TwoSampleMR”)
To update the package just run the remotes::install_github(“MRCIEU/TwoSampleMR”) command again.