This vignette demonstrates the import of alevin quantified counts into Seurat. Commands and parameters are based off of the alevin tutorial. If you use alevin in your work, please cite:
Alevin efficiently estimates accurate gene abundances from dscRNA-seq data
Avi Srivastava, Laraib Malik, Tom Smith, Ian Sudbery & Rob Patro
Genome Biology, 2019.
doi: 10.1186/s13059-019-1670-y
GitHub: https://github.com/COMBINE-lab/salmon
knitr::opts_chunk$set( tidy = TRUE, tidy.opts = list(width.cutoff = 95), message = FALSE, warning = FALSE )
Prerequisites to install:
library(SeuratWrappers) library(tximport)
pbmc <- ReadAlevin("~/alevin_out/alevin/quants_mat.gz")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.