theislab / diffxpy

Differential expression analysis for single-cell RNA-seq data.
https://diffxpy.rtfd.io
BSD 3-Clause "New" or "Revised" License
191 stars 23 forks source link

weights=np.array([x0.shape[0] / (x0.shape[0] + x1.shape[0]), ZeroDivisionError: division by zero #209

Open eynullazada opened 2 years ago

eynullazada commented 2 years ago

Hi

I am trying to apply diffxpy to my data which has about 300 cells on rows and about 17k genes on columns. I have two predefined clusters. When I try to run I get that error message. I have removed columns with all zero values from the matrix.

Error Message:

looking forward to hearing from you

Khagani