- Home
- Bioconductor 3.23
- Software Packages
- GMRP (development version)
GMRP
This is the development version of GMRP; for the stable release version, see GMRP.
GWAS-based Mendelian Randomization and Path Analyses
Bioconductor version: Development (3.23)
Perform Mendelian randomization analysis of multiple SNPs to determine risk factors causing disease of study and to exclude confounding variabels and perform path analysis to construct path of risk factors to the disease.
Author: Yuan-De Tan
Maintainer: Yuan-De Tan <tanyuande at gmail.com>
citation("GMRP")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("GMRP")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("GMRP")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.