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.
ReadAlevin() reads the output of the alevin salmon quantification tool and creates a Seurat object with the resulting count matrix.
Syntax
Parameters
Path to the alevin output directory or quant.sf file.
If
TRUE, uses tximeta instead of tximport to load data with genomic range metadata (requires tximeta to be installed). When successful, gene-level metadata (chromosome, start, end) is added to the assay.If
TRUE, loads the alevin mean and variance matrices instead of counts. The mean matrix becomes the counts slot and the variance matrix becomes the data slot.Additional parameters passed to
tximport::tximport() or tximeta::tximeta().Returns
A Seurat object created from the alevin count matrix. WhengetMeta = TRUE and genomic ranges are available, the assay includes chr, start, and end feature-level metadata.
Prerequisites
Examples
See Also
- Alevin method guide
- Reference: Srivastava et al., Genome Biology 2019