powered by
Identifies differentially expressed genes between two groups of cells using a Wilcoxon Rank Sum test
WilcoxDETest(object, cells.1, cells.2, genes.use = NULL, print.bar = TRUE, assay.type = "RNA", ...)
Seurat object
Group 1 cells
Group 2 cells
Genes to use for test
Print a progress bar
Type of assay to perform DE for (default is RNA)
Extra parameters passed to wilcox.test
Returns a p-value ranked matrix of putative differentially expressed genes.
# NOT RUN { pbmc_small WilcoxDETest(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