FilteringGenesCells | R Documentation |
Filtering out the genes that are lowly expressed acorss cells or the cells that are a few number of genes expressed
FilteringGenesCells(counts, prectage_cell = 0.1, min_total_counts = 10)
counts |
Raw gene expression counts, p x n matrix |
prectage_cell |
The prectage of cells that are expressed |
min_total_counts |
Minimum counts for each cell |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.