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
I am missing the following features in the ds.plot_layout, If you could add any of them it would be much appreciated:
An option to give new axis label
So I can hide labels given at : ds.make_graph(label = "a")) and keep RNA_UMAP1/RNA_UMAP2
The option to put your on title ontop of the umap.
So you for ex. can put in you sample name. Currently it is automatically states the selected parameter for color_by in ds.plot_layout()
After projections onto another a data set, to be able to sort cells displayed in the umap based on projections values. So the smaller dots ends up in the bottom layer of the umap.
Thanks!
The text was updated successfully, but these errors were encountered:
For point 2:
Version 0.19.1 is out now. This version contains the parameter title in the plot_layout function. This will allow you to set cutom titles for your plots.
The solutions for point 1 and 3 will appear in the next version that we are planning to release next week.
I am missing the following features in the ds.plot_layout, If you could add any of them it would be much appreciated:
An option to give new axis label
So I can hide labels given at : ds.make_graph(label = "a")) and keep RNA_UMAP1/RNA_UMAP2
The option to put your on title ontop of the umap.
So you for ex. can put in you sample name. Currently it is automatically states the selected parameter for color_by in ds.plot_layout()
After projections onto another a data set, to be able to sort cells displayed in the umap based on projections values. So the smaller dots ends up in the bottom layer of the umap.
Thanks!
The text was updated successfully, but these errors were encountered: