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