Package: gg4way Title: 4way Plots of Differential Expression Version: 1.11.0 Authors@R: c( person(given = c("Benjamin", "I"), family = "Laufer", role = c("aut", "cre"), email = "blaufer@gmail.com"), person(given = c("Brad", "A"), family = "Friedman", role = c("aut"))) Description: 4way plots enable a comparison of the logFC values from two contrasts of differential gene expression. The gg4way package creates 4way plots using the ggplot2 framework and supports popular Bioconductor objects. The package also provides information about the correlation between contrasts and significant genes of interest. License: MIT + file LICENSE URL: https://github.com/ben-laufer/gg4way BugReports: https://github.com/ben-laufer/gg4way/issues biocViews: Software, Visualization, DifferentialExpression, GeneExpression, Transcription, RNASeq, SingleCell, Sequencing Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 4.3.0), ggplot2 Imports: DESeq2, dplyr, edgeR, ggrepel, glue, janitor, limma, magrittr, methods, purrr, rlang, scales, stats, stringr, tibble, tidyr Suggests: airway, BiocStyle, knitr, org.Hs.eg.db, rmarkdown, testthat, vdiffr VignetteBuilder: knitr Config/testthat/edition: 3 LazyData: false Config/pak/sysreqs: libicu-dev zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 13:01:39 UTC RemoteUrl: https://github.com/bioc/gg4way RemoteRef: HEAD RemoteSha: 6d25c07768b137d4e2a623e0dc4a07c15a50234e NeedsCompilation: no Packaged: 2026-07-04 03:15:21 UTC; root Author: Benjamin I Laufer [aut, cre], Brad A Friedman [aut] Maintainer: Benjamin I Laufer