View source: R/write_sparse_matrix.R
write_sparse_matrix | R Documentation |
Write a feature-barcode matrix into a folder with .gz compressed files. This folder contains 'barcodes.tsv.gz', 'features.tsv.gz',and 'matrix.mtx.gz'.
write_sparse_matrix(mat, folder_path, overwrite_files = TRUE)
mat |
a matrix |
folder_path |
path to save the feature barcode matrix files |
overwrite_files |
set to |
Other import and export functions:
read_celltype_mappings()
,
read_sce()
,
read_sparse_matrix()
,
write_celltype_mappings()
,
write_sce()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.