keep_high_var_genes: Filter down to the most variable genes

Description Usage Arguments Value Examples

View source: R/utils_filter.R

Description

Filter a SingleCellExperiment or matrix down to the most variable genes (rows), variability is determined by var() scaled by the total counts for the gene.

Usage

1

Arguments

x

the SingleCellExperiment or matrix

n

the number of most variable genes to keep

Value

object of same type as input containing the most variable genes

Examples

1
2

CellBench documentation built on Nov. 8, 2020, 5:11 p.m.