Question about dyn.pl.umap
See original GitHub issueHi, I try to run “Zebrafish pigmentation” tutorial as follows:
adata=dyn.read('zebrafish.h5ad')
dyn.pp.recipe_monocle(adata)
dyn.tl.dynamics(adata, model='stochastic', cores=10)
dyn.tl.reduceDimension(adata)
dyn.pl.umap(adata, color='Cell_type',pointsize=0.5, alpha = 0.7,save_show_or_return='save')
The output feels strange:
The file comes from #116: https://www.dropbox.com/s/5wk3q2xhgqai2xq/zebrafish.h5ad?dl=1
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
dynamo.pl.umap — dynamo 1.1.0 documentation
dynamo.pl.umap . dynamo.pl.umap(adata, *args, **kwargs)[source] . Scatter plot with umap basis. Parameters. adata ( AnnData ) – an Annodata object.
Read more >Issues - GitHub
Dear scanpy developers, I would like to color my tsnes, umaps and graph layouts by specific principal components or diffusion components.
Read more >How to order legend in sc.pl.umap()? - Help - Scanpy
pl.umap. I could also change the order of andata but this has caused me problem between versions in the past so I would...
Read more >Analysis of plant scRNA-Seq Data with Scanpy
Question. We can peek at the #shr file, and determine the dimensionality and ... used for plotting”: Embeddings: Scatter plot in UMAP basis,...
Read more >Trajectory Analysis using 10x Genomics Single Cell Gene ...
This analysis can be used to reconstruct the dynamic processes that ... plot with UMAP and cluster scv.pl.velocity_embedding_stream(Neutro3p ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Dear @lh12565, thanks for reporting this.
For your first question:
The API to this function has been changes. please set
return_df = True
instead ofoutput_values
and the adata are also saved in the adata so that is why you can still plot it@dummyindex can you please update the corresponding notebook
these could be just numerical instability, as many steps may be not fully deterministic such as dimension reduction, vector field reconstruction, etc. – I would not worry about this too much if the overall conclusion is the same