Manipulation with markers
1 2 3 4 5 6 7 8 | get_all_markers(
seu,
filename = NULL,
positive = T,
min_n = 10,
alpha = 0.05,
logfold = 1
)
|
seu |
Seurat object |
filename |
When specified, save into a file |
positive |
Only return positive markers (Default: True) |
min_n |
Number of markers per identity (Default: 10) |
alpha |
Threshhold for adjusted p-value (Default: 0.05) |
logfold |
Minimum required logfold change (Default: 1) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.