Install Bioconductor packages
a. See https://www.bioconductor.org/install/ to install base Bioconductor packages
b. To run examples using finalSet and reducedSet the
DESeq2 package is needed. To install run
> BiocManager::install("DESeq2")
Install ordinalbayes using
a. within R use > install.packages("ordinalbayes")
or
b. > devtools::install_github("kelliejarcher/ordinalbayes", build_vignettes =
TRUE)
This latter command takes longer because the vignette needs to be built.