complexityCut: Filter cells by complexity cutoff

Description Usage Arguments Value

View source: R/utils-preprocess.R

Description

Removes all cells whose detected gene number/complexity value is below the cutoff.

Usage

1
complexityCut(mat, cutoff = 3000, justNames = FALSE)

Arguments

mat

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

cutoff

complexity value below which cells are filtered out.

justNames

boolean. If TRUE, return only the names of cells that passed the filtering.

Value

cell IDs whose detected gene number >= 3000 and – if justNames==FALSE – their detected values.


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