Learn R Programming

Seurat (version 2.0.0)

NegBinomRegDETest: Negative binomial test for UMI-count based data (regularized version)

Description

Identifies differentially expressed genes between two groups of cells using a likelihood ratio test of negative binomial generalized linear models where the overdispersion parameter theta is determined by pooling information across genes.

Usage

NegBinomRegDETest(object, cells.1, cells.2, genes.use = NULL,
  latent.vars = NULL, print.bar = TRUE, min.cells = 3)

Arguments

object

Seurat object

cells.1

Group 1 cells

cells.2

Group 2 cells

genes.use

Genes to test. Default is to use all genes

print.bar

Print a progress bar once expression testing begins (uses pbapply to do this)

min.cells

Minimum number of cells expressing the gene in at least one of the two groups

Value

Returns a p-value ranked data frame of test results.