|
a |
|
b/man/format_bipartites_names.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/explore_network.R |
|
|
3 |
\name{format_bipartites_names} |
|
|
4 |
\alias{format_bipartites_names} |
|
|
5 |
\title{Format bipartites names for python hummuspy package config functions} |
|
|
6 |
\usage{ |
|
|
7 |
format_bipartites_names( |
|
|
8 |
hummus_object, |
|
|
9 |
bipartites_names = NULL, |
|
|
10 |
suffix_bipartites = ".tsv" |
|
|
11 |
) |
|
|
12 |
} |
|
|
13 |
\arguments{ |
|
|
14 |
\item{hummus_object}{A hummus object} |
|
|
15 |
|
|
|
16 |
\item{bipartites_names}{A vector of bipartites names considered. |
|
|
17 |
It must be a subset of the names of the bipartites in the hummus object.} |
|
|
18 |
|
|
|
19 |
\item{suffix_bipartites}{A suffix to add to the bipartites location} |
|
|
20 |
} |
|
|
21 |
\value{ |
|
|
22 |
A list of bipartites names formatted for hummuspy config funtions |
|
|
23 |
each element of the list is a list containing the right and left layer |
|
|
24 |
connected by the bipartite |
|
|
25 |
} |
|
|
26 |
\description{ |
|
|
27 |
Format bipartites names for python hummuspy package config functions |
|
|
28 |
} |
|
|
29 |
\examples{ |
|
|
30 |
bipartites_dictionary <- format_bipartites_names( |
|
|
31 |
hummus_object = hummus, |
|
|
32 |
bipartites_names = c("atac_rna", |
|
|
33 |
"tf_peaks")) |
|
|
34 |
|
|
|
35 |
} |