Skip to contents

Format multiplex names for python hummuspy package config functions

Usage

format_multiplex_names(hummus_object, multiplex_names = NULL)

Arguments

hummus_object

A HuMMuS_Object

multiplex_names

A vector of multiplex names considered. It must be a subset of the names of the multiplexes in the hummus object.

Value

A list of multiplexes names formatted for hummuspy config funtions each element of the list is a list of the network types (directed/weighted) and the name of the networks as named in the hummus object

Examples

multiplexes_dictionary <- format_multiplex_names(
                                       hummus_object = hummus,
                                       multiplex_names = c("TF", "peaks"))
#> Error: object 'hummus' not found