View source: R/differential_expression.R
differential_expression | R Documentation |
Compute the differential expression across each pair of cell types
differential_expression(
seurat_obj,
assay,
idents,
slot = "data",
test_use = "wilcox",
verbose = T
)
seurat_obj |
seurat object |
assay |
name of assay in the |
idents |
variables name inside |
slot |
slot of |
test_use |
either |
verbose |
non-negative integer |
a list with elements "combn_mat"
, "de_list"
and
"level_vec"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.