Dear all, I'm trying to run RNA velocity on my data using ScVelo. I have used velocyto to generate loom files and the scRNA seq analysis was done using Seurat. There are various methods I can proceed to run velocity on my data.
Briefly,
- Merge data -> extract umap embedding for individual condition-> Run ScVelo using individual loom files
- Merge data -> extract umap embedding for all conditions -> Run ScVelo using individual loom files
- Merge data -> extract umap embedding for all conditions -> Run ScVelo using merged loom files
- Merge data -> extract umap embedding for individual condition-> Run ScVelo using merged loom files
- All the above variations with integration of data instead of merging.
I'm not sure if there are multiple ways to arrive at the same interpretation. Which one of these pipelines are right and which ones are absolutely wrong.
Thanks!
velocity
10x-genomics
seurat
scrna-seq