This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Differential Expression Analysis Theory/Tutorial For The Statistics Layman

Hi all,

I am wondering if anyone can recommend a good resource to learn/refresh on the basics of differential expression analysis and related statistical tests and inference. I covered this stuff a long time ago but never really had to use it and when I now start reading a paper on RNA-Seq analysis for example, I get a headache as soon as the statistics start to be discussed.

Thanks in advance.

rna gene next-gen sequencing statistics

5 answers

I've found that reading documentation for a particular package can be helpful when read in parallel with the original paper. Bioconductor packages are typically great for this.

For example, the vignette for DESeq and the vignette for the development version of DESeq do a good job of using specific examples to demonstrate the process outlined in the paper.

Another benefit to this is that if you type the commands as you follow along, you can explore the data structures on your own (in this case, in R) to get a more intuitive feel of what's going on

Thanks for the advice, however I am interested in finding a general overview of the main considerations and classes of analyses (and why they are used), rather than individual packages themselves.

Thanks for the advice, however I am interested in finding a general overview of the main considerations and classes of analyses (and why they are used), rather than individual packages themselves.

Hi Travis,

I've found that this paper by Storey and Tibshirani is helpful; it's written convincingly, and has examples of how different types of data can be analysed. It's a good start.

This seems like it might be a good introduction for those of us who have forgotten (or never learned) stats.

I would recommend this book:

"Microarrays For An Integrative Genomics" by Kohane, Kho and Butte.

Also see a related discussion here.

Log in to answer this question.