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 mtxbackend_file: file path to the sparse matrixbackend: backend type (HDF5 or Zarr)