1
2
3
4
5
6
7
8
9
10
> cds <- DESeq::estimateDispersions(cds)


Error in glm.fit(x = numeric(0), y = numeric(0), weights = NULL, start = c(0.1, :
object 'fit' not found
In addition: Warning messages:
1: In is.na(rows) : is.na() applied to non-(list or vector) of type 'NULL'
2: In glm.fit(x = numeric(0), y = numeric(0), weights = NULL, start = c(0.1, :
no observations informative at iteration 1
3: glm.fit: algorithm did not converge