View source: R/differential_state.R
pseudobulk_diff_state | R Documentation |
Perform differential state analysis on pseudo-bulk data.
pseudobulk_diff_state( sce, pb, contrasts = NULL, method = c("edgeR", "DESeq2", "limma-trend", "limma-voom"), ... )
sce |
A SingleCellExperiment object. The following
cell metadata (
|
pb |
Object return by |
contrasts |
Character vector specifying contrasts,
see |
method |
Specify which bulk RNA-seq DE methods to apply. |
... |
pass to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.