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!
• 932 views
•
link
0 answers
No answers yet.
Log in to answer this question.
My relevant code so far:
cluster.averages <- AverageExpression(mydata, return.seurat = TRUE) plot <- CellScatter(cluster.averages, cell1 = "Cluster 1", cell2 = "Cluster 2")