Marcell Pek

Results 2 comments of Marcell Pek

If you're still looking for a solution, the problem is that the code does not like an empty array for data. Having at least one row in the table by...

I am currently facing the exact same problem unfortunately. I am trying to use this with an anndata dataframe: ``` res = de.test.two_sample( self.adata, grouping="de_base", test="wald", noise_model="nb", ) ``` and...