This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Plotting genes that are co-expressed in featureplot eliminating color from cells expressing only one of the genes in Seurat

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)

enter image description here

scrnaseq seurat

0 answers

No answers yet.

Log in to answer this question.