Skip to contents

Bipartite object stores a bipartite network (edge list) and the names of the left and right features' multiplexes.

Slots

network

(data.frame) - Bipartite network (edge list)

multiplex_left

(character) - Left features' multiplex

multiplex_right

(character) - Right features' multiplex

Examples

bipartite <- bipartite(
                          network = bipartite_network,
                         multiplex_left = "RNA",
                        multiplex_right = "peaks")
#> Error in bipartite(network = bipartite_network, multiplex_left = "RNA",     multiplex_right = "peaks"): could not find function "bipartite"