R-3.2.3 install package DESeq2 get wrong
1
0
Entering edit mode
1151328872 • 0
@1151328872-12481
Last seen 7.2 years ago

> install.packages("DESeq2")
Installing package into ‘/home/z800/R/x86_64-pc-linux-gnu-library/3.2’
(as ‘lib’ is unspecified)
Warning in install.packages :
  package ‘DESeq2’ is not available (for R version 3.2.3)

 

Does it mean I need download R version earlier?

deseq2 • 6.5k views
ADD COMMENT
0
Entering edit mode
Assa Yeroslaviz ★ 1.5k
@assa-yeroslaviz-1597
Last seen 3 months ago
Germany

use

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

or download it from here to your computer and install it.

ADD COMMENT
1
Entering edit mode

Always use biocLite(). Never download and install.

ADD REPLY
0
Entering edit mode

or maybe update your R version

ADD REPLY

Login before adding your answer.

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