Entering edit mode
2.2 years ago
Chironex
▴
50
Hi everyone! I would like to know if there is a way to visualize in the third plot only the cells expressing both genes, eliminating from the visualization those cells that express only one gene:
FeaturePlot(object = seurat,
features = c("Igfbp5", "Epcam"),
reduction = "umap", pt.size = 0.8, blend = TRUE, blend.threshold = 1, order = T)