differential_edgeR_pseudobulk_LRT | R Documentation |
Pseudo-bulk differential analysis with edgeR (LRT)
differential_edgeR_pseudobulk_LRT(object, ...)
object |
|
... |
if(requireNamespace("Seurat", quietly=TRUE)){
data("Seu", package = "IDclust")
DA <- differential_edgeR_pseudobulk_LRT(Seu)
}
if(requireNamespace("SingleCellExperiment", quietly=TRUE)){
data("scExp", package = "IDclust")
DA <- differential_edgeR_pseudobulk_LRT(scExp)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.