powered by
Identifies differentially expressed genes between two groups of cells using the LRT model proposed in McDavid et al, Bioinformatics, 2013
DiffExpTest(object, cells.1, cells.2, assay.type = "RNA", genes.use = NULL, print.bar = TRUE)
Seurat object
Group 1 cells
Group 2 cells
Type of assay to fetch data for (default is RNA)
Genes to test. Default is to use all genes
Print a progress bar once expression testing begins (uses pbapply to do this)
Returns a p-value ranked matrix of putative differentially expressed genes.
# NOT RUN { pbmc_small DiffExpTest(pbmc_small, cells.1 = WhichCells(object = pbmc_small, ident = 1), cells.2 = WhichCells(object = pbmc_small, ident = 2)) # }
Run the code above in your browser using DataLab