Entering edit mode
Hello,
I need to use DESeq2 for a series of simulations on a high-performance computing cluster, but the most recent version of R available is 4.0.3. This means I can only use Bioconductor 3.12, and when I go to install DESeq2 using
BiocManager::install("DESeq2")
I get that it's not available for 3.12 anymore. Specifically:
package "DEseq2" is not available for Bioconductor version '3.12'
Can anyone help me with advice on how to install the previous version of DESeq2? It's version 1.30.0, if that helps.
Thank you!
Well, that's embarrassing. Thank you.