forked from bedapub/ribiosGraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
23 lines (22 loc) · 663 Bytes
/
NAMESPACE
File metadata and controls
23 lines (22 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated by roxygen2: do not edit by hand
export(bipartite_graph_from_data_frame)
export(exportGML)
export(layout_as_bipartiteLR)
export(list2incidenceMatrix)
export(plotlyBipartiteGraph)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,add.edges)
importFrom(igraph,add.vertices)
importFrom(igraph,get.edgelist)
importFrom(igraph,graph.empty)
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)