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.
ReadVelocity() reads a .loom file produced by velocyto and returns a list of spliced, unspliced, and ambiguous count matrices that can be loaded into Seurat.
Syntax
Parameters
Path to the
.loom file generated by velocyto.HDF5 reading engine to use. Options:
"hdf5r" or "rhdf5". Passed to velocyto.R::read.loom.matrices().Print progress messages from velocyto.R.
Returns
A named list of sparse matrices:spliced— spliced RNA countsunspliced— unspliced (nascent) RNA countsambiguous— ambiguously spliced counts
as.Seurat() on this list to create a Seurat object with three separate assays.