Can't update DESeq2 to most updated version
2
0
Entering edit mode
zshao1 • 0
@zshao1-7220
Last seen 9.3 years ago
United States

Hi, I'm trying to update my DESeq2 package. I uninstalled the old package using remove.packages("DESeq2") then install as normal using biocLite. However, it keeps installing the older version of DESeq2 1.2.10 instead of the newest version. What am I doing wrong? Please help!

Zach

deseq2 update • 6.5k views
ADD COMMENT
1
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 3.2 years ago
United States

You need to install the latest release version of R (currently 3.1.2) in order to get the latest version of DESeq2 or any Bioconductor package.

After installing R-3.1.2, just do

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

Dan

 

ADD COMMENT
0
Entering edit mode
zshao1 • 0
@zshao1-7220
Last seen 9.3 years ago
United States

Looks like that was the issue, thank you!

ADD COMMENT

Login before adding your answer.

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