The goal of manhattanly is to create interactive manhattan, Q-Q and volcano plots

You can install manhattanly from CRAN:
install.packages("manhattanly")Alternatively, you can install the development version of manhattanly from GitHub with:
install.packages("devtools")
devtools::install_github("sahirbhatnagar/manhattanly", build_vignettes = TRUE)See the online vignette for example usage of the functions.
This package is inspired by the qqman R package. The pre-processing of the data in the manhattanly package is based on the qqman::manhattan and qqman::qq functions.
The splitting of the tasks into data pre-processing and plot rendering is inspired by the heatmaply R package.
You can see the most recent changes to the package in the NEWS.md file
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.