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)a matrix
path to save the feature barcode matrix files
set to TRUE to overwrite files if they already
exist.
Other import and export functions:
read_celltype_mappings(),
read_sce(),
read_sparse_matrix(),
write_celltype_mappings(),
write_sce()