View source: R/differential_state.R
expr_freq_filter | R Documentation |
Only retain genes that are expressed in an average of given percentage of cells in at least 1 group.
expr_freq_filter(results, sce, percent = 0.1)
results |
Results returned by |
sce |
A SingleCellExperiment object. The following
cell metadata (
|
percent |
Minimum percentage of cells in which a gene expressed. |
Same as tbl_list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.