filter_zero_genes: Filter out zero count genes

Description Usage Arguments Value Examples

View source: R/utils_filter.R

Description

Remove all genes (rows) where the total count is 0

Usage

1

Arguments

x

the SingleCellExperiment or matrix to filter

Value

object of same type as input with all zero count genes removed

Examples

1
2
x <- matrix(rep(0:5, times = 5), nrow = 6, ncol = 5)
filter_zero_genes(x)

CellBench documentation built on Nov. 8, 2020, 5:11 p.m.