Entering edit mode
@kanwalzahidsiddiqi-23743
Last seen 4.6 years ago
Hi,
I am trying to install the software 'EnhancedVolcano' to make volcano plots in R, however it says that EnhancedVolcano is not available for R version 3.2. Does anyone have experience with installing EnhancedVolcano? If yes, which version of R were you using.
I have used the following codes to install Enhanced Volcano:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("EnhancedVolcano")
I would really appreciate any help.
Kind regards, Kanwal :)
Indeed, this package was only in Bioconductor since R v3.5, so, you need to upgrade your version of R.