You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have a UMAP that assigns colors based on cell size, and then I used scCustomize to make a clustered dotplot. However, i notice that the clustered Dotplot order is alphabetical. Any way to make it a custom order (but keep the associated colors), so that i can match my legends? I feel like I can do this in photoshop, but it would be tedious. I read in another thread that the clustered dotplot isn't ggplot? so not sure how to approach it.
I'm trying to match this order from my umap (made with dittoseq):
with this from the dotplot:
Thanks!
The text was updated successfully, but these errors were encountered:
Sorry for delay getting to this. I have added fix in the develop branch v0.7.0.9935. Clustered_DotPlot now returns the legend using the factor levels from the active.ident in Seurat object. You can easily change the resulting plot by re-leveling the object.
If you run into any issues, let me know and I can reopen the issue.
So I have a UMAP that assigns colors based on cell size, and then I used scCustomize to make a clustered dotplot. However, i notice that the clustered Dotplot order is alphabetical. Any way to make it a custom order (but keep the associated colors), so that i can match my legends? I feel like I can do this in photoshop, but it would be tedious. I read in another thread that the clustered dotplot isn't ggplot? so not sure how to approach it.
I'm trying to match this order from my umap (made with dittoseq):
with this from the dotplot:
Thanks!
The text was updated successfully, but these errors were encountered: