A wrapper function to read a sparse submatrix
read.mtx.sparse.Rd
A wrapper function to read a sparse submatrix
Usage
read.mtx.sparse(
mtx.file,
sub.cols = NULL,
memory.idx = NULL,
memory.idx.file = paste0(mtx.file, ".index"),
verbose = FALSE
)