# HG changeset patch # User fcaramia # Date 1347511859 14400 # Node ID 3aadcea3347bb745c8705748425683edfea971d2 # Parent b6de7e3b82395e0190e1d5e77c477ab7c09c36b3 Uploaded diff -r b6de7e3b8239 -r 3aadcea3347b edgeR.xml --- a/edgeR.xml Thu Sep 13 00:06:26 2012 -0400 +++ b/edgeR.xml Thu Sep 13 00:50:59 2012 -0400 @@ -1,4 +1,5 @@ + - Estimates differential gene expression for short read sequence count using methods appropriate for count data edgeR limma @@ -159,6 +160,7 @@ edgeR_ requires biological replicates. Without replicates you can't account for known important experimental sources of variability that the approach implemented here requires. + **Input** A count matrix containing sequence names as rows and sample specific counts of reads from this sequence as columns. The matrix must have 2 header rows, the first indicating the group assignment and the second uniquely identifiying the samples. It must also contain a unique set of (eg Feature) names in the first column. @@ -208,6 +210,7 @@ .. _edgeR: http://www.bioconductor.org/packages/release/bioc/html/edgeR.html .. _limma: http://www.bioconductor.org/packages/release/bioc/html/limma.html +