Add DA region information to the meta.data of a Seurat object

addDAslot(object, da.regions, da.slot = "da", set.ident = F)

Arguments

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

Value

updated Seurat object