SetMotifMatrix

SetMotifMatrix(seurat_obj, tf_match)

Arguments

seurat_obj

A Seurat object

tf_match

matrix containing tf-promoter matches

Examples

SetMotifMatrix
#> function (seurat_obj, tf_match) 
#> {
#>     if (is.null(seurat_obj@misc$motifs)) {
#>         seurat_obj@misc$motifs <- list()
#>     }
#>     seurat_obj@misc$motifs$tf_match_matrix <- tf_match
#>     seurat_obj
#> }
#> <bytecode: 0x7f77d0aa3b60>
#> <environment: namespace:hdWGCNA>