Detect genes that moved up or down over time in the same way in multiple strains, DESeq2
1
0
Entering edit mode
huganye • 0
@huganye-19766
Last seen 5.2 years ago

Hello Michael and community,

I am using DESeq2 to analyze a time course experiment. My time course experiment has only one (rather than two) group of samples, and I am interested in detecting genes that moved up or down over time in the same way among all samples.

The latest version of DESeq2 tutorial has shown a good example on how to test interaction term between samples and time points. However, there is no illustration on the case of identifying genes with same expression trends (linear or non-linear) over time among multiple samples.

Could anyone give a hint how to do it with DESeq2 or suggest any other robust test?

Thanks!

deseq2 • 367 views
ADD COMMENT
3
Entering edit mode
@mikelove
Last seen 48 minutes ago
United States

It sounds like you could transform the data to variance stabilize (e.g. vst), remove the mean per gene across samples, and then cluster the genes.

I don't have any code for this in the vignette or workflow, but it's pretty simple using base R to do this.

ADD COMMENT

Login before adding your answer.

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