This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Label CellScatter plots

Is there a way to label points in a CellScatter plot generated in Seurat?

I am interested in labeling: 1. genes from a pre-defined list, 2. outlier genes defined by some threshold of expression

Thanks!

cellscatter seurat

My relevant code so far:

cluster.averages <- AverageExpression(mydata, return.seurat = TRUE) plot <- CellScatter(cluster.averages, cell1 = "Cluster 1", cell2 = "Cluster 2")

0 answers

No answers yet.

Log in to answer this question.