findMarkers | R Documentation |
Find cluster-specific marker genes
findMarkers(object, ...)
## S4 method for signature 'SingleCellExperiment'
findMarkers(object, clusters = NULL, ...)
object |
Object. |
clusters |
|
... |
Passthrough arguments to |
list
containing:
caller = "edgeR"
: DGELRT
.
caller = "DESeq2"
: DESeqResults
.
Updated 2021-09-13.
data(SingleCellExperiment_Seurat, package = "AcidTest")
## SingleCellExperiment ====
if (goalie::isInstalled("edgeR")) {
object <- SingleCellExperiment_Seurat
x <- findMarkers(object, caller = "edgeR")
class(x)
lapply(x, class)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.