Skip to contents

Remove zero-inflated features

Usage

removeZeroInflation(sce, proportion = 0.2)

Arguments

sce

SingleCellExperiment object

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)