satijalab / seurat

R toolkit for single cell genomics
http://www.satijalab.org/seurat
Other
2.27k stars 910 forks source link

Best Method of Combining RNA Velocity and sc-RNAseq dimensionality reduction #8188

Closed jwalewski closed 10 months ago

jwalewski commented 10 months ago

Hello,

I am wondering what the most effective method of combining sc-RNAseq UMAP clusters (currently generated in Seurat, but could be done in python with sklearn's UMAP method if needed) and count matricies generated with velocyto intended to be run in CellRank (scvelo) to infer RNA velocity.

As the field currently stands today, I see three possible options:

Of these options, what is likely the most accurate and time efficient? Easiest to implement?

Many thanks for your consideration!

rsatija commented 10 months ago

If you would like to use any of Seurat's functions for cluster determination, then the second option should be quite straightforward. You can export a clustered Seurat objet to H5AD, import into python, and run scvelo/cellrank.