genesCut: Filter genes by cutoff

Description Usage Arguments Value

View source: R/utils-preprocess.R

Description

Removes genes whose average expression across cells is below the cutoff.

Usage

1
genesCut(mat, cutoff = 4)

Arguments

mat

a matrix of cells-by-genes containing gene expression data.

cutoff

gene expression value below which genes are filtered out.

Value

matrix without the genes/rows whose aggregate expression across cells was too low.


jlaffy/statistrics documentation built on May 23, 2019, 4:04 a.m.