Issues installing DESeq2, installation path not writable, package: survival
1
0
Entering edit mode
@hallbrooke33-23832
Last seen 3.8 years ago

Hello.. I am having trouble properly installing DESeq2. Currently have R version 4.0.2, trying to install with Bioconductor version 3.11. I tried troubleshooting with some info I found online with no luck. I have completely uninstalled R and reinstalled. I have tried commands for installing the package survival individually. The command library('DESeq2') results in an error message: Error in library("DESeq2"): there is no package called ‘DESeq2’. I would appreciate any help with this issue, preferably in non-technical terms when possible. I am unfamiliar with coding and this software. I'm attaching two screenshots of the issues I'm having. Thanks.

1 2

deseq2 survival • 5.3k views
ADD COMMENT
0
Entering edit mode

Are you using R Studio or just plain R? What happens when you enter:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("DESeq2")

If this gives you an error about needing the "survival" package, start a new R session and then try install.packages("survival") and then try the DESeq2 install.

ADD REPLY
0
Entering edit mode

I am using just plain R. When I enter what you provided above, I get the message: Installation path not writeable, unable to update packages: survival. I tried starting the new session, install.packages("survival") and repeated the install procedure. Afterward, I still received the same message. I'm posting the full output below (after trying to install survival).

if (!requireNamespace("BiocManager", quietly = TRUE)) + install.packages("BiocManager") BiocManager::install("DESeq2") Bioconductor version 3.11 (BiocManager 1.30.10), R 4.0.2 (2020-06-22) Installing package(s) 'DESeq2' trying URL 'https://bioconductor.org/packages/3.11/bioc/bin/windows/contrib/4.0/DESeq21.28.1.zip' Content type 'application/zip' length 2831527 bytes (2.7 MB) downloaded 2.7 MB package ‘DESeq2’ successfully unpacked and MD5 sums checked The downloaded binary packages are in C:\Users\brook\AppData\Local\Temp\Rtmp0weBM0\downloadedpackages Installation path not writeable, unable to update packages: survival Old packages: 'backports', 'rlang', 'tibble' Update all/some/none? [a/s/n]:

ADD REPLY
0
Entering edit mode

package ‘DESeq2’ successfully unpacked

I think you are all set

ADD REPLY
0
Entering edit mode

Yes, I just realized that everything is working. Thanks for the help.

ADD REPLY
0
Entering edit mode

I have the same problem, but even if I install the survival packages, it still doesn't work. At the end of the Deseq2 installation, it's writen for all the packages that it had non-zero exit status... What does it mean? And do you know what other alternatives I can do? Thank you!

ADD REPLY
0
Entering edit mode
@mikelove
Last seen 1 day ago
United States

You need to install DESeq2. See the install code on the DESeq2 landing page.

ADD COMMENT

Login before adding your answer.

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