Changes between Version 21 and Version 22 of SOPs/rna-seq-diff-expressions
- Timestamp:
- 09/11/14 15:59:30 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/rna-seq-diff-expressions
v21 v22 114 114 115 115 * **Accounting for a batch effect in a differential expression model** 116 * With [[http://www.bioconductor.org/packages/release/bioc/html/edgeR.html|edgeR]], the comparison can be adjusted for differences between batches (such as date of sample preparation) with an addictive model formula using the equation116 * With [[http://www.bioconductor.org/packages/release/bioc/html/edgeR.html|edgeR]], the comparison can be adjusted for differences between batches (such as date of sample preparation) with an addictive model formula using an equation like 117 117 118 118 '''design = model.matrix(~Batch+Treatment)'''.