Error: could not find function "DESeqDataSet" from DESeq2
1
0
Entering edit mode
3.9 years ago

Hi Guys, I am encountering an error when creating dds (DESeqDataSet). I was running DeSeq one day back everything was good but now I am having some issues like not able to find some function. I suspect its coz of my R studio (Ver. 1.2.5033). What do you think? After loading some packages I can't access functions associated with them. Best: Imran

require(DESeq2)
dds<-DESeqDataSetFromMatrix(countData=mycounts, 
                            colData=metadata, 
                            design=~Condition, 
                            tidy=TRUE)

Error in DESeqDataSetFromMatrix(countData = mycounts, colData = metadata,  : 
  could not find function "DESeqDataSetFromMatrix"
RNA-Seq R gene • 4.7k views
ADD COMMENT
1
Entering edit mode

Hi Imran, please show the output of sessionInfo() ? Just also check to see if DESeq2::DESeqDataSetFromMatrix(...) functions ?

ADD REPLY
0
Entering edit mode

Also, require doesn't throw an error, can you try library insead?

ADD REPLY
0
Entering edit mode
3.9 years ago

Thank you very much for your help. It works now. I used sessioninfo() and get my answer. There was some issue with my Rstudio and the complete installation of DeSeq2. Some packages were unable to install with the DeSeq2, so I have to do it separately.

ADD COMMENT

Login before adding your answer.

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