Documentation Index
Fetch the complete documentation index at: https://mintlify.com/satijalab/seurat-wrappers/llms.txt
Use this file to discover all available pages before exploring further.
RunVelocity() estimates RNA velocity by comparing spliced and unspliced RNA counts, storing the result in the Seurat object’s Tool slot for downstream visualization.
Syntax
Parameters
A Seurat object with spliced and unspliced assays loaded (e.g., via
ReadVelocity() + as.Seurat()).Name of the assay containing spliced RNA counts.
Name of the assay containing unspliced RNA counts.
Optional name of the assay containing ambiguous RNA counts.
Minimum required average expression in the spliced matrix for a gene to be included.
Minimum required average expression in the unspliced matrix for a gene to be included.
Name of the reduction to use for computing the embedding distance matrix.
Metadata column to use for grouping cells when filtering genes.
Specific cells to include. Defaults to all cells.
Name of a nearest-neighbor graph to use. If
NULL, one is computed from the reduction.Number of CPU cores for parallel computation.
Additional parameters passed to
velocyto.R::gene.relative.velocity.estimates().Returns
A Seurat object with velocity estimates stored inTool(object). Use velocyto.R::show.velocity.on.embedding.cor() to visualize the velocity field on a 2D embedding.