UMAP Hematopoiesis #411
-
Hi everyone, In the tutorial for the hematopoiesis dataset, the data is supplied raw with the exception for the UMAP coordinates. We wanted to kindly ask, if you could supply us with the parameters that were used to generate this UMAP. I know that the UMAP generation is stochastic and that we could therefore not reproduce the exact coordinates, but it would still help us a lot! Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for this question. We are in the process of adding a new notebook to demonstrate the generation of the umap, the spliced RNA velocity analyses and the correction of backward RNA velocity flow in our cell paper. But to ease your life, here is the code we created that umap (note that we used the excellent scanpy below but a purely dynamo version will be provided in the pending notebook): firstly, download the raw data via: Then running the following:
|
Beta Was this translation helpful? Give feedback.
Thanks for this question. We are in the process of adding a new notebook to demonstrate the generation of the umap, the spliced RNA velocity analyses and the correction of backward RNA velocity flow in our cell paper. But to ease your life, here is the code we created that umap (note that we used the excellent scanpy below but a purely dynamo version will be provided in the pending notebook):
firstly, download the raw data via:
!wget https://www.dropbox.com/s/8m8n6fj8yn1ryjd/hsc_all_combined_all_layers.h5ad?dl=1
Then running the following: