Hello!
I'm using edgeR on DMR mode. My data are: five different conditions (without a clear reference) in two different replicates (condA_1, condA_2, cond_B1, cond_B2...). there is a clear batch effect based on the replicate so i want to include a replicate column in the design matrix. I build the matrix like this:
```r
model.matrix(~ 0 + groups + rep)
groupsGII groupsGV groupsR groupsS g…
updated 6 months ago • Francesco
