Identifies differentially expressed genes between two groups of cells using a poisson generalized linear model
PoissonDETest(object, cells.1, cells.2, genes.use = NULL,
latent.vars = NULL, print.bar = TRUE, min.cells = 3)
Seurat object
Group 1 cells
Group 2 cells
Optional vector of genes to use in test. Default is all genes
effects to remove from comparison
Prints progress bar
Minimum number of cells in each group that express each gene
Returns a p-value ranked matrix of putative differentially expressed genes.