Monthly Archives: July 2011

edgeR vs. DESeq using pnas_expression.txt

Firstly from Davis’s homepage download the file pnas_expression.txt. For more information on the dataset please refer to the edgeR manual. The latest R version at the time of writing is R 2.13.1. You can download it from here. Install bioconductor … Continue reading

Posted in R, Statistics | Tagged , | 6 Comments

Pearson vs. Spearman correlation

Correlation measures are commonly used to show how correlated two sets of datasets are. A commonly used measure is the Pearson correlation. To illustrate when not to use a Pearson correlation: If we remove the 2,000 value: Use a non-parametric … Continue reading

Posted in R, Statistics | Tagged , | Leave a comment

edgeR’s common dispersion

Please refer to this thread for an explanation of the common dispersion value in edgeR. Script to prepare R script I made a file with 1,000 elements with 4 replicates with exactly the same counts per element: id one two … Continue reading

Posted in R, Statistics | Tagged , | Leave a comment