A wrapper function to read a sparse submatrix

read.sparse(
  mtx.file,
  sub.cols = NULL,
  memory.idx = NULL,
  memory.idx.file = paste0(mtx.file, ".index"),
  verbose = FALSE,
  NUM_THREADS = 1
)

Arguments

mtx.file

matrix market file

sub.cols

column index (default: all)

memory.idx

memory locations

memory.idx.file

memory location file

verbose

verbosity

Value

a sparse matrix