-
Recent Posts
Recent Comments
- Davo on DESeq vs. edgeR vs. baySeq
- Alex Williams on DESeq vs. edgeR vs. baySeq
- Davo on Perl and SAM
- Peter Briggs on Perl and SAM
- dongyu on DESeq vs. edgeR vs. baySeq
Tag Cloud
6mer annotation bidirectional genes bioinformatics CAGE clustering coexpression correlation cryptography de novo assembly DGE etc fork genome GO graph heatmap histones home mapping miRNA motif neurobiology parser pathway pca perl promoter python R refseq rnaseq SAM scan spearman statistics trna ubuntu visualisationArchives
Meta
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
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
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