Closed mihem closed 8 months ago
Hello @mihem,
Thanks for raising this issue! Indeed we found a bug in the code that led to these missing comparisons, it should be fixed now. Can please try it out with the new release 0.1.2
and confirm if it is working properly now?
Hey @mayarali thanks for your fast repsonse! Indeed this fixes this issue thanks!
One small question: My graphs look like this right now
Why is the upper part of the color legend white in the pariwise similarities? Also I think there should be a legend for the dotplot size (as you showed in your preprint). Thanks!
Hi @mihem. You're right the variance legend was not included the release. It should be there now in 0.1.3
as well as fixing the colorbar. Let us know if you have any further questions!
perfect, thanks!
@merelkuijs Thanks again for this package. I like the cell specific comparisons between conditions. When i ran these with my data on 4 samples this worked fine.
When I then ran the same code on all 8 samples I got the following error:
I could resolve this by removing S04 (and also S01, which were both included in my previous version with the four samles where everything worked).
However, this is not really what I want. I thought at the beginning the the problem lies in the plotting function, but by inspecting the pairwise similarities in
adata.uns
i saw that S01 and S04 were indeed missing.Actually, I would like to compare all samples to CTRL samples S22 and S24, so next to S01 and S04 I also miss S22 to S11, S22 to S14; S22 to S29; ;and S24 to S29; or do i misunderstand something here?
I followed the code in the tutorial and
ran without problems.
Happy to share data and code if that helps.
Thank you!!