Remove zero-inflated features
Arguments
- sce
SingleCellExperimentobject- proportion
Remove features exceeding this zero-inflation proportion
Value
SingleCellExperiment object
Examples
set.seed(23)
cell_file <- generate_data()
sce <- loadData(cell_file)
sce <- removeZeroInflation(sce)