I have four conditions A, B, C, and D that each have three HTSeq count files.
I want to use DESeq2 to compare A to B, A to C, A to D, B to C, B to D etc.
With DESeq, I would bring all the 12 files into a countDataSet and then I could specify which of the conditions to compare.
With DESeq2, I can bring all the 12 files into a DESeqDataSet, but I can not figure out how to do specify the particular comparisons.
I want to use DESeq2 to compare A to B, A to C, A to D, B to C, B to D etc.
With DESeq, I would bring all the 12 files into a countDataSet and then I could specify which of the conditions to compare.
With DESeq2, I can bring all the 12 files into a DESeqDataSet, but I can not figure out how to do specify the particular comparisons.
Comment