I am facing an error at the step Trended Dispersion, although no error during Common dispersion estimation.
rownames(design) <- colnames (d)
> z<- estimateGLMCommonDisp(d , design)
v<- estimateGLMTrendedDisp(d , design)
Error in t(y) + prior.count.scaled : non-conformable arrays
Please suggest what could be the reason, and what would be the way out.
rownames(design) <- colnames (d)
> z<- estimateGLMCommonDisp(d , design)
v<- estimateGLMTrendedDisp(d , design)
Error in t(y) + prior.count.scaled : non-conformable arrays
Please suggest what could be the reason, and what would be the way out.
Comment