Rna-Seq Time Course Data
4
3
Entering edit mode
12.5 years ago
Rna-Seq ▴ 50

Hi,

I've time course RNA-seq data, i would like to get differentially expressed genes. which tool is most suitable for this analysis.

Thank you in advance, RNA_seq beginner

rna • 8.2k views
ADD COMMENT
0
Entering edit mode

Has anyone used DyNB for time-course analysis of RNA-seq data? What is your opinion of the tool?

Thanks

ADD REPLY
4
Entering edit mode
12.5 years ago
Vitis ★ 2.5k

edgeR and DESeq are the popular R packages for differential expression analyses. For time course data, you may also need packages to do clustering or building co-expression modules. You'll have a lot of options to do these in R. I'd suggest you to read some papers about time-course experiment with both microarray and mRNA-Seq, you'll get a better idea on how you analyze this type of data.

ADD COMMENT
2
Entering edit mode
12.5 years ago
Arun 2.4k

This is tricky. Specifically, borrowing lines from Simon Anders, it depends on what question you are asking?

1) Are transcript concentrations different in two samples?
2) Can the difference between transcripts be attributed to experimental conditions, i.e., how sure can we be that the difference is due to experimental treatment and not due to fluctuations that went out of experimenter's control (i.e., not due to biological variation).

If you data comes simply from two different time points, I guess Cuffdiff (which answers question 1) is suitable for your work. If you are looking at samples before and after treatment, then 2) (Deseq and edgeR) answers this question.

Have a look at this post for more details.

ADD COMMENT
2
Entering edit mode
12.5 years ago
Doo ▴ 240

Have a look at the Timecourse package in Bioconductor

ADD COMMENT
2
Entering edit mode

Isn't the Timecourse package designed for microarray data? Then, if this is the case, it may not be suitable to use with RNA-seq outputs

ADD REPLY
0
Entering edit mode

In general, I think most microarray analysis tools are also OK for RNA-Seq if you use things like log2(RPKM + 0.1) as your expression measurement. For example, see some of the benchmarks in the following papers:

So, I think the timecourse package is a good recommendation

ADD REPLY
0
Entering edit mode
9.0 years ago
madkitty ▴ 690
  • If you have replicates : DESeq2
  • No replicates: Cufflink
ADD COMMENT

Login before adding your answer.

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