detected: Cell complexity counter

Description Usage Arguments Value

View source: R/utils-preprocess.R

Description

Cell complexity counter

Usage

1
detected(mat, cellcols = TRUE, rank = TRUE)

Arguments

mat

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

cellcols

boolean. The columns (variables) are cells if TRUE or are genes if FALSE.

rank

boolean. If TRUE, order cells by # of non-zero genes detected

Value

complexity value per cell (# of genes detected per cell)


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