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