Name Mode Size
..
.gitignore 100644 0 kb
gg4way.Rmd 100644 9 kb
references.bib 100644 0 kb
README.md
# gg4way <!-- badges: start --> <!-- badges: end --> 4way plots enable a comparison of 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 and genes of interest. ## Installation gg4way can be installed from [Bioconductor](https://bioconductor.org/packages/gg4way): ``` r if (!requireNamespace("BiocManager", quietly = TRUE)){ install.packages("BiocManager") } BiocManager::install("gg4way") ``` To install the development version directly from GitHub: ```r if(!requireNamespace("remotes", quietly = TRUE)){ install.packages("remotes") } remotes::install_github("ben-laufer/gg4way") ``` ## Examples See the package [vignette](https://bioconductor.org/packages/release/bioc/vignettes/gg4way/inst/doc/gg4way.html).