Replies: 3 comments 1 reply
-
Just adding, seurat object was converted to ann file in R with: library(Seurat) |
Beta Was this translation helpful? Give feedback.
-
Also adding: When I plot my adata BEFORE merging with the loom matrix, the UMAP plot looks like what I expect. The problem happens after merging with the loom. What can be wrong with the loom, or with the merging process? |
Beta Was this translation helpful? Give feedback.
-
@DaianeH, as you already mentioned, the issue is the merging step. Seems like the observation names do not match. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm new to scRNA-seq analysis with Python, so following the tutorial example in:
https://uci-genpals.github.io/pseudotime/2021/02/09/scvelo-tutorial.html
My exact commands were:
The UMAP plot I get however looks like something I've never seen:
umap_celltypes.pdf
When I further try to compute trajectories and plot them with:
I get the error:
"ValueError: Expected n_neighbors > 0. Got 0"
What can be causing this problem? Could it be a problem with my files? I don't have experience with scRNA-seq analysis in Python, so this is what the merged dataset looks like:
Any help is greatly appreciated.
Versions
Beta Was this translation helpful? Give feedback.
All reactions