DESeq2 installation problems

DESeq2 installation problems

0

Hello. I’m having problems installing the DESeq2 package. I keep getting this error mesage below.

The downloaded source packages are in
    ‘C:UsersNameAppDataLocalTempRtmp67gd4pdownloaded_packages’
Warning message:
In file.copy(savedcopy, lib, recursive = TRUE) :
  problem copying C:UsersNameDocumentsRwin-library4.00LOCKxfunlibsx64xfun.dll to C:UsersNameDocumentsRwin-library4.0xfunlibsx64xfun.dll: Permission denied

The commands I used were:

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

BiocManager::install("DESeq2", force = TRUE, dependencies = TRUE)

What else can I do to install it?

Thank you in advance.


DESeq


install

• 31 views

Read more here: Source link