I got error message about DESeqDataSetFromMatrix
1
0
Entering edit mode
@5e002df5
Last seen 21 months ago
Japan

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"

DESeq2 • 1.1k views
ADD COMMENT
0
Entering edit mode
swbarnes2 ★ 1.3k
@swbarnes2-14086
Last seen 1 hour ago
San Diego

Did you do

library(DESeq2)

first? That's the error you get when the software has no idea what function you are referring to, because you haven't told it to load a library of functions.

ADD COMMENT
0
Entering edit mode

Yes , I did.

ADD REPLY
0
Entering edit mode

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’

ADD REPLY
0
Entering edit mode

Well, what do you think the error means based on what it says?

ADD REPLY

Login before adding your answer.

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