dnjst

Results 9 comments of dnjst

I'm very much for this possibility! Matplotlib is very customizable, and fits well into the scanpy/scverse ecosystem well. Returning plots as objects like sc.pl.dotplot() and others allows further customization of...

Hi again! Any update on this issue or suggestions? I saw it is still happening in the lastest 2.5 version

Hi, Originally, this was happening in the only columns of mine which had negative numbers, so I though it may have to do with that, but then it started happening...

Hi, I'e been getting this error as well, in my case only in one of the species pairs, tried with latest and with older scipy and anndata libraries. It seems...

[mapping_scores_example.csv](https://github.com/atarashansky/SAMap/files/13965521/mapping_scores_example.csv) I've had this issue before - here is a minimal set of mapping table scores to reproduce, hope it helps

I can give some feedback as a user on the interaction lists. The old liana consensus was coming up with a lot of spurious interactions like cofactors as receptors. Manually...

Thanks for the code - yes I tried that and my experience was it saved the filesize blowing up issue, but it moved the colorbar to the bottom left corner...

I can confirm this works on my computer! Thank you so much.

Hi, I can say I have been having this issue as well. It happens when my anndata's X slot is in CSR format. If I do adata.X = adata.X.toarray(), the...