This looks like exactly what I’m looking for. Thank you! A couple of clarifying questions (I’m still new to edgeR and limma):
Should I use the camera() function (as shown here in section 7: https://www.bioconductor.org/packages/devel/workflows/vignettes/RNAseq123/inst/doc/limmaWorkflow.html#software-and-code-used) or the camera.DGEList() function (https://www.rdocumentation.org/packages/edgeR/versions/3.14.0/topics/camera.DGEList)?
At what point in the workflow given here (section 4.1, https://www.bioconductor.org/packages/release/bioc/vignettes/edgeR/inst/doc/edgeRUsersGuide.pdf#page44) and with which object should I use the function? The documentation for the camera.DGEList() function says that it takes a DGEList object containing dispersion estimates, but I wanted to verify that passing in the object “y” after calling estimateDisp() on it was the correct way to go to ensure that the paired design is taken into account.
Thank you!