DESeq2 for R 3.1.3 version
1
0
Entering edit mode
minie • 0
@minie-11306
Last seen 6.4 years ago

Hello,

i am trying to install DESeq2 for R 3.1.3, but it is throwing an error : package ‘DESeq2’ is not available (for R version 3.1.3)

I know R is updated tp 3.3 and above , is there any way via which can install the libraries on R 3.1.3 version?

Any help shall be much appreciated

Thanks

R bioconductor deseq2 • 1.8k views
ADD COMMENT
0
Entering edit mode
@steve-lianoglou-2771
Last seen 13 months ago
United States

How are you trying to install the package ... hopefully not via install.packages()? 

If so, please follow the installation instructions on the DESeq2 landing page and run the following commands in R:

source("https://bioconductor.org/biocLite.R")
biocLite("DESeq2")

 

 

ADD COMMENT
0
Entering edit mode

Hi Steve,

 

I tried that method but didn’t work , so its mentioned in the installation page of Bioconductor regarding different versions of installation. Kindly refer this page for 3.1 version of Rhttp://bioconductor.org/install/#install-bioconductor-packages

ADD REPLY
0
Entering edit mode

If you can provide all of your code and the sessionInfo(), we might be able to figure out a solution.

ADD REPLY

Login before adding your answer.

Traffic: 911 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