Description Usage Arguments Value
View source: R/SeuratMarkerFinder.R
Add DA region information to the meta.data of a Seurat object
1 | addDAslot(object, da.regions, da.slot = "da", set.ident = F)
|
object |
input Seurat object |
da.regions |
output from function getDAregion() |
da.slot |
character, variable name to put in Seurat meta.data, default "da" |
set.ident |
a logical value to indicate whether to set Idents of the Seurat object to DA information, default False |
updated Seurat object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.