Description Usage Arguments Value Examples
Remove all genes (rows) where the total count is 0
1 |
x |
the SingleCellExperiment or matrix to filter |
object of same type as input with all zero count genes removed
1 2 | 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.