Remove cells with missing features
Arguments
- sce
SingleCellExperimentobject
Value
SingleCellExperiment object
Examples
set.seed(23)
cell_file <- generate_data()
sce <- loadData(cell_file)
sce <- removeNAs(sce)
Remove cells with missing features
SingleCellExperiment object
SingleCellExperiment object
set.seed(23)
cell_file <- generate_data()
sce <- loadData(cell_file)
sce <- removeNAs(sce)