View source: R/differential_expression.R
FindAllClusterDE | R Documentation |
Use a given function to perform differential expression analysis between two conditions on every cluster in a Seurat object.
FindAllClusterDE(seurat, grouping.var, method = RunEdgeR)
seurat |
A seurat object. |
grouping.var |
The name of the metadata variable used to group the samples into two groups to compare. |
method |
A function that takes a seurat object, a cluster number, and a
grouping variable, and returns a |
A data.frame
containing one row for each cluster/feature
combination, with columns p
, fold.change
, cluster
, and
feature
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.