Slice Rows Matching Observation Metadata Filter
Arguments
- path
Path to a
.spzfile.- ...
Filter expression on obs columns (passed to
subset()).- threads
Integer decode threads. 0 = all.
Examples
if (FALSE) { # \dontrun{
mat <- st_filter_rows("data.spz", cell_type == "B cell")
dim(mat)
} # }