scverse / squidpy

Spatial Single Cell Analysis in Python
https://squidpy.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
440 stars 79 forks source link

how to add spatial transcriptomics to the h5ad file #391

Closed FADHLyemen closed 3 years ago

FADHLyemen commented 3 years ago

...

Hi, If we have scrna-seq file and other spatial image, how to use scanpy to visualize them both I found visum example but I am interested in combining 10x scrna-seq and other image such as slideseq, mFISH? https://scanpy-tutorials.readthedocs.io/en/latest/spatial/basic-analysis.html

Koncopd commented 3 years ago

I suppose you need to check https://github.com/theislab/squidpy ping @giovp

giovp commented 3 years ago

hi @FADHLyemen ,

you can check out this tutorial on how to best do this: https://squidpy.readthedocs.io/en/latest/auto_tutorials/tutorial_read_spatial.html

let me know if you have a specific question re coordinates alignment or else

giovp commented 3 years ago

hi @FADHLyemen ,

you can check out this tutorial on how to best do this: https://squidpy.readthedocs.io/en/latest/auto_tutorials/tutorial_read_spatial.html

let me know if you have a specific question re coordinates alignment or else

giovp commented 3 years ago

hello @FADHLyemen was the suggested tutorial useful?