Problem install: Package ‘DESeq2’ is not available for this version of R
1
0
Entering edit mode
@ff52c0bf
Last seen 3.0 years ago

I have problems installing DESeq2 using R4.0.4. It tells me that it is not available for my version of R.

Does anyone have an idea how to fix this?

```r

BiocManager::install("DESeq2") Bioconductor version 3.12 (BiocManager 1.30.10), R 4.0.4 (2021-02-15) Installing package(s) 'DESeq2' trying URL 'https://bioconductor.org/packages/3.12/bioc/bin/windows/contrib/4.0/DESeq2_1.30.1.zip' Content type 'application/zip' length 2863628 bytes (2.7 MB) downloaded 2.7 MB

package ‘DESeq2’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in C:\Users\klutj\AppData\Local\Temp\RtmpQdBLm4\downloaded_packages

install.packages("DESeq2") Installing package into ‘C:/Users/klutj/Documents/R/win-library/4.0’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘DESeq2’ is not available for this version of R

A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

DESeq2 • 12k views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 2 hours ago
United States

The first line is correct and tells you it was successful.

The second line is not correct and not needed.

ADD COMMENT
0
Entering edit mode

Thanks for the quick reply

But when i want to writhe the code ''dds_wt <- DESeqDataSetFromMatrix(countData = wt_rawcounts, colData = reordered_smoc_metadata, design = ~ condition)

It replies with

Error in DESeqDataSetFromMatrix(countData = wt_rawcounts, colData = reordered_smoc_metadata, : could not find function "DESeqDataSetFromMatrix"

ADD REPLY
0
Entering edit mode
ADD REPLY
0
Entering edit mode
library(DESeq2)
ADD REPLY

Login before adding your answer.

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