ggmanh
This is the released version of ggmanh; for the devel version, see ggmanh.
Visualization Tool for GWAS Result
Bioconductor version: Release (3.22)
Manhattan plot and QQ Plot are commonly used to visualize the end result of Genome Wide Association Study. The "ggmanh" package aims to keep the generation of these plots simple while maintaining customizability. Main functions include manhattan_plot, qqunif, and thinPoints.
Author: John Lee [aut, cre], John Lee [aut] (AbbVie), Xiuwen Zheng [ctb, dtc]
Maintainer: John Lee <swannyy.stat at gmail.com>
citation("ggmanh")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ggmanh")
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("ggmanh")
Details
Package Archives
Follow Installation instructions to use this package in your R session.