Entering edit mode
Hi DEXSeq Experts,
I have a dataset with 17 tumor normal pairs, and am trying to explore differential splicing. My first attempt at estimateDispersions failed, so I tried again with fitType="local", now this fails with the following error:
design = ~sample + exon + condition:exon, > dxd <- estimateDispersions(dxd, fitType="local", BPPARAM = MulticoreParam(18)) using supplied model matrix Error in .rbind.SummarizedExperiment(args) : '...' objects must have the same number of samples
Would great to have your advice on this.