View source: R/read_sparse_matrix.R
read_sparse_matrix | R Documentation |
Reads a feature-barcode matrix folder into a sparse matrix. This folder is output by cellranger and must contain a 'barcodes.tsv.gz', 'features.tsv.gz', and 'matrix.mtx.gz' file.
read_sparse_matrix(folder_path)
folder_path |
path to folder containing feature-barcode matrix files |
mat a sparse matrix with rownames and colnames
Other import and export functions:
read_celltype_mappings()
,
read_sce()
,
write_celltype_mappings()
,
write_sce()
,
write_sparse_matrix()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.