Changes between Version 1 and Version 2 of SOPs/rna-seq-diff-expressions/EdgeR


Ignore:
Timestamp:
01/25/13 09:47:26 (11 years ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/rna-seq-diff-expressions/EdgeR

    v1 v2  
    66  * Input for edgeR should be a matrix of counts, not RPKM values.
    77    * From the edgeR manual: "RPKM values should not be used for assessing differential expression of genes between samples in edgeR. We use the raw counts, because the methods implemented in edgeR are based on the negative binomial distribution, a discrete distribution."
    8   * See [[http://iona.wi.mit.edu/bio/bioinfo/Rscripts/get_DE_genes_with_edgeR.R|get_DE_genes_with_edgeR.R]] for a command-line script to use edgeR.
     8  * See [[http://jura.wi.mit.edu/bio/scripts/R/get_DE_genes_with_edgeR.R|get_DE_genes_with_edgeR.R]] for a command-line script to use edgeR.
    99  * Major edgeR upgrade (April 2010?) required a change from version 0.1 to 0.2 of above script.
    1010  * Outputs also includes image files: boxplot, MA plot, volcano plot.