You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I have a couple of features that I want to view all at once on a single UMAP plot. Right now, I'm using the following code where I'll get a single image with four UMAPs patchworked together onto the one image:
>FeaturePlot(object, features = c("gene1", "gene2", "gene3", "gene4"), combine = TRUE)
But I'm wondering if there's a way to see all four features on one UMAP plot, overlaid. (These four genes interact closely and I'd like to see their expression stacked on top of each other, in a way). Either using Seurat or another method if anyone knows. Hope this all makes sense! Thank you very much!!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey, everyone!
So, I have a couple of features that I want to view all at once on a single UMAP plot. Right now, I'm using the following code where I'll get a single image with four UMAPs patchworked together onto the one image:
>FeaturePlot(object, features = c("gene1", "gene2", "gene3", "gene4"), combine = TRUE)
But I'm wondering if there's a way to see all four features on one UMAP plot, overlaid. (These four genes interact closely and I'd like to see their expression stacked on top of each other, in a way). Either using Seurat or another method if anyone knows. Hope this all makes sense! Thank you very much!!
Beta Was this translation helpful? Give feedback.
All reactions