DESeq2 - couldn't find the function called DESeqDataSetFromMatrix
1
0
Entering edit mode
dy.han • 0
@dyhan-9131
Last seen 8.4 years ago

Hi there,

 

I have an error message below from DESeq2

Error: could not find function "DESeqDataSetFromMatrix".

any idea why I got this error?

cheers,

Dug Yeo Han

 

 sessionInfo()
R version 3.2.2 (2015-08-14)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 8 x64 (build 9200)

locale:
[1] LC_COLLATE=English_New Zealand.1252  LC_CTYPE=English_New Zealand.1252   
[3] LC_MONETARY=English_New Zealand.1252 LC_NUMERIC=C                        
[5] LC_TIME=English_New Zealand.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] BiocInstaller_1.20.0

loaded via a namespace (and not attached):
[1] tools_3.2.2

 

 

 

deseq • 4.7k views
ADD COMMENT
0
Entering edit mode

I had this issue as well in RStudio when trying to knit RMarkdown code. I realized that the library can't be loaded independently of trying to knit the package.

ADD REPLY
1
Entering edit mode
@steve-lianoglou-2771
Last seen 13 months ago
United States

You may have installed DESeq2, but you haven't loaded it. You'll need to do that first by calling library("DESeq2")

ADD COMMENT

Login before adding your answer.

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