Hi
I am trying to use DESeq2 for differential expression analysis.
Everything goes fine:
DESeq2 is installed in R-
but upon using DESeqDataSetFromMatrix, I get the error:
The command that I am giving is:
Any clues/help shall be much appreciated.
Thanks.
M
I am trying to use DESeq2 for differential expression analysis.
Everything goes fine:
DESeq2 is installed in R-
Code:
....... installing to /usr/local/lib/R/site-library/DESeq2/libs ** R ** inst ** preparing package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded * DONE (DESeq2)
Code:
Error: could not find function "DESeqDataSetFromMatrix"
Code:
Data1<-DESeqDataSetFromMatrix(countData=countData,colData=colData, design=~condition)
Thanks.
M
Comment