Description Usage Arguments Value
View source: R/SeuratMarkerFinder.R
Use Seurat FindMarkers() function to identify characteristic genes for DA regions
1 2 | SeuratMarkerFinder(object, da.slot = "da", da.regions.to.run = NULL,
...)
|
object |
input Seurat object |
da.slot |
character, variable name that represents DA regions in Seurat meta.data, default "da" |
da.regions.to.run |
numeric (vector), which DA regions to find markers for, default is to run all regions |
... |
parameters passed to Seurat FindMarkers() function |
a list of markers for DA regions with statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.