filter_zero_genes {CellBench} | R Documentation |
Remove all genes (rows) where the total count is 0
filter_zero_genes(x)
x |
the SingleCellExperiment or matrix to filter |
object of same type as input with all zero count genes removed
x <- matrix(rep(0:5, times = 5), nrow = 6, ncol = 5) filter_zero_genes(x)