Description Usage Arguments Value Examples
Genes (rows) with count greater than min_count
and not expressed in atleast min_cell
cells are removed.
1 | FilterGenes(object, min_count = 2, min_cell = 3)
|
object |
the SingleCellExperiment to filter genes |
min_count |
integer threshold for expression count |
min_cell |
integer threshold for number of cells expressing a particular gene |
SingleCellExperiment object with the bad genes removed
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.