Entering edit mode
dy.han
•
0
@dyhan-9131
Last seen 9.2 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
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.