find_all_markers | R Documentation |
Find all markers at a range of resolutions
find_all_markers(seu, metavar = NULL, seurat_assay = "gene", ...)
seu |
A seurat object. |
metavar |
A metadata variable to group by. |
seurat_assay |
Assay to use, Default "gene". |
... |
markers_stashed_seu <- find_all_markers(panc8)
marker_genes <- Misc(markers_stashed_seu, "markers")
str(marker_genes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.