I am using DEXSeq in a dataset with a couple of experimental conditions.
As I would do in DESeq I had planned to calculate normalization factors, dispersion and the GLM using the whole dataset and then calculate alternative splicing for selected contrasts only (e.g. condition2 versus condition1, condition4 versus condition3 ... ). This ought to be preferable compared to splitting up the dataset into pairwise subsets and calculating differences for those separately.
All the examples I've found so far are with two experimental conditions only.
How can you define contrasts in DEXSeq or would that be pointless in the first place for some reason?
Best,
Maik