[9987e3]: / man / format_multiplex_names.Rd

Download this file

29 lines (26 with data), 994 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/explore_network.R
\name{format_multiplex_names}
\alias{format_multiplex_names}
\title{Format multiplex names for python hummuspy package config functions}
\usage{
format_multiplex_names(hummus_object, multiplex_names = NULL)
}
\arguments{
\item{hummus_object}{A HuMMuS_Object}
\item{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
}
\description{
Format multiplex names for python hummuspy package config functions
}
\examples{
multiplexes_dictionary <- format_multiplex_names(
hummus_object = hummus,
multiplex_names = c("TF", "peaks"))
}