Legends in FeaturePlot of Seurat Package
Hi,
Is there any way to get a legend for the clusters in the FeaturePlot? I know that you can label the clusters by setting label = TRUE, but is it possible to have a legend instead of the labels?
r
seurat
featureplot
visualization
• 4,593 views
•
link
updated
by
Biostar
•
written
by
valeriaduran18 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Add Subscripts to labels in Seurat DimPlot
written by Saran •Hello, I am using `DimPlot()` from the Seurat package to make some final figures. I would like to label the clusters as found below in …
-
How to 'organize' multiple umap/genes generates with Seurat `FeaturePlot`in a specific way
written by camillab. •Hi, Do you know how to 'organize' multiple umap generates with Seurat `FeaturePlot`in a specific way? For example organize 4 plots all all vertically or …
-
Pheatmap R greek letter in row annotation and legend
written by elisa.micarelli •Hi, I'm trying to plot a Pheatmap with row annotation, I need to include greek letter in the annotation label both in the pheatmap and …
-
Cannot color cells with 0 expression in certain color
written by leranwangcs •I'm trying to use FeaturePlot() function, but when there is a gene has 0 existence in all cells (the right most one), that plot was …
-
How to use "SingleR" on the marker genes from `FindAllMarkers` for each cluster?
written by SupBioInformatics •Hi, I tried to use SingleR to identify cell types for clusters. I have the table of results from `FindAllMakers` of `Seurat` package. I know …
-
Adjusting position of overlapping labels
written by farheen.f14 •Hi Kevin I have been able to plot the data as a volcano plot. However, I have some data points which share the exact same …
-
Enhanced volcano: how to italicize or change the font of legend?
written by chiongchih96 •I'm trying to italicize the legend of figure made by enhanced volcano (not label). Is there any way to do that? I read the package …
-
Enhanced Volcano removal of labels
written by rbronsteI may be missing something in the html help page, but is there a way not to have any labels aside from changing the label …
-
Figtree - Make branches the same colour as their tip labels
written by wl284 •I have a tree with more than 1000 sequences. I want to colour branches based on a string in the tip labels. For example, all …
-
Label Names By Genomediagram, Biopython
written by Laura •<p>I am using GenomeDiagram to draw linear genome fragments (using genbank SeqRecords). I found that, by default, the name of the labels correspond to 'locus_tag' …
How do you expect that to work if the cells are colored by your feature? Do you have an example? Sounds like a job for violin plots/heatmaps/ridgeplots if you want to visualize by cluster.
A workaround would be using the
shape.by = NULLparameter. You can give distinct shapes to your clusters. This would not be quite useful if you would have more than 3-4 clusters though.