keep_high_count_cells | R Documentation |
Filter a SingleCellExperiment or matrix down to the cells (columns) with the highest counts
keep_high_count_cells(x, n)
x |
the SingleCellExperiment or matrix |
n |
the number of highest count cells to keep |
object of same type as input containing the highest count cells
data(sample_sce_data)
keep_high_count_cells(sample_sce_data, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.