Find expression markers for all identity classes
1 2 3 4 5 6 7 8 | Find_Markers(
object,
assay = NULL,
binarizeMethod = "median",
FoldChange = 2,
p.adj = 0.05,
cores = 1
)
|
object |
Seurat object |
assay |
assay of the object, default is the default assay |
binarizeMethod |
Either "median" (default) or "naive" or a numeric cutoff |
FoldChange |
default is 2 |
p.adj |
default is 0.05 |
cores |
default is 1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.