Hi,
when I was trying to perform imputation with
imputed_data_bysaver <- saver(zerodata, ncores = 12, estimates.only = TRUE),
I got an error as below.
Error in array(STATS, dims[perm]) : the length of 'dims' cannot be zero
and there is a warning :
Warning messages:
1: In clean.data(x) : Make sure x is numeric.
2: In sweep(x[good.genes, ] + 1, 2, sf, "/") :
The range of STATS greater than'dim (x) [MARGIN] '
Can you please help me to fix this problem?
(when I perform this code on other dataset ,it works well,but fail in this one and encounter the error )