scverse / squidpy_notebooks

Tutorials for Squidpy
https://squidpy.readthedocs.io/en/stable/
MIT License
28 stars 17 forks source link

Add Xenium tutorial using spatialdata #125

Closed LLehner closed 5 days ago

LLehner commented 3 months ago

An updated Xenium tutorial for analysis using Squidpy, but instead of only working with anndata, spatialdata is used.

@LucaMarconato please let me know if things should be added. So far I just reproduced the original Xenium tutorial with spatialdata.

review-notebook-app[bot] commented 3 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

LucaMarconato commented 2 months ago

Extra thing: @giovp after the code that you wrote in the latest hackathon on graph support for squidpy, is there anything additional to add? If not needed, after the (quick) changes above, we can merge 😊

giovp commented 2 months ago

Extra thing: @giovp after the code that you wrote in the latest hackathon on graph support for squidpy, is there anything additional to add? If not needed, after the (quick) changes above, we can merge 😊

yes I think we could be using the new gr.spatial_neighbors that support directly spatialdata, but for that I think we'd first need to merge the PR/do release

LucaMarconato commented 1 month ago

Thanks for the fixes @LLehner! I think we are good to merge @giovp

giovp commented 2 weeks ago

super nice! I just reviewed it and there are few aesthetics that should be modified, for the rest it looks great! I would merge after the points in the review have been addressed

review-notebook-app[bot] commented 2 weeks ago

View / edit / reply to this conversation on ReviewNB

giovp commented on 2024-08-23T15:38:30Z ----------------------------------------------------------------

Line above I would remove, it appears elsewhere in the nb


review-notebook-app[bot] commented 2 weeks ago

View / edit / reply to this conversation on ReviewNB

giovp commented on 2024-08-23T15:38:30Z ----------------------------------------------------------------

also here and above


LLehner commented on 2024-08-27T08:07:22Z ----------------------------------------------------------------

Shouldn't some titles remain so people find certain sections more easily?

giovp commented on 2024-08-30T21:10:37Z ----------------------------------------------------------------

yeah but it doesn't look like they are rendered as title right? or you mean that the rendering here is incorrect with respect to how it will be render for in RTD? The lines are not about not having titles, but having titles rendered correctly, here I think the problem is that both --- and # are used. Does it make sense?