What problem does it solve?
This Skill turns single-cell RNA-seq snapshot data into inferred RNA developmental trajectories by estimating RNA velocity from unspliced and spliced mRNA dynamics, helping you recover directionality and pseudotime without time-course experiments.
Core Features & Use Cases
- RNA velocity estimation: Model gene-specific splicing kinetics to compute per-cell velocity fields and a velocity graph for inferred transitions.
- Trajectory direction & latent time: Compute latent time (shared pseudotime) and velocity pseudotime to order cells along putative progression.
- Driver gene identification: Rank velocity-associated genes and use model fit metrics (e.g., fit_likelihood, fit_alpha/beta/gamma) to find genes that explain transitions.
- Use case: Identify progenitor-to-fate trajectories in scRNA-seq datasets (e.g., differentiation or EMT-like processes) and interpret which genes drive the dynamics.
Quick Start
Run RNA velocity on your AnnData object using scVelo’s dynamical model by providing spliced/unspliced layers and UMAP coordinates, then export velocity plots and results to an output folder.