View source: R/test_differential-expression.R
test_diffexp | R Documentation |
This function performs differential expression analysis on a Seurat object
test_diffexp(
object = NULL,
groups = NULL,
block = NULL,
min.lfc = 0.25,
assay = "RNA",
slot = "data",
dict = object@misc$features,
from = 1,
to = 2
)
object |
Seurat object |
groups |
Vector of group assignments |
block |
Factor of group assignments to block |
min.lfc |
Numeric scalar indicating the minimum difference in means to calculate a p.value |
assay |
Assay with expression data (e.g. RNA) |
slot |
Slot of expression data (counts, data, scale.data) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.