DESeq2 I installed from latest Bionconductor version is still old version
1
0
Entering edit mode
lxl623 • 0
@lxl623-16665
Last seen 5.8 years ago

DESeq2 I installed from latest Bionconductor version is still 1.20 version. Actually, the latest version of DESeq2 is >1.4

Pls see below:

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

Bioconductor version 3.7 (BiocInstaller 1.30.0), ?biocLite for

  help

> biocLite() 

BioC_mirror: https://bioconductor.org

Using Bioconductor 3.7 (BiocInstaller 1.30.0), R 3.5.0

  (2018-04-23).

 

> packageVersion("DESeq2")

[1] ‘1.20.0’

 

> sessionInfo()

R version 3.5.0 (2018-04-23)

Platform: x86_64-apple-darwin15.6.0 (64-bit)

Running under: macOS High Sierra 10.13.5

…….

 

Would you please fix it?

deseq2 R bioconductor • 2.0k views
ADD COMMENT
0
Entering edit mode
Axel Klenk ★ 1.0k
@axel-klenk-3224
Last seen 5 hours ago
UPF, Barcelona, Spain

There is nothing to fix.

In the Bioconductor release version 3.7 DESeq2 is in fact at version 1.20.0:

https://bioconductor.org/packages/release/bioc/html/DESeq2.html

so that's correct.  The current devel version (to be released with BioC 3.8 in fall) is at 1.21.10:

https://bioconductor.org/packages/devel/bioc/html/DESeq2.html

From where did you get the idea that this is not the latest?

 

ADD COMMENT
0
Entering edit mode

 

please see the link https://bioconductor.riken.jp/packages/3.0/bioc/html/DESeq2.html

In this link, the version of DESeq2 is 1.6.3, however the corresponding Bioconductor is 3.0. Do I need to transfer my bioconductor from 3.7 to 3.0?

Also, pleas see this link https://bioc.ism.ac.jp/packages/2.14/bioc/vignettes/DESeq2/inst/doc/beginner.pdf

This link is a DESeq2 guidance, the author used in this guidance is version 1.4.5

 

ADD REPLY
0
Entering edit mode

The first link points to a mirror (or rather: archive) of BioC release 3.0 -- with two releases per year, this is now more than three years old.

Note that the current version is really 1.20 (twenty!) and not 1.2.0 and hence a lot newer than 1.4 or 1.6. If you check the PDF from your second link you will see that it is from 2014.

Simply install BioC release 3.7 and DESeq2 1.20.0 and you'll have the latest version.

ADD REPLY
0
Entering edit mode

My recommendation is to use the latest version of R:

https://cloud.r-project.org/

Then follow the instructions here:

http://bioconductor.org/install

This will give you the latest version of R/Bioc/DESeq2

To access the correct software guide for the software that you have on your machine, you should just run this in R:

vignette("DESeq2")

Otherwise, you may end up reading an out-of-date or otherwise incorrect piece of documentation from some random website.

ADD REPLY

Login before adding your answer.

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