Felix Brechtmann

Results 10 comments of Felix Brechtmann

I guess it is fine the way it is. I found this in an older version of polars where the error was less clear. With the latest version and the...

I implemented addition and subtraction for the moment the following way: ``` from torch_sparse import SparseTensor from torch_sparse import coalesce def add_sparse(a, b): assert a.sizes() == b.sizes(), "The Tensor dimensions...

Hi, In case a simple function is sufficient for you I can contribute that.

I am currently not sure how our algorithm scales with samples and genes. @vyepez88 how much memory do you need for a similar amount of counts? 38 x 350 000...

Hi, thanks for raising this we will work on that. Yes `theta` is the dispersion parameter of the negative binomial distribution for that gene. `meanCorrected` is the expected count given...

Hi Garret, Thanks for trying it out. Did you pass a BPPARAM object? In case you didn't it will start as many workers, as there are cores in your machine....

Dear furbelows, I will have a look into this. How long have you been waiting for? Some steps of the current implementation are single threaded and I would expect the...

Hi AmrR101: - it could indeed be your data set size. I would recommend you to find comparable samples, with similar RNA sequencing but with a different disease or even...

I had a similar Issue. check if this comment fixes it: https://github.com/nextauthjs/next-auth/issues/8138#issuecomment-1969663387 It didn't work in the end for me