installing DESeq2 on Macbook R Studio
1
0
Entering edit mode
Chatura • 0
@044d8765
Last seen 15 months ago
United States

Enter the body of text here

I tried to install DESeq2 multiple times through various means and I am still getting back error messages. I have a project due Saturday that I need DESeq2 for and would really appreciate any help! Thank you :)

library(DESeq2). Error: package or namespace load failed for ‘DESeq2’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘locfit’


# include your problematic code here with any corresponding output 
# please also include the results of running the following in an R session 

sessionInfo( )
DESeq2 • 854 views
ADD COMMENT
0
Entering edit mode

Try install.packages("locfit") as the error said this package is missing, they try again to install DESeq2

ADD REPLY
0
Entering edit mode
@mikelove
Last seen 6 hours ago
United States

"multiple times through various means "

There is really only one way to install DESeq2 which is with BiocManager::install(). The other means are probably the problem here.

https://bioconductor.org/install/

ADD COMMENT

Login before adding your answer.

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