Installing EnhancedVolcano package in R
1
0
Entering edit mode
@kanwalzahidsiddiqi-23743
Last seen 3.9 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 :)

microarray software error • 22k views
ADD COMMENT
0
Entering edit mode
adR ▴ 30
@do-it-23093
Last seen 8 months ago
Germany, München

update your R to the current version using updateR() function and follow the guideline below http://bioconductor.org/packages/devel/bioc/vignettes/EnhancedVolcano/inst/doc/EnhancedVolcano.html

ADD COMMENT
0
Entering edit mode

Indeed, this package was only in Bioconductor since R v3.5, so, you need to upgrade your version of R.

ADD REPLY

Login before adding your answer.

Traffic: 520 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6