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
Thanks for your useful project. When using plot_stat, I've noticed that the stacked barplot is fixed to the 'seurat_clusters' in the metadata. Would it be possible for an additional argument to be added so that we can use other metadata to label the stacked barplot?
Got impatient so I modified the relevant code adding a 'clusterLabel' argument which defaults to "seurat_clusters". Would be nice if you added it to the project. Here it is:
Agreed, I came here to mention this. I'd previously labeled my clusters with the RenameIdents() function in Seurat, and using Scillus am unable to get it to plot with those renamed idents. It only plots the cluster numbers.
I got around this by just writing my Idents to the 'seurat_clusters' metadata column, but a more customizable way like suggested above would be nice.
Thanks for your useful project. When using plot_stat, I've noticed that the stacked barplot is fixed to the 'seurat_clusters' in the metadata. Would it be possible for an additional argument to be added so that we can use other metadata to label the stacked barplot?
Referring to these lines:
Scillus/R/visualization.R
Line 392 in 4e7884d
Scillus/R/visualization.R
Line 400 in 4e7884d
The text was updated successfully, but these errors were encountered: