Use Seurat's FindAllMarkers function
1 | Seurat_FindAllMarkers(x, condition, logfc.threshold = 1, minPct = 0.1)
|
x |
the BioData object |
condition |
The grouping you wat to analyze |
logfc.threshold |
test only genes with a liog fold change of default=1.0 or more |
minPct |
test only genes with expression in more than default=0.1 fraction of cells in at least one group |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.