Skip to contents

Remove cells with missing features

Usage

removeNAs(sce)

Arguments

sce

SingleCellExperiment object

Value

SingleCellExperiment object

Examples

set.seed(23)
cell_file <- generate_data()
sce <- loadData(cell_file)
sce <- removeNAs(sce)