scverse / squidpy

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

Remove dots below certain expression level threshold #635

Open hndyilm opened 1 year ago

hndyilm commented 1 year ago

Hi everyone,

I analyzed Visium spatial transcriptomics data using squidpy.
When using "spatial_scatter", is it possible to not show specific dots with a gene expression leven below a certain threshold. This would be super helpful as one would be able to see the underlying histology picture better.

Thanks in advance for your help!! Hande

...

LLehner commented 1 year ago

Hi @hndyilm, thank you for your interest in squidpy. This is indeed functionality that we want to add. However we are likely going to implement it as part of the spatialdata-plot package.

I will update here once this has been implemented and also show an example.