Seeking Ideas for Threshold-Based Molecule Visualization in Seurat’s ImageDimPlot for Spatial Data #9473
Unanswered
sallyseullee-0821
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Seurat community,
I’m currently working with Nanostring spatial data and am visualizing molecule expression across cell types in each field of view (FOV) using ImageDimPlot. My goal is to highlight only molecules that exceed a specific expression threshold, so that in the resulting plot, the molecule-specific dots (e.g., red dots representing INS) are visible only when their expression is above this threshold, while all cell types remain visible in the background.
Here's a sample of my code:
Currently, this code visualizes all cells and places molecule dots on them, regardless of their expression level. However, I’d like the molecule-specific dots to appear only when the expression exceeds a certain threshold, while keeping the full cell type map visible.
Is there a way to achieve this directly within ImageDimPlot? Or would any of you have alternative suggestions for threshold-based molecule visualization in Seurat?
Thanks in advance for your insights!
Beta Was this translation helpful? Give feedback.
All reactions