Name Mode Size
R 040000
data-raw 040000
data 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
LICENSE 100644 0 kb
LICENSE.md 100644 1 kb
NAMESPACE 100644 1 kb
NEWS.md 100644 0 kb
README.md 100644 1 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).