updated conversion to bipartite, it was very very wrong before
Compare changes
Files
2+ 1
− 1
@@ -24,7 +24,7 @@ create_bipartite_graph <- function(map_components) {
@@ -24,7 +24,7 @@ create_bipartite_graph <- function(map_components) {
map_g_l <- purrr::map2(map_components$map_reactions, map_components$map_elements, create_bipartite_diagram_df) %>%