DESeq2, function not found
0
0
Entering edit mode
6.4 years ago
onemore100iq ▴ 20

when I use this line

ddsHTSeq <- DESeqDataSetFromHTSeqCount(sampleTable = sampleTable, directory = directory, design= ~ subtype)

I got this error:

could not find function DESeqDataSetFromHTSeqCount

please help

RNA-Seq • 2.4k views
ADD COMMENT
2
Entering edit mode

Did you library(DESeq2)?

ADD REPLY
1
Entering edit mode

I added (code) markup to your post for increased readability. You can do this by selecting the text and clicking the 101010 button. When you compose or edit a post that button is in your toolbar, see image below:

101010 Button

Did you load the DESeq2 library?

ADD REPLY
0
Entering edit mode

In case it's the first time you use R: you need to load the packages every time you run the environment (that is: library(packagename). In this case: library("DESeq2").

ADD REPLY

Login before adding your answer.

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