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 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.
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.
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.