Time-series Differential Expression Analysis
1
1
Entering edit mode
5.4 years ago

Hi, I have a time-series data (7 time points & 2 replicates) and want to perform differential expression analysis. I am still new to this field and would like to find out more how to go about doing this. What I have thought of so far: 1) Finding differentially expressed genes between different time points (eg time 1 vs time 2, time 2 vs time 3, etc) 2) Finding differentially expressed genes across all the different time points

Are these 2 approaches correct or if not, how should I improve this?

And since DE tools such as edgeR and DESeq2 require design matrix as the input, may I know how to create the design matrix for the analysis I intend to do? Thank you!

RNA-Seq differential expression time-series • 7.0k views
ADD COMMENT
0
Entering edit mode

Please read the DESeq2 manual about time series and visit/search the Bioconductor support page, e.g. here as there are plenty of questions on time series answered by the authors of the above-mentioned tools.

ADD REPLY
0
Entering edit mode

Thank you for the help and link!

ADD REPLY
0
Entering edit mode

Hi could you please tell how you got around this? I have a similar dataset.

ADD REPLY
0
Entering edit mode

Please open a new question with sufficient details to answer your question.

ADD REPLY
1
Entering edit mode
5.4 years ago

From your options I would go with option 2 since that will allow you to controle the false discovery rate (FDR).

But there is actually a third option: Stagewise FDR correction where you use the option 2 as a "screeening state" and then use the option 1 in a "validation stage". Such functionality is described in this article and implemented in the bioconductor stageR r-package. Take a look at this section of the vignette.

ADD COMMENT
0
Entering edit mode

Thank you, I will take a look at this method!

ADD REPLY

Login before adding your answer.

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