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: 0x7f963a8ef2d8>
#> <environment: namespace:hdWGCNA>