View source: R/drop_nonexpressed_cells.R
drop_nonexpressed_cells | R Documentation |
Remove columns (cells) in which (gene) counts sum to zero.
drop_nonexpressed_cells(exp, annotLevels, verbose = TRUE)
exp |
Gene expression matrix. |
annotLevels |
Cell-wise annotations to be subset if some cells are dropped. |
verbose |
Print messages. |
List of filtered exp
and annotLevels
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.