# Generated by roxygen2: do not edit by hand

export(bipartite_graph_from_data_frame)
export(exportGML)
export(incidence2bipartite)
export(layout_as_bipartiteLR)
export(list2incidenceMatrix)
export(plotlyBipartiteGraph)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,`E<-`)
importFrom(igraph,`V<-`)
importFrom(igraph,add.edges)
importFrom(igraph,add.vertices)
importFrom(igraph,get.edgelist)
importFrom(igraph,graph.empty)
importFrom(igraph,graph_from_incidence_matrix)
importFrom(igraph,is.bipartite)
importFrom(igraph,is.directed)
importFrom(igraph,layout_as_bipartite)
importFrom(igraph,vcount)
importFrom(magrittr,"%>%")
importFrom(plotly,add_annotations)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(ribiosUtils,mmatch)
importFrom(ribiosUtils,munion)
