Changes between Version 57 and Version 58 of SOPs/rna-seq-diff-expressions
- Timestamp:
- 02/20/18 13:11:16 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/rna-seq-diff-expressions
v57 v58 176 176 177 177 * **Accounting for a batch effect in a differential expression model** 178 * With [[https://bioconductor.org/packages/release/bioc/html/DESeq2.html|DESeq2]], the comparison can be adjusted for differences between batches (such as date of sample preparation) with an additive model formula using an equation like 179 '''dds = DESeqDataSet(se, design = ~ batch + condition)'''. 178 180 * 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 additive model formula using an equation like 179 181