Thank you but the X and Y axis need to be expression of two different genes, not UMAP or other graph coordinates.
• 0 views
•
link
I am currently working in a department which requested a figure just like the one seen in Fig 1C in this article. The FeatureScatter function does not appear to allow density functions nor does Nebulosa allow for scatter plots. Does anyone know how create this figure within Seurat?
Extract the UMAP coordinates with the Embeddings function, and plot them using the geom_pointdensity geometry from ggpointdensity.
Log in to answer this question.