Description Usage Arguments Value Author(s) Examples
View source: R/preprocessing.R
Enables easy loading of binary format matrix provided by Alevin
1 | ReadAlevin(base.path)
|
base.path |
Directory containing the alevin/quant_mat* files provided by Alevin. |
Returns a matrix with rows and columns labeled
Avi Srivastava
1 2 3 4 5 6 7 | ## Not run:
data_dir <- 'path/to/output/directory'
list.files(data_dir) # Should show alevin/quants_mat* files
expression_matrix <- ReadAlevin(base.path = data_dir)
seurat_object = CreateSeuratObject(counts = expression_matrix)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.