Use Seurat's FindAllMarkers function
1 2 3 4 5 6 7 | Cpp_FindAllMarkers(
x,
condition,
logfc.threshold = 1,
minPct = 0.1,
onlyPos = FALSE
)
|
x |
the BioData object |
condition |
The grouping you wat to analyze |
logfc.threshold |
seurat option used for speed up (default = 1) |
minPct |
only test genes that are detected in a minimum fraction of min.pct cells in either of the two populations. Meant to speed up the function |
onlyPos |
check only higher expression (default FALSE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.