Read a subset of rows from a .spz file using the pre-stored
transpose section. Requires that the file was written with
include_transpose = TRUE.
Examples
if (FALSE) { # \dontrun{
mat <- st_slice_rows("data.spz", rows = 1:100)
dim(mat)
} # }
Read a subset of rows from a .spz file using the pre-stored
transpose section. Requires that the file was written with
include_transpose = TRUE.
if (FALSE) { # \dontrun{
mat <- st_slice_rows("data.spz", rows = 1:100)
dim(mat)
} # }