View source: R/differential_state.R
find_group_marker_genes | R Documentation |
Find group-specific genes.
find_group_marker_genes( sce, pb, target_group, method = c("edgeR", "DESeq2", "limma-trend", "limma-voom") )
sce |
A SingleCellExperiment object. The following
cell metadata (
|
pb |
Object return by |
target_group |
Which group to find marker genes. |
method |
Specify which bulk RNA-seq DE methods to apply. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.