filter_zero_genes | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.