You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I worked on PBMC dataset (T Lymph, 950 genes after filtering). Based on stream plot of velocity, I can see the arrows point from naive T cell toward memory & effector T cell. But pseudo-time plot shows reversed direction. Would that be possible to infer velocity pseudo-time (same as scvelo package)?
The text was updated successfully, but these errors were encountered:
Hi. We don't usually recommend running RNA velocity methods for datasets such as PBMC because those consist of largely terminal non-differentiating cell types. MultiVelo doesn't natively support velocity pseudotime, but you can use scVelo's method directly by running scv.tl.velocity_pseudotime(adata_result, vkey='velo_s_norm') after running MultiVelo velocity graph function.
Hi, I worked on PBMC dataset (T Lymph, 950 genes after filtering). Based on stream plot of velocity, I can see the arrows point from naive T cell toward memory & effector T cell. But pseudo-time plot shows reversed direction. Would that be possible to infer velocity pseudo-time (same as scvelo package)?
The text was updated successfully, but these errors were encountered: