Skip to main content

create_sparse_from_mtx_file

Function create_sparse_from_mtx_file 

Source
pub fn create_sparse_from_mtx_file(
    mtx_file: &str,
    backend_file: Option<&str>,
    backend: Option<&SparseIoBackend>,
) -> Result<Box<dyn SparseIo<IndexIter = Vec<usize>>>>
Expand description

Create a sparse matrix io (backend) with 10x mtx

  • mtx_file: file path to the 10x mtx
  • backend_file: file path to the sparse matrix
  • backend: backend type (HDF5 or Zarr)