Entering edit mode
Enter the body of text here
Code should be placed in three backticks as shown below
# include your problematic code here with any corresponding output
# please also include the results of running the following in an R session
sessionInfo( )
dds <- DESeqDataSetFromMatrix(countData=countdata, colData=coldata, design=~condition)
Error in DESeqDataSetFromMatrix(countData = countdata, colData = coldata, : could not find function "DESeqDataSetFromMatrix"
Yes , I did.
I run the library(DESeq2) then got error message. I am new in r. How to solve this error. Error: package or namespace load failed for ‘DESeq2’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘locfit’
Well, what do you think the error means based on what it says?