Description Usage Arguments Value Examples
View source: R/filter_gex_outliers.R
Wrapper around scater::isOutlier, arguments type and nmads refer to the same thing. For total_umi, uses log transformed values for deciding cutoffs.
1 | filter_total_umi(sce, nmads, type, column = "total_umi")
|
sce |
SingleCellExperiment object |
nmads |
number of median absolute deviations from the median for cutoff |
type |
either "both", "lower", or "higher", referring to which side to filter on |
column |
column in colData containing total UMI count |
Boolean filter with TRUE for cells and FALSE for outliers. Contains attribute with number of median absolute deviations specified.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.