This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Rna-Seq Time Course Data

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

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

Thanks

4 answers

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.

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.

Have a look at the Timecourse package in Bioconductor

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

  • If you have replicates : DESeq2
  • No replicates: Cufflink

Log in to answer this question.