Package: ggmanh Title: Visualization Tool for GWAS Result Version: 1.17.0 Authors@R: c( person(given = "John", family = "Lee", role = c("aut", "cre"), email = "swannyy.stat@gmail.com"), person(given = "John", family = "Lee", role = c("aut"), email = "john.lee@abbvie.com", comment = "AbbVie"), person(given = "Xiuwen", family = "Zheng", role = c("ctb", "dtc"), email = "xiuwen.zheng@abbvie.com") ) Description: 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. biocViews: Visualization, GenomeWideAssociation, Genetics License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: gdsfmt, ggrepel, grDevices, paletteer, RColorBrewer, rlang, scales, SeqArray (>= 1.32.0), stats, tidyr, dplyr, pals, magrittr Depends: methods, ggplot2 Suggests: BiocStyle, rmarkdown, knitr, testthat (>= 3.0.0), GenomicRanges Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:57:32 UTC RemoteUrl: https://github.com/bioc/ggmanh RemoteRef: HEAD RemoteSha: 43f0523906771d73edeaa11f0af866a8ebca69ad NeedsCompilation: no Packaged: 2026-07-03 12:59:41 UTC; root Author: John Lee [aut, cre], John Lee [aut] (AbbVie), Xiuwen Zheng [ctb, dtc] Maintainer: John Lee