SetMotifTargets

SetMotifTargets(seurat_obj, motif_targets)

Arguments

seurat_obj

A Seurat object

motif_targets

list of motifs and their target genes

Examples

SetMotifTargets
#> function (seurat_obj, motif_targets) 
#> {
#>     if (is.null(seurat_obj@misc$motifs)) {
#>         seurat_obj@misc$motifs <- list()
#>     }
#>     seurat_obj@misc$motifs$motif_targets <- motif_targets
#>     seurat_obj
#> }
#> <bytecode: 0x7f77b79872b0>
#> <environment: namespace:hdWGCNA>