Description Usage Arguments Value
Title Delete genes expressed lower than min_cell. if min_cell=0, then it will delete genes with zero expression level across all cells.
1 | FilterGenesMinCells(count_table, min_cell = 3)
|
count_table |
A dataframe with each row represents a gene and each column represents a cell |
min_cell |
int (default 3), minimum number of cells that a gene manifests. |
Filtered single cell expressed profile.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.