Description Usage Arguments Value Examples
Keep only those cells (columns) expressing atleast count = min_count
in the number of genes specified within the quantile range between ql_th
and qh_th
.
1 | FilterCells(object, min_count = 3, ql_th = 0.001, qh_th = 1)
|
object |
the SingleCellExperiment object to filter |
min_count |
integer threshold for expression count |
ql_th |
quantile at probability with values in [0,1] for lower limit |
qh_th |
quantile at probability with values in [0,1] for upper limit |
SingleCellExperiment object with the bad cells removed
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.