DESEQ experimental design
1
0
Entering edit mode
@eduhsvcrs-17028
Last seen 5.7 years ago

I have two replicates for each time points(0,2h,4h). How to design an experiment with deseq2.
 

deseq2 • 843 views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 1 hour ago
United States

And you want to find genes that change at either time point relative to 0hr?

ADD COMMENT
0
Entering edit mode

Hi Michael,

                Yes, I want to find out genes that change at either time point relative to 0hrs.
 

ADD REPLY
0
Entering edit mode

You can use a likelihood ratio test, you would use a design of ~time, and then:

dds <- DESeq(dds, reduced=~1, test="LRT")
res <- results(dds)

See the LRT section of the vignette, and read over ?results for some more details.

ADD REPLY
0
Entering edit mode

Nevermind, I just saw your reply there!! 

------------------

Hi Michael, I have a similar question that I posted at: C: Using the "listValues" argument of DESEQ in multiple group comparisons yesterday 

Not sure if you got a notification for that, I was wondering if you could help me out with that?

 

 

ADD REPLY
0
Entering edit mode

Thank you Michael! I have another question. If treatments are imparted at different time points, what would be the design?

ADD REPLY

Login before adding your answer.

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